/* Unitotal — Hostie index-eleven look, blue (not orange) */
:root {
  --color-11: #0b57d0;
  --color-11-text: #2d3c58;
  --card-bg: linear-gradient(180deg, #60a5fa 0%, #0b57d0 100%);
  --color-11-light: #3b82f6;
  --choose-card: linear-gradient(180deg, #3b82f6 0%, #0b57d0 100%);
  --testimonial-card: linear-gradient(180deg, #3b82f6 -8.67%, #0b57d0 108%);
  --faq-bg: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #eff6ff 100%);
  --faq-shadow: drop-shadow(0px 4px 30px rgba(224, 231, 253, 0.35));
  --ut-blue-soft: #eff6ff;
  --ut-blue-mid: #dbeafe;
  --ut-blue-border: #bfdbfe;
}

body.style__eleven {
  --color-11: #0b57d0;
  --color-11-light: #3b82f6;
}

/* Hardcoded orange → blue */
.hero__banner,
.pricing__eleven .card-plan,
.feature__bg {
  background-color: var(--ut-blue-soft) !important;
}

.hero__banner.banner__background {
  background-image: none;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 45%, #ffffff 100%);
}

.domain__options .tab__selection .nav .nav-link.active {
  background-color: var(--ut-blue-mid) !important;
  color: var(--color-11) !important;
}

.domain__options .domain__search .nice-select,
.domain__options .domain__search select {
  background-color: var(--ut-blue-border) !important;
  color: var(--color-11) !important;
}

.rts-pricing-plan.pricing__eleven .card-plan.active,
.pricing__eleven .card-plan:hover,
.whychoose__eleven .card-feature__single {
  border-color: var(--ut-blue-border) !important;
}

.faq__eleven .rts-faq__accordion .accordion-item,
.faq__eleven .accordion-item {
  border: 1px solid var(--ut-blue-border) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #eff6ff 100%) !important;
}

.faq__eleven .accordion-button:not(.collapsed),
.faq__eleven .accordion-item.active {
  background: linear-gradient(91.95deg, #3b82f6 3.85%, #0b57d0 101.14%) !important;
  color: #fff !important;
}

.cta__eleven .rts-cta-two__wrapper,
.rts-cta-two.cta__eleven .rts-cta-two__wrapper {
  background: linear-gradient(180deg, #3b82f6 0%, #0b57d0 100%) !important;
}

/* ===== Site header: promo top bar + main nav ===== */
/* Hostie uses Inter for nav and Plus Jakarta for body — unify on primary */
.rts-header.ut-site-header,
.rts-header.ut-site-header .rts-ht__wrapper,
.rts-header.ut-site-header .rts-ht__email a,
.rts-header.ut-site-header .rts-ht__promo p,
.rts-header.ut-site-header .ut-ht-link,
.rts-header.ut-site-header .rts-header__menu ul li a,
.rts-header.ut-site-header .hostie-dropdown-main-element,
.rts-header.ut-site-header .login__btn,
.rts-header.ut-site-header .get-started__btn,
.rts-header.ut-site-header .hostie-submenu .nav-link {
  font-family: var(--font-primary), "Plus Jakarta Sans", sans-serif !important;
}

.rts-header.ut-site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

.rts-header.ut-site-header.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
  animation: stickyanimations 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Promo strip */
.ut-promo-bar,
.ut-site-header .rts-ht.ut-promo-bar {
  background: linear-gradient(90deg, #0b57d0 0%, #2563eb 55%, #3b82f6 100%) !important;
  color: #fff;
  display: block !important;
}

.ut-promo-bar .rts-ht__wrapper {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  flex-wrap: wrap;
}

.ut-promo-bar .rts-ht__email a,
.ut-promo-bar .rts-ht__promo p,
.ut-promo-bar .ut-ht-link {
  color: #fff !important;
  font-size: 13px;
  margin: 0;
  text-decoration: none;
}

.ut-promo-bar .rts-ht__email a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.95;
}

.ut-promo-bar .rts-ht__promo {
  flex: 1 1 auto;
  text-align: center;
}

.ut-promo-bar .rts-ht__promo strong {
  color: #fff;
  font-weight: 700;
}

.ut-promo-bar .rts-ht__links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ut-promo-bar .ut-ht-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  opacity: 0.95;
}

.ut-promo-bar .ut-ht-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.ut-site-header.header-sticky .ut-promo-bar {
  display: none !important;
}

/* Main nav row */
.ut-main-nav {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(45, 60, 88, 0.08);
}

.ut-site-header.header-sticky .ut-main-nav {
  background: #fff;
  border-bottom: 1px solid rgba(45, 60, 88, 0.06);
}

.ut-site-header .rts-header__wrapper {
  min-height: 72px;
  gap: 16px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ut-site-header .rts-header__logo .site-logo {
  display: inline-flex;
  align-items: center;
}

.ut-site-header .rts-header__logo .site-logo img,
.rts-footer__widget .footer__logo img,
.footer__eleven .footer__logo img {
  display: block;
  height: 32px;
  width: auto;
  max-height: 32px;
}

/* Wordmark is dark — always show logo-dark on our light header */
.ut-site-header .rts-header__logo .site-logo .logo-white,
.ut-site-header.header-sticky .rts-header__logo .site-logo .logo-white {
  display: none !important;
}

.ut-site-header .rts-header__logo .site-logo .logo-dark,
.ut-site-header.header-sticky .rts-header__logo .site-logo .logo-dark {
  display: block !important;
}

.ut-site-header .rts-header__menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.ut-site-header .hostie-menu .hostie-desktop-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
}

.ut-site-header .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element {
  padding: 10px 12px !important;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--color-11-text) !important;
}

/* Hostie positions the hover underline at bottom:28px for 28px padding;
   with our tighter padding that lands above the label — pin it under the text. */
.ut-site-header .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element::after,
.ut-site-header .hostie-menu .hostie-desktop-menu .menu-item .main-element::after,
.ut-site-header.header-sticky .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element::after {
  bottom: 6px;
  background: var(--color-11);
}

.ut-site-header .button-area {
  gap: 12px !important;
}

.ut-site-header .rts-header__right .login__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px !important;
  border: none !important;
  background: none !important;
  color: var(--color-11-text) !important;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.ut-site-header .get-started__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-11) !important;
  border: 1px solid var(--color-11) !important;
  color: #fff !important;
  padding: 11px 18px !important;
  border-radius: 6px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ut-site-header .get-started__btn:hover {
  background: var(--color-11-light) !important;
  border-color: var(--color-11-light) !important;
  color: #fff !important;
}

.ut-site-header .rts-header__right .mobile__active {
  color: var(--color-11-text) !important;
  border-color: var(--color-11-text) !important;
}

@media (max-width: 1199px) {
  .ut-site-header .hostie-menu .hostie-desktop-menu .menu-item .hostie-dropdown-main-element {
    padding: 10px 8px !important;
    font-size: 14px;
  }
}

/* ===== Mobile header =====
   Our desktop `display:flex` on .rts-header__menu beats Hostie's
   max-width:991 hide — restore hamburger layout on small screens. */
@media (max-width: 991px) {
  .ut-promo-bar .rts-ht__promo {
    display: none;
  }

  .ut-promo-bar .rts-ht__email {
    display: none;
  }

  .ut-promo-bar .rts-ht__wrapper {
    justify-content: flex-end;
    min-height: 36px;
    padding: 6px 0;
  }

  .ut-site-header .rts-header__wrapper {
    min-height: 64px;
    gap: 12px;
  }

  .ut-site-header .rts-header__logo {
    flex: 0 0 auto;
    min-width: 0;
    z-index: 2;
  }

  .ut-site-header .rts-header__logo .site-logo img {
    height: 28px;
    max-height: 28px;
  }

  /* Hide desktop nav — specificity must beat .ut-site-header .rts-header__menu */
  .ut-site-header .rts-header__menu,
  .ut-site-header .hostie-menu,
  .ut-site-header .hostie-menu .hostie-desktop-menu {
    display: none !important;
  }

  .ut-site-header .rts-header__right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .ut-site-header .rts-header__right .login__btn {
    display: none !important;
  }

  .ut-site-header .get-started__btn {
    padding: 10px 14px !important;
    font-size: 14px;
  }

  .ut-site-header .rts-header__right .mobile__active,
  .ut-site-header #menu-btn.mobile__active {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    border: 1px solid var(--color-11-text);
    border-radius: 6px;
    background: #fff;
    color: var(--color-11-text) !important;
    padding: 0;
    line-height: 1;
  }
}

@media (max-width: 576px) {
  .ut-site-header .button-area {
    display: none !important;
  }

  .ut-site-header .rts-header__right {
    gap: 0;
  }
}

/* Mobile drawer — match blue theme */
#side-bar.side-bar {
  background: #fff;
}

