/*
 * All Care - design stylesheet.
 *
 * GENERATED FILE - do not edit by hand.
 * The source is the $css heredoc in all-care-site.php.
 * Regenerate with: python tools\build-elementor-compat-css.py
 */

:root {
  /* How wide the content column sits. Raise to tighten the side
     gutters, lower to widen them. */
  --ac-content-max: 1320px;
  --ac-blue: #8cd2f4;
  --ac-teal: #287fb4;
  --ac-deep-teal: #115f91;
  --ac-logo-blue: #6fc9f2;
  --ac-charcoal: #242224;
  --ac-grey: #92929a;
  --ac-logo-grey: #8e9298;
  --ac-soft-grey: #f3f5f7;
  --ac-grey-panel: #eef2f5;
  --ac-mist: #edf8fc;
  --ac-soft-teal: #dff5f7;
  --ac-sand: #f2eadf;
  --ac-warm: #fbf7f1;
  --ac-line: #cddfe5;
  --ac-text: #243238;
  --ac-muted: #5d6b72;
}

body {
  color: var(--ac-text);
  background: var(--ac-warm);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.site {
  background: linear-gradient(180deg, #fff 0, #fff 34rem, var(--ac-soft-grey) 34rem);
}

.site-footer {
  display: none;
}

.site .entry-content {
  font-size: 17px;
  line-height: 1.7;
}

.entry-hero,
.entry-header {
  display: none;
}

.content-area,
.content-container,
.content-wrap,
.site-main,
article,
.entry-content-wrap,
.entry-content {
  max-width: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.content-container,
.content-wrap,
.entry-content-wrap,
.entry-content {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content-area {
  margin-bottom: 0;
}

.entry-content > .wp-block-group:first-child {
  margin-top: 0;
}

.site-header,
.site-main-header-wrap,
.site-bottom-header-wrap {
  border-bottom: 1px solid var(--ac-line);
}

.site-header {
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 14px 42px rgba(17, 95, 145, .09);
  backdrop-filter: blur(14px);
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  transition: box-shadow .25s ease, transform .25s ease;
}

.site-branding img,
.custom-logo {
  width: auto !important;
  max-width: none !important;
  height: 92px !important;
  max-height: none !important;
  object-fit: contain;
  transition: height .25s ease, transform .25s ease;
}

body.ac-scrolled .site-header {
  box-shadow: 0 16px 46px rgba(17, 95, 145, .16);
}

body.ac-scrolled .site-branding img,
body.ac-scrolled .custom-logo {
  height: 72px !important;
}

.site-title,
.site-description {
  display: none !important;
}

.site-branding {
  min-width: 415px;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.01em;
}

.main-navigation a[href*="book-online"],
.main-navigation a[href="#booking"] {
  background: var(--ac-teal);
  color: #fff !important;
  border-radius: 6px;
  padding: .7rem 1rem !important;
  min-height: auto;
}

.main-navigation a[href*="book-online"]:hover,
.main-navigation a[href="#booking"]:hover {
  background: #0d527d;
}

.site-header .button,
.header-button,
.mobile-header-button-wrap .button {
  border-radius: 6px;
}

h1,
h2,
h3 {
  color: var(--ac-charcoal);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.35rem, 4.4vw, 4.85rem);
  line-height: 1.02;
  margin-bottom: 1rem;
  font-weight: 800;
}

h2 {
  font-size: clamp(2.2rem, 3.1vw, 3.35rem);
  line-height: 1.12;
  margin-bottom: 1rem;
  font-weight: 800;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 800;
}

p {
  color: var(--ac-muted);
}

.ac-section {
  position: relative;
  overflow: hidden;
  padding: clamp(2.1rem, 4vw, 3.9rem) max(1.25rem, 2.2vw);
  background: #fff;
}

.entry-content > .ac-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.entry-content > .ac-section > .wp-block-group__inner-container {
  max-width: var(--ac-content-max);
  margin-left: auto;
  margin-right: auto;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child {
  padding: 0;
  min-height: clamp(500px, 62vh, 680px);
  overflow: hidden;
  background: var(--ac-deep-teal);
  border-bottom: 1px solid rgba(111, 201, 242, .38);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child > .wp-block-group__inner-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero.wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(420px, .43fr) minmax(0, .57fr);
  gap: 0;
  width: 100%;
  max-width: none !important;
  min-height: clamp(500px, 62vh, 680px);
  align-items: stretch !important;
  background:
    linear-gradient(150deg, rgba(44, 139, 190, .97), rgba(17, 95, 145, .99) 58%, rgba(31, 45, 64, .96)),
    var(--ac-deep-teal);
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero h1 {
  font-size: clamp(2.65rem, 4vw, 4.1rem);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .wp-block-column:first-child {
  position: relative;
  z-index: 2;
  align-self: stretch;
  max-width: none;
  padding: clamp(3rem, 5vw, 5.5rem) clamp(1.5rem, 4.6vw, 5.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0;
  background:
    linear-gradient(150deg, rgba(44, 139, 190, .97), rgba(17, 95, 145, .99) 58%, rgba(31, 45, 64, .96)),
    var(--ac-deep-teal);
  box-shadow: 18px 0 70px rgba(17, 95, 145, .22);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .wp-block-column:first-child::before {
  content: "";
  position: absolute;
  inset: 0 -4rem 0 auto;
  width: 8rem;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 95, 145, .72), rgba(17, 95, 145, 0));
  pointer-events: none;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero h1,
body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero p,
body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .ac-kicker {
  color: #fff;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero p {
  max-width: 570px;
  color: rgba(255, 255, 255, .9);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .ac-kicker {
  color: #d4f3ff;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: #fff;
  color: var(--ac-deep-teal);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .82);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero > .wp-block-column:last-child {
  min-width: 0;
  height: 100%;
  align-self: stretch;
  display: flex;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-image {
  width: 100%;
  height: 100%;
  min-height: clamp(500px, 62vh, 680px);
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-image img {
  height: 100%;
  min-height: clamp(500px, 62vh, 680px);
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.035);
  box-shadow: none;
  filter: brightness(.96) contrast(1.12) saturate(1.1);
}

body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 95, 145, .18), rgba(255,255,255,0) 22%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(17, 95, 145, .08));
}

body:not(.home) .entry-content > .ac-section:not(.ac-band):nth-child(odd) {
  background:
    linear-gradient(115deg, rgba(243, 245, 247, .98), rgba(255,255,255,.96) 48%, rgba(237, 248, 252, .98)),
    #fff;
}

body:not(.home) .entry-content > .ac-section:not(.ac-band):nth-child(even) {
  background:
    radial-gradient(circle at 8% 10%, rgba(111, 201, 242, .14), transparent 30%),
    var(--ac-soft-grey);
}

body:not(.home) .entry-content > .ac-section:not(.ac-band) > .wp-block-group__inner-container {
  max-width: var(--ac-content-max);
}

body:not(.home) .entry-content > .ac-section:not(.ac-band) .wp-block-columns {
  gap: clamp(1rem, 2vw, 1.4rem);
}

body:not(.home) .entry-content > .ac-section:not(.ac-band) > .wp-block-group__inner-container > h2:first-child {
  max-width: 760px;
}

body:not(.home) .entry-content > .ac-section:not(.ac-band) > .wp-block-group__inner-container > h2:first-child + .wp-block-columns {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.home .entry-content > .ac-section:not(.ac-band) {
  background:
    linear-gradient(115deg, rgba(243, 245, 247, .98), rgba(255,255,255,.96) 46%, rgba(237, 248, 252, .98)),
    #fff;
}

.home .entry-content > .ac-section:has(.ac-intro-panel) {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--ac-soft-grey) 100%);
}

.home .entry-content > .ac-section:has(.ac-editorial),
.home .entry-content > .ac-section:has(.ac-community) {
  background:
    linear-gradient(115deg, var(--ac-grey-panel) 0%, #f7fdff 45%, #ffffff 100%);
  border-top: 1px solid rgba(111, 201, 242, .34);
  border-bottom: 1px solid rgba(111, 201, 242, .34);
}

.home .entry-content > .ac-section:has(.ac-split) {
  background:
    linear-gradient(135deg, rgba(17, 95, 145, .08), rgba(255,255,255,.96) 42%, rgba(111, 201, 242, .16));
}

.home .entry-content > .ac-section:has(.ac-split:nth-child(1)) {
  background:
    linear-gradient(135deg, rgba(17, 95, 145, .1), rgba(247,253,255,.98) 42%, rgba(255,255,255,.98));
}

.entry-content > .ac-band.ac-section:first-child {
  padding-top: clamp(1.2rem, 2.8vw, 2rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
}

.ac-section-tight {
  padding: clamp(1.6rem, 3vw, 2.6rem) max(1.25rem, 2.2vw);
}

.ac-soft-section {
  background:
    linear-gradient(115deg, rgba(238, 242, 245, .96), rgba(255, 255, 255, .92) 52%, rgba(244, 251, 255, .96)),
    var(--ac-soft-grey);
  border-top: 1px solid rgba(142, 146, 152, .2);
  border-bottom: 1px solid rgba(142, 146, 152, .2);
}

.ac-blue-band {
  background:
    linear-gradient(120deg, rgba(17, 95, 145, .98), rgba(42, 139, 193, .94) 48%, rgba(111, 201, 242, .72)),
    var(--ac-deep-teal);
  color: #fff;
}

.home .entry-content > .ac-blue-band.ac-section {
  background:
    linear-gradient(120deg, rgba(17, 95, 145, .98), rgba(42, 139, 193, .94) 48%, rgba(111, 201, 242, .78)),
    var(--ac-deep-teal);
  border-top: 0;
  border-bottom: 0;
}

.ac-blue-band h2,
.ac-blue-band h3,
.ac-blue-band p,
.ac-blue-band .ac-kicker {
  color: #fff;
}

.ac-blue-band .ac-kicker {
  color: #d9f5ff;
}

.ac-premium-panel {
  position: relative;
  max-width: var(--ac-content-max);
  margin: 0 auto;
  border-radius: 28px;
  padding: clamp(1.4rem, 3.2vw, 3rem);
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.05)),
    rgba(7, 50, 80, .2);
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 34px 90px rgba(11, 54, 82, .22);
  overflow: hidden;
}

.ac-premium-panel::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none;
}

.ac-why.wp-block-columns {
  gap: clamp(2rem, 5vw, 4.5rem);
  margin-bottom: 0;
}

.ac-proof-grid.wp-block-columns {
  gap: 1rem;
  margin-bottom: 1rem;
}

.ac-proof-grid.wp-block-columns:last-child {
  margin-bottom: 0;
}

.ac-proof-card.ac-card {
  min-height: 170px;
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.38);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(11, 54, 82, .14);
}

.ac-proof-card.ac-card h3 {
  color: var(--ac-deep-teal);
}

.ac-proof-card.ac-card p {
  color: var(--ac-muted);
}

.ac-blue-band .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: #fff;
  color: var(--ac-deep-teal);
}

.ac-blue-band .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255,255,255,.78) !important;
  color: #fff !important;
  background: rgba(255,255,255,.08) !important;
}

