/* FAQ page only — classes in faq.tpl */
.tt-faq-page .tt-info-eyebrow {
  background: #12646C !important;
  border-color: #12646C;
  color: white !important;
  border-radius: 5px;
  font-family: "Gelasio", serif !important;
}
.tt-faq-page .tt-info-breadcrumb {
  display: none;
}
.tt-faq-page .tt-info-hero-copy p {
  color: white !important;
}
.tt-faq-page .tt-info-hero-copy h1 {
  font-family: "Gelasio", serif !important;
}
.tt-faq-page .tt-info-hero-bg::after {
  display: none !important;
}
.tt-faq-page .tt-info-hero::after {
  background: rgba(7, 24, 39, 0.2);
}
.tt-faq-page h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  -webkit-text-fill-color: #12646C !important;
}
.tt-faq-page .tt-info-hero-panel {
  display: none;
}
.tt-faq-page .tt-info-actions .tt-info-btn {
  border-radius: 5px;
  background-color: white;
  border-color: white !important;
  color: #166068 !important;
  transition: 0.3s all;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.tt-faq-page .tt-info-actions a.tt-info-btn.tt-info-btn-primary {
  background: #166068 !important;
  border-color: #166068 !important;
  color: white !important;
}
.tt-faq-page .tt-info-actions a.tt-info-btn.tt-info-btn-primary:hover {
  color: #166068 !important;
  background-color: white !important;
}
.tt-faq-page .tt-info-actions .tt-info-btn:hover {
  border-color: #166068 !important;
  background-color: #166068 !important;
  color: white !important;
}
.tt-faq-item {
  border: none;
}
.tt-faq-item summary {
  background-color: #12646C;
  color: white !important;
  display: flex;
  align-items: center;
  line-height: 1 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05px;
}
.tt-faq-body-inner {
  background-color: #F3FCFF !important;
  border: none !important;
}
.tt-faq-item[open] summary {
  border: none;
}
.tt-faq-body p {
  padding: 20px;
  color: #071827 !important;
  font-size: 15px !important;
}
.tt-faq-nav {
  background-color: #071827 !important;
  border-radius: 8px !important;
}
.tt-faq-nav a {
  color: #12646C !important;
  transition: 0.3s all;
  background-color: white !important;
}
.tt-faq-nav a[aria-current="true"] {
  background-color: #12646C !important;
  border-color: #12646C !important;
  color: white !important;
}
.tt-faq-page .tt-cta-box {
  background: #071827 !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}
.tt-faq-page .tt-cta-box :is(h2, p) {
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.tt-faq-page .tt-cta-box .tt-info-btn {
  border-radius: 5px;
  background-color: #FBAA06 !important;
  border: 2px solid #FBAA06 !important;
  color: #071827 !important;
}

@media (max-width: 640px) {
  .tt-faq-page h2 {
    font-size: 28px !important;
  }
}

/* Paired hero CTAs: outline button matches primary height/width */
.tt-info-hero .tt-info-actions {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
}
.tt-info-hero .tt-info-actions > a {
  box-sizing: border-box !important;
  width: 100%;
  min-height: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 22px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  border-radius: 5px !important;
}
.tt-info-hero .tt-info-actions .arrow-icon {
  width: 14px !important;
  height: 14px !important;
}