#side-bar .mobile-menu-main nav ul li a.main,
#side-bar .mobile-menu-main nav ul li a.mobile-menu-link {
  color: var(--color-11-text);
  font-family: var(--font-primary), "Plus Jakarta Sans", sans-serif;
}

#side-bar .close-icon-menu {
  color: var(--color-11-text);
}

/* Inner page banner — clear absolute header */
.ut-page-banner {
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 55%, #ffffff 100%);
  padding: 160px 0 64px;
}

.ut-page-banner .banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-11);
  border: 1px solid var(--color-11);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ut-page-banner .banner-title {
  color: #1e293b;
  /* px — Hostie sets html { font-size: 10px }, so rem titles were tiny */
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: var(--font-primary), "Plus Jakarta Sans", sans-serif;
}

.ut-page-banner .banner-slogan {
  color: #334155;
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.ut-page-banner .hosting-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Pastel card surfaces */
.domain__listing .pricing-wrapper,
.ut-content-card,
.whychoose__eleven .card-feature__single {
  --ut-pastel-bg: #eef5ff;
  --ut-pastel-border: #c7dbf7;
  background: var(--ut-pastel-bg) !important;
  border-color: var(--ut-pastel-border) !important;
}

.domain__listing .row > :nth-child(8n + 1) .pricing-wrapper,
.row > :nth-child(8n + 1) > .ut-content-card,
.row > :nth-child(8n + 1) > a.ut-content-card,
.whychoose__eleven .row > :nth-child(8n + 1) .card-feature__single {
  --ut-pastel-bg: #eaf2ff;
  --ut-pastel-border: #bfd6f8;
}

.domain__listing .row > :nth-child(8n + 2) .pricing-wrapper,
.row > :nth-child(8n + 2) > .ut-content-card,
.row > :nth-child(8n + 2) > a.ut-content-card,
.whychoose__eleven .row > :nth-child(8n + 2) .card-feature__single {
  --ut-pastel-bg: #e8f8f1;
  --ut-pastel-border: #b7e4cf;
}

.domain__listing .row > :nth-child(8n + 3) .pricing-wrapper,
.row > :nth-child(8n + 3) > .ut-content-card,
.row > :nth-child(8n + 3) > a.ut-content-card,
.whychoose__eleven .row > :nth-child(8n + 3) .card-feature__single {
  --ut-pastel-bg: #fff3e8;
  --ut-pastel-border: #f5d0a8;
}

.domain__listing .row > :nth-child(8n + 4) .pricing-wrapper,
.row > :nth-child(8n + 4) > .ut-content-card,
.row > :nth-child(8n + 4) > a.ut-content-card,
.whychoose__eleven .row > :nth-child(8n + 4) .card-feature__single {
  --ut-pastel-bg: #f3eefc;
  --ut-pastel-border: #d5c6f2;
}

.domain__listing .row > :nth-child(8n + 5) .pricing-wrapper,
.row > :nth-child(8n + 5) > .ut-content-card,
.row > :nth-child(8n + 5) > a.ut-content-card {
  --ut-pastel-bg: #e9f7fb;
  --ut-pastel-border: #b5e0ec;
}

.domain__listing .row > :nth-child(8n + 6) .pricing-wrapper,
.row > :nth-child(8n + 6) > .ut-content-card,
.row > :nth-child(8n + 6) > a.ut-content-card {
  --ut-pastel-bg: #fff0f3;
  --ut-pastel-border: #f3c4cf;
}

.domain__listing .row > :nth-child(8n + 7) .pricing-wrapper,
.row > :nth-child(8n + 7) > .ut-content-card,
.row > :nth-child(8n + 7) > a.ut-content-card {
  --ut-pastel-bg: #f4f7e8;
  --ut-pastel-border: #d5dfb0;
}

.domain__listing .row > :nth-child(8n + 8) .pricing-wrapper,
.row > :nth-child(8n + 8) > .ut-content-card,
.row > :nth-child(8n + 8) > a.ut-content-card {
  --ut-pastel-bg: #eef0ff;
  --ut-pastel-border: #c8cef5;
}

/* Content cards using eleven pricing-wrapper vibe */
.ut-content-card {
  border: 1px solid var(--ut-pastel-border, var(--color-11));
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  background: var(--ut-pastel-bg, #eef5ff);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.ut-content-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(11, 87, 208, 0.08) 100%);
  opacity: 0;
  z-index: 0;
  transition: 0.25s ease;
  border-radius: inherit;
  pointer-events: none;
}

.ut-content-card > * {
  position: relative;
  z-index: 1;
}

.ut-content-card:hover {
  border-color: var(--color-11);
  box-shadow: 0 12px 28px rgba(45, 60, 88, 0.08);
  transform: translateY(-2px);
}

.ut-content-card:hover::after {
  opacity: 1;
}

.ut-content-card h3,
.ut-content-card h5 {
  margin-bottom: 10px;
  color: var(--color-11-text);
}

.ut-content-card p {
  margin-bottom: 0;
  color: #64748b;
}

.ut-content-card .price {
  display: block;
  margin-top: 14px;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-11-text);
}

.ut-content-card a.stretched,
a.ut-content-card {
  color: inherit;
  text-decoration: none;
  display: block;
}

.ut-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-11);
  margin-bottom: 16px;
  font-size: 1.25rem;
}