.ac-band {
  background:
    linear-gradient(105deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 44%, rgba(201, 242, 247, .9) 44%, rgba(237, 248, 252, .98) 100%),
    var(--ac-mist);
  border-bottom: 1px solid var(--ac-line);
}

.home .entry-content > .ac-band.ac-section:first-child {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  min-height: clamp(620px, 74vh, 790px);
  overflow: hidden;
  background: var(--ac-deep-teal);
}

.home .entry-content > .ac-band.ac-section:first-child > .wp-block-group__inner-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.home .entry-content > .ac-band.ac-section:first-child > .wp-block-group__inner-container > .ac-hero {
  display: grid !important;
  grid-template-columns: minmax(420px, .42fr) minmax(0, .58fr);
  gap: 0;
  width: 100%;
  max-width: none !important;
  min-height: clamp(620px, 74vh, 790px);
  align-items: stretch !important;
}

.home .ac-hero > .wp-block-column:first-child {
  position: relative;
  z-index: 2;
  align-self: stretch;
  max-width: none;
  padding: clamp(3.2rem, 6vw, 6.5rem) clamp(1.5rem, 5vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(150deg, rgba(44, 139, 190, .97), rgba(17, 95, 145, .99) 56%, rgba(31, 45, 64, .97)),
    var(--ac-deep-teal);
  box-shadow: 18px 0 70px rgba(17, 95, 145, .24);
}

.home .ac-hero > .wp-block-column:first-child::before {
  content: "";
  position: absolute;
  inset: 0 -4rem 0 auto;
  width: 8rem;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 95, 145, .72), rgba(17, 95, 145, 0));
  pointer-events: none;
}

