/*
 * This is a manifest file that'll be compiled into application.css.
 */

/* CMS content block and page styling */
.cms-content { font-family: 'neulis-sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1f2937; line-height: 1.6; }
.cms-content h1 { font-family: 'nexa', 'Inter', sans-serif; font-size: 3em; font-weight: 700; line-height: 1.15; margin-bottom: 0.4em; letter-spacing: -0.02em; }
.cms-content h2 { font-family: 'nexa', 'Inter', sans-serif; font-size: 2em; font-weight: 700; line-height: 1.2; margin-bottom: 0.4em; letter-spacing: -0.01em; }
.cms-content h3 { font-family: 'nexa', 'Inter', sans-serif; font-size: 1.5em; font-weight: 600; line-height: 1.3; margin-bottom: 0.4em; }
.cms-content h4 { font-family: 'nexa', 'Inter', sans-serif; font-size: 1.25em; font-weight: 600; line-height: 1.4; margin-bottom: 0.3em; }
.cms-content p { margin-bottom: 1em; line-height: 1.7; }
.cms-content a { color: #dc1941; text-decoration: none; }
.cms-content a:hover { text-decoration: underline; }
.cms-content img { max-width: 100%; height: auto; }
.cms-content ul { padding-left: 1.5em; margin-bottom: 1em; list-style-type: disc; }
.cms-content ol { padding-left: 1.5em; margin-bottom: 1em; list-style-type: decimal; }
.cms-content li { margin-bottom: 0.5em; line-height: 1.7; }
.cms-content blockquote { border-left: 4px solid #32a0a0; padding-left: 1.25em; margin: 1.5em 0; font-style: italic; color: #4b5563; }
.cms-content pre { background-color: #f3f4f6; padding: 1em; border-radius: 0.5em; overflow-x: auto; margin: 1em 0; }
.cms-content code { background-color: #f3f4f6; padding: 0.15em 0.3em; border-radius: 0.25em; font-size: 0.9em; }
.cms-content pre code { background: none; padding: 0; }
.cms-content table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.cms-content th, .cms-content td { border: 1px solid #d1d5db; padding: 0.5em 0.75em; text-align: left; }
.cms-content th { background-color: #f9fafb; font-weight: 600; }
.cms-content hr { border: none; border-top: 1px solid #e5e7eb; }
.cms-content .btn { display: inline-block; padding: 14px 32px; border-radius: 50px; font-family: 'nexa', 'Inter', sans-serif; font-weight: 700; font-size: 1em; text-decoration: none; cursor: pointer; transition: opacity 0.2s; }
.cms-content .btn:hover { opacity: 0.9; text-decoration: none; }
.cms-content .btn-primary { background: #dc1941; color: white; }
.cms-content .btn-secondary { background: #112a40; color: white; }
.cms-content .btn-outline { background: transparent; border: 2px solid #112a40; color: #112a40; }
@media (max-width: 768px) {
  .cms-content h1 { font-size: 2em; }
  .cms-content h2 { font-size: 1.5em; }
  .cms-content .row { flex-direction: column !important; }
  .cms-content .col { min-width: 100% !important; }
}

/* Standardize all select elements with consistent caret */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 1rem;
  padding-right: 2.25rem;
}

/* TomSelect overrides to match site styling */
.ts-wrapper.single {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin-top: 0.25rem;
}
.ts-wrapper.single .ts-control {
  border: 1px solid #d1d5db !important;
  border-radius: 0.75rem !important;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem !important;
  font-size: 0.875rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: white !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.65rem center !important;
  background-size: 1rem !important;
  cursor: pointer;
  min-height: 0 !important;
  line-height: 1.5;
}
.ts-wrapper.single .ts-control:focus,
.ts-wrapper.single.focus .ts-control {
  border-color: #111827 !important;
  box-shadow: 0 0 0 2px rgb(17 24 39 / 0.1) !important;
  outline: none;
}
.ts-wrapper.single .ts-control > input { font-size: 0.875rem; }
.ts-wrapper.single .ts-control > .item { margin: 0 !important; padding: 0 !important; }
/* Dropdown styling */
.ts-dropdown { border-radius: 0.75rem; border: 1px solid #d1d5db; font-size: 0.875rem; margin-top: 4px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); }
.ts-dropdown .active { background-color: #f3f4f6; color: #111827; }
.ts-dropdown .option { padding: 0.5rem 0.75rem; }
.ts-dropdown .dropdown-input-wrap { border-bottom: 1px solid #e5e7eb; padding: 0.5rem; }
.ts-dropdown .dropdown-input { border: 1px solid #d1d5db; border-radius: 0.5rem; padding: 0.375rem 0.625rem; font-size: 0.875rem; outline: none; width: 100%; }
.ts-dropdown .dropdown-input:focus { border-color: #111827; box-shadow: 0 0 0 2px rgb(17 24 39 / 0.1); }