.ut-content-card:hover .ut-feature-icon {
  background: #fff;
  color: var(--color-11);
}

/* Keep Hostie pricing-wrapper pastel on hover (override hard fill) */
.domain__listing .pricing-wrapper {
  border-radius: 12px;
}

.domain__listing .pricing-wrapper::after {
  background: var(--color-11) !important;
}

.domain__listing .pricing-wrapper:hover {
  background: var(--color-11) !important;
}

.ut-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-11-text);
  line-height: 1.2;
}

.ut-stat-label {
  color: #64748b;
  font-size: 0.95rem;
}

.ut-form .form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.ut-form .form-control,
.ut-form .form-select,
.ut-form textarea.form-control {
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid #d0d5dd;
}

.ut-alert {
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.ut-alert-success {
  background: #ecfdf3;
  color: #027a48;
}

.ut-alert-error {
  background: #fef3f2;
  color: #b42318;
}

/* Section title helpers */
.section-title-area {
  text-align: center;
  margin-bottom: 48px;
}

.section-title-area .section-title {
  color: var(--color-11-text);
  font-weight: 700;
}

.section-title-area .desc {
  color: #4c5671;
  margin: 12px auto 0;
}

/* Hero CTA form (VoIP, not domain) */
.ut-hero-actions .domain__search {
  gap: 0;
  overflow: hidden;
}

.ut-hero-actions .domain__search input {
  flex: 1;
  border: 0;
  outline: none;
  min-width: 0;
}

.ut-hero-actions .btn__primary {
  border: 0;
  white-space: nowrap;
  padding: 0 24px;
}

.footer__eleven {
  padding-top: 80px;
}

.footer__eleven .brand-desc,
.footer__eleven .widget-title {
  color: var(--color-11-text);
}

/* Eleven buttons / accents that still referenced orange theme defaults */
.style__eleven .rts-btn-secondary,
.style__eleven .rts-btn.rts-btn-secondary {
  background: var(--color-11) !important;
  border-color: var(--color-11) !important;
  color: #fff !important;
}

.style__eleven .rts-btn-secondary:hover {
  background: var(--color-11-light) !important;
  border-color: var(--color-11-light) !important;
}

.style__eleven .domain__listing .pricing-wrapper {
  min-height: 100%;
}

.style__eleven .section__padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Hero clears absolute header + promo bar */
.style__eleven .hero__banner__wrapper {
  padding-top: 150px !important;
}

/* Hero highlight chips (US/CA · SMS · 60+) */
.ut-hero-stats {
  gap: 12px;
  margin-top: 8px;
}

.ut-hero-stat,
.domain__options .domain__list .single__domain.ut-hero-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #bfd6f8;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 14px;
  font-family: var(--font-primary), "Plus Jakarta Sans", sans-serif;
  line-height: 1.2;
}