.home .ac-hero h1,
.home .ac-hero p,
.home .ac-hero .ac-kicker {
  color: #fff;
}

.home .ac-hero h1 {
  max-width: 620px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .12);
}

.home .ac-hero p {
  max-width: 570px;
  color: rgba(255, 255, 255, .9);
}

.home .ac-hero .ac-kicker {
  color: #d4f3ff;
}

.home .ac-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: #fff;
  color: var(--ac-deep-teal);
}

.home .ac-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .82);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.home .ac-hero > .wp-block-column:last-child {
  min-width: 0;
  height: 100%;
  align-self: stretch;
  display: flex;
}

.home .ac-hero .ac-image {
  width: 100%;
  height: 100%;
  min-height: clamp(620px, 74vh, 790px);
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.home .ac-hero .ac-image img {
  height: 100%;
  min-height: clamp(620px, 74vh, 790px);
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.035);
  box-shadow: none;
  filter: brightness(.95) contrast(1.15) saturate(1.14);
}

.home .ac-hero .ac-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 95, 145, .18), rgba(255,255,255,0) 22%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(17, 95, 145, .08));
}

.ac-dark {
  background: var(--ac-charcoal);
  color: #fff;
}

.ac-dark h1,
.ac-dark h2,
.ac-dark h3,
.ac-dark p {
  color: #fff;
}

.ac-kicker {
  color: var(--ac-teal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

.ac-hero p {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.65;
}

.ac-hero.wp-block-columns {
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center !important;
  margin-top: 0;
  margin-bottom: 0;
}

.ac-hero .wp-block-column:first-child {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}

.ac-hero .wp-block-buttons {
  margin-top: 1.7rem;
}

.ac-trust-bar {
  max-width: none;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(238, 242, 245, .94), rgba(247, 253, 255, .96));
  border-top: 0;
  border-bottom: 1px solid rgba(111, 201, 242, .32);
  border-radius: 0;
  padding: clamp(1.2rem, 2.4vw, 2rem) max(1.25rem, 4vw) clamp(1.35rem, 2.8vw, 2.35rem);
  box-shadow: none;
}

.ac-trust-bar > .wp-block-group__inner-container {
  max-width: var(--ac-content-max);
  margin: 0 auto;
  background:
    linear-gradient(135deg, rgba(255,255,255,.97), rgba(243,245,247,.94));
  border: 1px solid rgba(142, 146, 152, .22);
  border-radius: 24px;
  padding: .75rem;
  box-shadow: 0 26px 74px rgba(17, 95, 145, .11);
}

.home .ac-trust-bar + .ac-section {
  padding-top: clamp(3.6rem, 5.4vw, 5.1rem);
}

.ac-trust-bar .wp-block-columns {
  margin-bottom: 0;
  gap: .7rem;
}

.ac-trust-item {
  min-height: 100%;
  padding: 1.2rem 1.15rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,245,247,.94));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.76), 0 14px 34px rgba(49, 68, 82, .06);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ac-trust-item::before {
  content: "";
  display: block;
  width: 3rem;
  height: 4px;
  margin-bottom: .95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ac-logo-blue), rgba(142, 146, 152, .45));
}

.ac-trust-item:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 201, 242, .42);
  box-shadow: 0 18px 46px rgba(17, 95, 145, .1);
}

.ac-trust-item h3 {
  font-size: 1rem;
  margin-bottom: .35rem;
}

.ac-trust-item p {
  font-size: .93rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.ac-intro-panel.wp-block-columns,
.ac-editorial.wp-block-columns,
.ac-community.wp-block-columns {
  gap: clamp(2rem, 5vw, 4.5rem);
}

.ac-intro-panel.wp-block-columns,
.ac-editorial.wp-block-columns,
.ac-community.wp-block-columns,
/* Booking chooser -------------------------------------------------------
   Two booking systems live on one page: HotDoc for medical, Core Practice for
   dental. Neither widget is requested until one of these is clicked - see
   mu-plugins/all-care-booking.php. */

.ac-booking__choice {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ac-booking__tab {
  /* Two rows of text on the left, a chevron on the right - without it these
     read as static cards rather than the page's primary action. */
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "label chevron"
    "note  chevron";
  column-gap: 1rem;
  row-gap: .3rem;
  align-items: center;
  width: 100%;
  padding: 1.1rem 1.25rem;
  text-align: left;
  font: inherit;
  color: var(--ac-text);
  cursor: pointer;
  border: 1px solid rgba(142, 146, 152, .2);
  border-left: 4px solid rgba(111, 201, 242, .72);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(243, 245, 247, .82));
  box-shadow: 0 14px 30px rgba(17, 95, 145, .055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ac-booking__tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(17, 95, 145, .1);
  border-color: #afdce6;
  border-left-color: var(--ac-teal);
}

.ac-booking__tab:focus-visible {
  outline: 3px solid var(--ac-teal);
  outline-offset: 2px;
}

/* The chosen one keeps its state visible once the calendar is open below. */
.ac-booking__tab.is-active {
  border-left-color: var(--ac-teal);
  background: linear-gradient(180deg, var(--ac-mist), rgba(255, 255, 255, .92));
}

.ac-booking__tab-label {
  grid-area: label;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
}

.ac-booking__tab-note {
  grid-area: note;
  color: var(--ac-muted);
  font-size: .92rem;
  line-height: 1.4;
}

/* Points right when closed, down once the calendar is open below. */
.ac-booking__tab::after {
  content: "";
  grid-area: chevron;
  width: .55rem;
  height: .55rem;
  border-right: 2px solid var(--ac-teal);
  border-bottom: 2px solid var(--ac-teal);
  transform: rotate(-45deg);
  transition: transform .18s ease;
}

.ac-booking__tab.is-active::after { transform: rotate(45deg); }

.ac-booking__panel[hidden] { display: none; }

.ac-booking__panel-heading {
  margin-top: 0;
  margin-bottom: .75rem;
}

.ac-booking__status {
  color: var(--ac-muted);
  margin: 0;
}

/* Third-party widgets bring their own look; give them room and a plain
   surface rather than trying to restyle another company's markup. */
.ac-booking__panel iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.ac-split.wp-block-columns {
  position: relative;
  z-index: 1;
}

.ac-intro-panel.wp-block-columns {
  background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(243, 245, 247, .92));
  border: 1px solid rgba(142, 146, 152, .2);
  border-radius: 18px;
  padding: clamp(1.6rem, 3.4vw, 3rem);
  box-shadow: 0 28px 80px rgba(17, 95, 145, .09);
}

.ac-editorial.wp-block-columns,
.ac-community.wp-block-columns {
  background: linear-gradient(135deg, rgba(255, 255, 255, .93), rgba(243, 245, 247, .88));
  border: 1px solid rgba(142, 146, 152, .2);
  border-radius: 22px;
  padding: clamp(1.3rem, 2.8vw, 2.4rem);
  box-shadow: 0 28px 80px rgba(17, 95, 145, .1);
}

.ac-editorial.wp-block-columns::before,
.ac-community.wp-block-columns::before,
.ac-split.wp-block-columns::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -1;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(111, 201, 242, .18), rgba(255,255,255,0) 48%);
  pointer-events: none;
}