.ut-hero-stat strong,
.domain__options .domain__list .single__domain.ut-hero-stat strong {
  font-size: 15px;
  font-weight: 700;
  color: #0b57d0;
  text-decoration: none;
}

.ut-hero-stat span {
  color: #475569;
  font-weight: 500;
}

.ut-hero-stats .ut-hero-stat:nth-child(1) {
  background: #eaf2ff;
  border-color: #bfd6f8;
}

.ut-hero-stats .ut-hero-stat:nth-child(2) {
  background: #e8f8f1;
  border-color: #b7e4cf;
}

.ut-hero-stats .ut-hero-stat:nth-child(2) strong {
  color: #0f766e;
}

.ut-hero-stats .ut-hero-stat:nth-child(3) {
  background: #f3eefc;
  border-color: #d5c6f2;
}

.ut-hero-stats .ut-hero-stat:nth-child(3) strong {
  color: #6d28d9;
}

/* ===== Footer — soft blue panel ===== */
.footer__eleven.rts-footer,
.rts-footer.footer__eleven {
  background: linear-gradient(180deg, #eaf2ff 0%, #dbeafe 48%, #cfe0fb 100%) !important;
  border-top: 1px solid #bfd6f8;
  color: var(--color-11-text);
}

.footer__eleven .widget-title,
.footer__eleven .brand-desc,
.footer__eleven .brand-desc.address,
.footer__eleven .rts-footer__widget p {
  color: var(--color-11-text) !important;
}

.footer__eleven .rts-footer__widget--menu ul li a,
.footer__eleven .contact-method a {
  color: #3d4f6f !important;
}

.footer__eleven .rts-footer__widget--menu ul li a:hover,
.footer__eleven .contact-method a:hover {
  color: var(--color-11) !important;
}

.footer__eleven .contact-method a span {
  background: var(--color-11) !important;
  color: #fff;
}

.footer__eleven .get-started__btn {
  display: inline-flex;
  align-items: center;
  background: var(--color-11) !important;
  border: 1px solid var(--color-11) !important;
  color: #fff !important;
  padding: 11px 18px !important;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.rts-footer__copyright-two {
  background: #0b57d0 !important;
}

.rts-footer__copyright-two__wrapper p.copyright,
.rts-footer__copyright-two .copyright {
  color: #fff !important;
}

.rts-footer__copyright-two__wrapper {
  border-top: none !important;
}

/* ===== Support page — readable FAQ (avoid Hostie/BS accordion conflicts) ===== */
.ut-support,
.ut-support-cta {
  color: #1e293b;
}

.ut-support .ut-content-card h5 {
  color: #1e293b !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.ut-support__heading {
  color: #1e293b !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 20px !important;
  font-family: var(--font-primary), "Plus Jakarta Sans", sans-serif;
}

.ut-support__lede {
  color: #334155;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ut-support-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ut-faq-item {
  background: #fff;
  border: 1px solid #c7dbf7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.ut-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: #f8fbff !important;
  border: 0 !important;
  color: #1e293b !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  padding: 18px 20px !important;
  font-family: var(--font-primary), "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
}

.ut-faq-q::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #bfd6f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b57d0;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
}

.ut-faq-q:not(.collapsed) {
  background: #eaf2ff !important;
  color: #0b57d0 !important;
}

.ut-faq-q:not(.collapsed)::after {
  content: "–";
}

.ut-faq-a {
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.ut-faq-a p {
  margin: 0;
  padding: 16px 20px 20px;
  color: #334155 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.ut-support-cta {
  background: #f1f5f9;
}

.ut-support-cta .primary__btn {
  color: #fff !important;
}