.ac-pathways .wp-block-columns {
  gap: 0;
  margin-bottom: 0;
  border-top: 0;
}

.ac-pathways {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(111, 201, 242, .34);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 95, 145, .08);
}

.ac-pathway {
  height: 100%;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  background: transparent;
  box-shadow: none;
  position: relative;
  transition: background .2s ease, transform .2s ease;
}

.ac-pathways .wp-block-column + .wp-block-column .ac-pathway {
  border-left: 1px solid rgba(111, 201, 242, .34);
}

.ac-pathway::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 3px;
  background: var(--ac-logo-blue);
}

.ac-pathway:hover {
  background: rgba(244, 251, 255, .85);
  transform: translateY(-2px);
}

.ac-pathway-label,
.ac-process-number {
  margin-bottom: .7rem;
  color: var(--ac-teal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-pathway h3 {
  font-size: 1.42rem;
  min-height: 0;
}

.ac-pathway p {
  font-size: .95rem;
}

.ac-text-link a {
  color: var(--ac-teal);
  font-weight: 800;
  text-decoration: none;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.ac-text-link a::after {
  content: "";
}

.ac-text-link a:hover {
  text-decoration: underline;
}

.ac-editorial .ac-image img,
.ac-community .ac-image img {
  min-height: 460px;
}

.ac-feature-list {
  margin: 1.25rem 0 1.6rem;
  padding-left: 0;
  list-style: none;
}

.ac-feature-list li {
  position: relative;
  margin-bottom: .85rem;
  padding-left: 1.65rem;
  color: var(--ac-text);
}

.ac-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72rem;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--ac-blue);
  box-shadow: 0 0 0 4px rgba(140, 210, 244, .2);
}

.ac-process {
  display: grid;
  gap: .9rem;
  margin-top: 1.4rem;
}

.ac-process-step {
  border-top: 1px solid rgba(142, 146, 152, .22);
  padding-top: 1rem;
}

.ac-process-step > .wp-block-group__inner-container {
  position: relative;
  padding-left: 1.1rem;
  border-left: 4px solid rgba(111, 201, 242, .72);
}

.ac-card {
  border: 1px solid rgba(142, 146, 152, .2);
  border-radius: 6px;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(243, 245, 247, .82));
  height: 100%;
  box-shadow: 0 14px 30px rgba(17, 95, 145, .055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ac-card::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 3px;
  margin-bottom: .95rem;
  border-radius: 999px;
  background: var(--ac-logo-blue);
}

.ac-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(17, 95, 145, .1);
  border-color: #afdce6;
}

.ac-card h3 {
  margin-top: 0;
  margin-bottom: .55rem;
  padding-top: .35rem;
}

.ac-card p {
  margin-bottom: 0;
  font-size: .98rem;
}

.ac-split.wp-block-columns {
  gap: clamp(2rem, 5vw, 4.5rem);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(111, 201, 242, .32);
  border-radius: 24px;
  padding: clamp(1.35rem, 3vw, 2.6rem);
  box-shadow: 0 30px 84px rgba(17, 95, 145, .1);
}

.ac-split > .wp-block-column > .wp-block-columns {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1.45rem;
  border-top: 1px solid rgba(111, 201, 242, .45);
}

.ac-split > .wp-block-column > .wp-block-columns > .wp-block-column {
  flex-basis: auto !important;
  margin-left: 0 !important;
  min-width: 0;
}

.ac-split .ac-card {
  box-shadow: none;
  padding: 1rem 0 1.05rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(111, 201, 242, .45);
  border-radius: 0;
  background: transparent;
  border-left: 3px solid rgba(111, 201, 242, .55);
}

.ac-split .ac-card::before {
  display: none;
}

.ac-service-card {
  border-top: 0;
}

.ac-dental-card {
  border-top-color: var(--ac-teal);
}

.ac-cta {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .22), transparent 28%),
    linear-gradient(135deg, rgba(58, 158, 211, .96), rgba(17, 95, 145, .98) 48%, rgba(31, 45, 64, .98));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 3.5rem);
  max-width: calc(var(--ac-content-max) - 60px);
  margin-inline: auto;
  box-shadow: 0 34px 88px rgba(17, 95, 145, .24);
  overflow: hidden;
}

.ac-cta h1,
.ac-cta h2,
.ac-cta h3,
.ac-cta p,
.ac-cta a {
  color: #fff;
}

.ac-cta p {
  color: rgba(255, 255, 255, .86);
  max-width: 720px;
}

.ac-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: #fff !important;
  color: var(--ac-deep-teal) !important;
  box-shadow: 0 14px 34px rgba(7, 50, 80, .22);
}

.ac-cta .wp-block-button.is-style-outline .wp-block-button__link {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .8) !important;
  color: #fff !important;
}

.ac-cta .wp-block-button.is-style-outline .wp-block-button__link:hover,
.ac-cta .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: rgba(255, 255, 255, .18) !important;
  border-color: #fff !important;
}

.ac-muted {
  color: #5e6a70;
}

.ac-image img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
  box-shadow: 0 22px 52px rgba(36, 34, 36, .12);
  transform: scale(1.035);
}

.ac-hero .ac-image img {
  aspect-ratio: 16 / 10;
  object-position: center 36%;
  transform: scale(1.12);
}

.ac-image {
  overflow: hidden;
  border-radius: 8px;
}

.ac-split .ac-image img {
  min-height: 420px;
  transform: scale(1.06);
}

.ac-list-check {
  padding-left: 1.2rem;
}

.ac-list-check li {
  margin-bottom: .45rem;
}

/* FAQ accordion - see the accordion block further down for the open/closed
   states. Deliberately no border-top here and no border-bottom on the heading:
   the two together produced a doubled rule with a gap between the question and
   its own underline.

   The values below deliberately mirror .ac-card exactly - same border, radius,
   gradient and shadow - with the 4px blue rule borrowed from .ac-process-step.
   Every other block on the site carries a blue accent; without one an FAQ list
   reads as a generic accordion dropped into the design rather than part of it. */
.ac-faq {
  border: 1px solid rgba(142, 146, 152, .2);
  border-left: 4px solid rgba(111, 201, 242, .72);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(243, 245, 247, .82));
  box-shadow: 0 14px 30px rgba(17, 95, 145, .055);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ac-local-strip {
  background: linear-gradient(100deg, #d7f6fb, #ffffff 55%, #fff3df);
  border: 1px solid #bde7ef;
  border-radius: 18px;
  padding: 1.3rem 1.55rem;
  max-width: calc(var(--ac-content-max) - 60px);
  margin-inline: auto;
  box-shadow: 0 14px 34px rgba(17, 95, 145, .07);
}

.ac-emergency {
  border-left: 4px solid #b54a4a;
  background: #fff7f7;
  padding: 1rem 1.2rem;
}

.wp-block-button__link {
  border-radius: 6px;
  font-weight: 700;
  padding: .82rem 1.25rem;
}

.ac-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2, .75, .2, 1);
  transition-delay: var(--ac-delay, 0ms);
}

.ac-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ac-reveal .ac-image img {
  transition:
    transform 1.1s cubic-bezier(.2, .75, .2, 1),
    filter .8s ease;
}

.ac-reveal.is-visible .ac-image img {
  transform: scale(1.02);
}

.ac-pathways .wp-block-column:nth-child(2),
.ac-trust-bar .wp-block-column:nth-child(2) {
  --ac-delay: 90ms;
}

.ac-pathways .wp-block-column:nth-child(3),
.ac-trust-bar .wp-block-column:nth-child(3) {
  --ac-delay: 170ms;
}

.ac-trust-bar .wp-block-column:nth-child(4) {
  --ac-delay: 240ms;
}

@media (prefers-reduced-motion: reduce) {
  .ac-reveal,
  .ac-reveal .ac-image img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--ac-teal);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--ac-teal);
  color: var(--ac-teal);
  background: #fff;
}

.site-footer {
  display: none;
}

.ac-site-footer {
  background: var(--ac-charcoal);
  color: #fff;
  padding: clamp(3rem, 6vw, 5rem) max(1.25rem, 4vw) 6rem;
}

.ac-site-footer__inner {
  max-width: var(--ac-content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.ac-site-footer h2,
.ac-site-footer h3,
.ac-site-footer p,
.ac-site-footer a {
  color: #fff;
}

.ac-site-footer p,
.ac-site-footer a {
  color: #dfeaed;
}

.ac-site-footer a {
  display: block;
  text-decoration: none;
  margin: .35rem 0;
}

.ac-site-footer a:hover {
  color: var(--ac-blue);
}

.ac-mobile-actions {
  display: none;
}

.wp-block-columns {
  gap: clamp(1rem, 2vw, 1.4rem);
}

.wp-block-group .wp-block-columns + .wp-block-columns {
  margin-top: 1.25rem;
}

.entry-content > .wp-block-group > .wp-block-group__inner-container,
.entry-content > .wp-block-group > * {
  max-width: var(--ac-content-max);
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .wp-block-group.alignfull > * {
  max-width: var(--ac-content-max);
}

@media (max-width: var(--ac-content-max)) {
  .site-branding {
    min-width: 340px;
  }

  .site-branding img,
  .custom-logo {
    height: 76px !important;
  }
}

@media (max-width: 780px) {
  html,
  body {
    overflow-x: hidden;
  }

  .content-wrap,
  .entry-content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .content-container,
  .site-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body {
    padding-bottom: 56px;
  }

  h1 {
    font-size: 2.05rem !important;
    line-height: 1.12 !important;
    max-width: 310px !important;
    overflow-wrap: break-word !important;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  .site-branding {
    min-width: 0;
  }

  .site-branding img,
  .custom-logo {
    height: 66px !important;
  }

  .home .entry-content > .ac-band.ac-section:first-child {
    min-height: auto;
    padding: 0;
    background: var(--ac-deep-teal);
  }

  .home .entry-content > .ac-band.ac-section:first-child > .wp-block-group__inner-container > .ac-hero {
    display: flex !important;
    flex-direction: column;
    min-height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .home .ac-hero > .wp-block-column:first-child {
    max-width: 100%;
    width: 100% !important;
    box-sizing: border-box;
    padding: 2.6rem 1.5rem 1.9rem;
    background:
      linear-gradient(155deg, rgba(44, 139, 190, .97), rgba(17, 95, 145, .99) 62%, rgba(31, 45, 64, .95)),
      var(--ac-deep-teal);
  }

  .home .ac-hero > .wp-block-column:first-child::before {
    display: none;
  }

  .home .ac-hero .ac-image,
  .home .ac-hero .ac-image img {
    min-height: 330px;
    height: 330px;
  }

  .ac-section {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
  }

  body:not(.home) .entry-content > .ac-band.ac-section:first-child {
    min-height: auto;
    padding: 0;
    background: var(--ac-deep-teal);
  }

  body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero.wp-block-columns {
    display: flex !important;
    flex-direction: column;
    min-height: auto;
    padding: 0;
    border-radius: 0;
  }

  body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .wp-block-column:first-child {
    max-width: 100%;
    width: 100% !important;
    box-sizing: border-box;
    padding: 2.45rem 1.5rem 1.85rem;
    border-left: 0;
  }

  body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-hero .wp-block-column:first-child::before {
    display: none;
  }

  body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-image,
  body:not(.home) .entry-content > .ac-band.ac-section:first-child .ac-image img {
    min-height: 310px;
    height: 310px;
  }

  .entry-content > .wp-block-group > * {
    max-width: 100% !important;
    width: auto !important;
  }

  .ac-kicker {
    font-size: .72rem !important;
    line-height: 1.45 !important;
    max-width: 240px !important;
    overflow-wrap: anywhere !important;
  }

  .ac-hero p,
  .ac-trust-item p,
  .ac-card p {
    max-width: 310px;
    overflow-wrap: anywhere;
  }

  .ac-hero.wp-block-columns {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .ac-hero > .wp-block-column,
  .ac-split > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .ac-hero .ac-image img {
    aspect-ratio: 16 / 10;
    transform: scale(1.08);
  }

  .ac-hero .wp-block-column:first-child {
    box-sizing: border-box;
    padding-right: 0;
  }

  .ac-trust-item {
    box-sizing: border-box;
    padding-right: 1rem;
  }

  .ac-hero .ac-image {
    margin-right: 0;
  }

  .ac-trust-bar {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .ac-trust-bar > .wp-block-group__inner-container {
    padding: .55rem;
    border-radius: 20px;
  }

  .ac-trust-bar .wp-block-columns {
    gap: .55rem;
  }

  .ac-trust-item {
    border-right: 0;
    border-bottom: 0;
    border-color: rgba(111, 201, 242, .26);
  }

  .ac-trust-item::before {
    width: 1.85rem;
    height: 1.85rem;
    margin-bottom: .7rem;
  }

  .ac-split.wp-block-columns {
    gap: 1.4rem;
  }

  .ac-split > .wp-block-column > .wp-block-columns {
    grid-template-columns: 1fr;
  }

  .ac-split .ac-image img {
    min-height: auto;
    transform: scale(1.04);
  }

  .ac-intro-panel.wp-block-columns,
  .ac-editorial.wp-block-columns,
  .ac-community.wp-block-columns {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .ac-pathways .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .ac-pathway h3 {
    min-height: 0;
  }

  .ac-editorial .ac-image img,
  .ac-community .ac-image img {
    min-height: auto;
  }

  .ac-card {
    padding: 1.1rem;
  }

  .ac-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .ac-mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    border-top: 1px solid var(--ac-line);
    box-shadow: 0 -10px 30px rgba(36, 34, 36, .12);
  }

  .ac-mobile-actions a {
    min-width: 0;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--ac-charcoal);
    font-weight: 800;
    font-size: .8rem;
    border-right: 1px solid var(--ac-line);
  }

  .ac-mobile-actions a:nth-child(2) {
    background: var(--ac-teal);
    color: #fff;
  }

  .ac-mobile-actions a:last-child {
    border-right: 0;
  }
}
/* Team profiles - clinician photo beside biography. */
.ac-team-profile {
  align-items: flex-start;
}

.ac-team-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(17, 95, 145, .14);
  /* Clinician headshots are portrait; the site default is a 16/10 landscape
     crop, which cuts faces off. */
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 22%;
  transform: none;
}

.ac-team-role {
  margin: 0 0 .9rem;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  color: var(--ac-teal);
}

.ac-team-bio h3 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.ac-team-bio p {
  margin-bottom: .85rem;
}

@media (max-width: 780px) {
  .ac-team-photo {
    max-width: 240px;
    margin-bottom: 1.2rem;
  }
}

/* ---- Why All Care: four proof cards on one symmetrical 2x2 grid ---- */
/* The markup is two separate column rows, so their heights used to differ.
   Collapsing the wrappers with display:contents lets all four cards share a
   single grid with equal rows. */
.ac-why > .wp-block-column:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;
}

.ac-why .ac-proof-grid,
.ac-why .ac-proof-grid > .wp-block-column {
  display: contents;
}

.ac-why .ac-proof-card.ac-card {
  height: 100%;
  margin: 0;
}

@media (max-width: 780px) {
  .ac-why > .wp-block-column:last-child {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }
}

/* ---- FAQ accordion ---- */
/* Progressive enhancement: without JavaScript every answer stays visible. */
.ac-faq h3 {
  position: relative;
  margin: 0;
  /* Padding matches .ac-card. Font size is deliberately not overridden, so the
     questions sit at the same weight as every other h3 on the site. */
  padding: 1.15rem 3.2rem 1.15rem 1.25rem;
}

.ac-faq p {
  margin: 0;
}

.ac-faq.is-collapsible h3 {
  cursor: pointer;
  user-select: none;
  transition: color .16s ease;
}

.ac-faq.is-collapsible:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(17, 95, 145, .1);
  border-color: #afdce6;
  border-left-color: var(--ac-logo-blue);
}

.ac-faq.is-collapsible.is-open {
  border-left-color: var(--ac-teal);
}

.ac-faq.is-collapsible h3:hover,
.ac-faq.is-collapsible h3:focus-visible {
  color: var(--ac-teal);
}

.ac-faq.is-collapsible h3:focus-visible {
  outline: 2px solid var(--ac-teal);
  outline-offset: -3px;
  border-radius: 5px;
}

/* Chevron, drawn rather than an icon font. */
.ac-faq.is-collapsible h3::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: .55rem;
  height: .55rem;
  margin-top: -.38rem;
  border-right: 2px solid var(--ac-teal);
  border-bottom: 2px solid var(--ac-teal);
  transform: rotate(45deg);
  transition: transform .2s ease, margin-top .2s ease;
}

.ac-faq.is-collapsible.is-open h3::after {
  transform: rotate(-135deg);
  margin-top: -.12rem;
}

.ac-faq.is-collapsible .ac-faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 1.25rem;
  transition: max-height .24s ease, opacity .18s ease, padding .24s ease;
}

.ac-faq.is-collapsible.is-open .ac-faq-answer {
  max-height: 44rem;
  opacity: 1;
  padding: 0 1.25rem 1.25rem;
}

.ac-faq.is-collapsible .ac-faq-answer p {
  color: var(--ac-muted);
  font-size: .98rem;
  line-height: 1.65;
}

/* The questions sit closer together than the surrounding section rhythm.
   The gap otherwise comes from the container the blocks sit in. */
.elementor .e-con-inner:has(> .ac-faq),
.entry-content .wp-block-group__inner-container:has(> .ac-faq) {
  --row-gap: .7rem;
  --gap: .7rem;
  gap: .7rem;
}

/* Elementor sets the flex gap on the container, not on its inner wrapper, so
   the section holding the questions has to be targeted as well. */
.elementor .e-con:has(> .e-con-inner > .ac-faq) {
  --row-gap: .7rem;
  --column-gap: .7rem;
  --gap: .7rem;
}

@media (prefers-reduced-motion: reduce) {
  .ac-faq.is-collapsible .ac-faq-answer,
  .ac-faq.is-collapsible h3::after,
  .ac-faq {
    transition: none;
  }
  .ac-faq.is-collapsible:hover {
    transform: none;
  }
}
