/* ================================================================
   ACTIVE AIRWAYS: dentist profile page
   Source: views/dentists/page.twig
   ================================================================ */
.ad-dentist-template,
.ad-dentist-template * {
    box-sizing: border-box;
}

.ad-dentist-template {
    color: var(--ad-color-blue-deep);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
}

.ad-dentist-page {
    --ad-dentist-text: var(--ad-text-heading);
    --ad-dentist-panel-bg: var(--ad-surface-subtle);
    --ad-dentist-panel-blue-bg: var(--ad-surface-soft-blue);
    --ad-dentist-panel-teal-bg: var(--ad-surface-subtle-strong);
    --ad-dentist-line: var(--ad-surface-subtle-strong);
    --ad-dentist-teal: var(--ad-color-teal);
    --ad-dentist-teal-strong: var(--ad-color-teal-deep);
    --ad-dentist-podcast-bg: var(--ad-color-blue-mid);
    --ad-dentist-cta-bg: var(--ad-cta-bg);
    background: var(--ad-color-white);
    color: var(--ad-dentist-text);
    font-family: var(--ad-font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    overflow-x: clip;
}

.ad-dentist-hero,
.ad-dentist-facts,
.ad-dentist-panels,
.ad-dentist-quote-band,
.ad-dentist-podcast,
.ad-dentist-credentials,
.ad-dentist-featured,
.ad-dentist-cta-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-block: 0;
}

.ad-dentist-shell {
    width: min(calc(100% - 128px), 1280px);
    margin: 0 auto;
}

.ad-dentist-eyebrow {
    margin: 0;
    color: var(--ad-dentist-teal);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ad-dentist-hero {
    background: var(--ad-dentist-panel-bg);
    padding: 112px 0;
}

.ad-dentist-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 552px;
    gap: 48px;
    align-items: center;
}

.ad-dentist-hero__content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.ad-dentist-hero__title,
.ad-dentist-panel__title,
.ad-dentist-podcast__title,
.ad-dentist-credentials__title,
.ad-dentist-featured__title,
.ad-dentist-cta-card__title {
    margin: 0;
    color: var(--ad-dentist-text);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ad-dentist-hero__title {
    font-size: clamp(2.8rem, 5vw, 56px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    max-width: 100%;
    text-wrap: balance;
}

.ad-dentist-hero__credentials {
    margin: 14px 0 0;
    color: var(--ad-dentist-text);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.ad-dentist-hero__copy,
.ad-dentist-hero__copy p,
.ad-dentist-panel__copy,
.ad-dentist-panel__copy p,
.ad-dentist-podcast__copy,
.ad-dentist-cta-card__description {
    margin: 0;
    color: var(--ad-text-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    text-wrap: pretty;
}

.ad-dentist-hero__copy {
    display: grid;
    gap: 12px;
    max-width: 680px;
}

.ad-dentist-hero__highlight {
    margin: 0;
    color: var(--ad-dentist-text);
    font-size: clamp(1.15rem, 2vw, 24px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.ad-dentist-hero__title + .ad-dentist-hero__copy,
.ad-dentist-hero__title + .ad-dentist-hero__highlight,
.ad-dentist-hero__credentials + .ad-dentist-hero__copy,
.ad-dentist-hero__credentials + .ad-dentist-hero__highlight {
    margin-top: 28px;
}

.ad-dentist-hero__copy + .ad-dentist-hero__highlight {
    margin-top: 28px;
}

.ad-dentist-hero__content > .ad-dentist-actions {
    margin-top: 64px;
}

.ad-dentist-hero__media {
    height: 620px;
}

.ad-dentist-hero__media img,
.ad-dentist-podcast__media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 14px;
    object-fit: cover;
}

.ad-dentist-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.ad-dentist-actions--centered {
    justify-content: center;
}

.ad-dentist-facts {
    border-bottom: 1px solid var(--ad-dentist-line);
    background: var(--ad-color-white);
    padding: 32px 64px;
    margin: 0 0 -1px;
}

.ad-dentist-facts__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1040px;
    margin: 0 auto;
}

.ad-dentist-fact {
    position: relative;
    display: grid;
    flex: 0 1 260px;
    gap: 4px;
    padding: 8px 24px;
    text-align: center;
    justify-items: center;
}

.ad-dentist-fact:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 40px;
    transform: translateY(-50%);
    background: var(--ad-dentist-line);
}

.ad-dentist-fact__label,
.ad-dentist-list-group__label {
    margin: 0;
    color: var(--ad-dentist-teal-strong);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ad-dentist-fact__value {
    margin: 0;
    color: var(--ad-dentist-text);
    font-size: 16px;
    line-height: 1.5;
}

.ad-dentist-panels {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
}

.ad-dentist-panels__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100vw;
    margin-left: calc(50% - 50vw);
    gap: 0;
}

.ad-dentist-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 112px;
    min-height: 464px;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.ad-dentist-panel--blue {
    background: var(--ad-dentist-panel-blue-bg);
}

.ad-dentist-panel--teal {
    background: var(--ad-dentist-panel-teal-bg);
}

.ad-dentist-panel__inner {
    max-width: 496px;
    width: 100%;
}

.ad-dentist-panel__title {
    margin-bottom: 8px;
    font-size: clamp(2rem, 3vw, 36px);
    line-height: 1.2;
}

.ad-dentist-panel__copy {
    display: grid;
    gap: 16px;
}

.ad-dentist-quote-band {
    padding: 72px 0;
    background: var(--ad-color-white);
}

.ad-dentist-quote {
    margin: 0 auto;
    max-width: 860px;
    color: var(--ad-dentist-text);
    font-size: clamp(1.4rem, 2.5vw, 30px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    text-align: center;
}

.ad-dentist-podcast {
    --ad-dentist-podcast-bg: var(--ad-color-blue-mid);
    --ad-dentist-teal: var(--ad-color-teal);
    --ad-dentist-teal-strong: var(--ad-color-teal-deep);

    position: relative;
    overflow: hidden;
    padding: 112px 0;
    background: var(--ad-dentist-podcast-bg, var(--ad-color-blue-mid));
    color: var(--ad-color-mist);
}

.ad-dentist-podcast .ad-dentist-shell {
    width: min(1312px, calc(100% - 128px));
}

.ad-dentist-podcast__row {
    position: relative;
    display: grid;
    grid-template-columns: 600px minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.ad-dentist-podcast__media {
    height: 400px;
}

.ad-dentist-podcast__content {
    position: relative;
    display: grid;
    gap: 20px;
}

.ad-dentist-podcast__title {
    color: var(--ad-color-mist);
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.ad-dentist-podcast__copy {
    color: var(--ad-color-mist);
}

.ad-dentist-podcast__actions {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 18px;
    margin-top: 100px;
}

.ad-dentist-credentials {
    background: var(--ad-dentist-panel-bg);
    padding: 112px 0;
    margin: 0;
}

.ad-dentist-credentials__inner {
    display: grid;
    gap: 48px;
    max-width: 1200px;
}

.ad-dentist-credentials__header {
    display: grid;
    gap: 20px;
}

.ad-dentist-credentials__title {
    font-size: clamp(2.6rem, 5vw, 56px);
    line-height: 1.1;
}

.ad-dentist-credentials__intro {
    margin: 0;
    max-width: 800px;
    color: var(--ad-text-body);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.ad-dentist-credentials__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 48px;
}

/* Credentials list links: site-shell resets main-content links to inherit (black);
   staging shows them in the brand teal. Restore it (3 classes beat the reset). */
.ad-timber-site-shell .ad-dentist-credentials__grid .ad-dentist-list a {
    color: rgb(49, 170, 185);
}

.ad-dentist-list-group {
    display: grid;
    align-content: start;
    gap: 20px;
}

.ad-dentist-list-group__label {
    font-size: 16px;
}

.ad-dentist-list {
    display: grid;
    align-content: start;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ad-dentist-list li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: var(--ad-text-body);
    font-size: 16px;
    line-height: 1.4;
}

.ad-dentist-list li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ad-dentist-teal-strong);
}

.ad-dentist-list a {
    color: var(--ad-dentist-teal-strong);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.ad-dentist-featured {
    background: var(--ad-color-white);
    overflow: hidden;
    padding: 112px 0 0;
}

.ad-dentist-featured__inner {
    display: grid;
    gap: 32px;
    width: min(calc(100% - 128px), 1312px);
    padding-bottom: 40px;
    border-bottom: 1px solid var(--ad-surface-subtle);
}

.ad-dentist-featured__header {
    display: grid;
    gap: 16px;
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.ad-dentist-featured__intro {
    margin: 0;
    color: var(--ad-text-body);
    font-size: 18px;
    line-height: 1.5;
}

.ad-dentist-featured__nav-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
}

body.postid-3008 #selected-interviews-articles .ad-dentist-featured__nav-wrap {
    display: none;
}

.ad-dentist-featured__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid var(--ad-border-subtle);
    border-radius: 50%;
    background: var(--ad-surface-page);
    color: var(--ad-text-heading);
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ad-dentist-featured__nav:hover,
.ad-dentist-featured__nav:focus-visible {
    border-color: var(--ad-color-teal);
    background: var(--ad-color-teal);
    color: var(--ad-color-white);
}

.ad-dentist-featured__nav:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.ad-dentist-featured__viewport {
    --ad-featured-card-width: 250px;
    --ad-featured-card-gap: 104px;
    margin-inline: -2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.ad-dentist-featured__viewport::-webkit-scrollbar {
    display: none;
}

.ad-dentist-featured__viewport:focus-visible {
    outline: 2px solid var(--ad-dentist-teal-strong);
    outline-offset: 10px;
}

.ad-dentist-featured__track {
    display: grid;
    grid-auto-columns: var(--ad-featured-card-width);
    grid-auto-flow: column;
    align-items: start;
    column-gap: var(--ad-featured-card-gap);
    min-width: max-content;
}

.ad-dentist-featured-card {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 32px;
    width: var(--ad-featured-card-width);
    min-width: var(--ad-featured-card-width);
    text-align: center;
    scroll-snap-align: start;
}

.ad-dentist-featured-card__type {
    margin: 0;
    color: var(--ad-dentist-teal);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ad-dentist-featured-card__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 62px;
}

.ad-dentist-featured-card__logo {
    display: block;
    max-width: 200px;
    max-height: 62px;
    object-fit: contain;
}

.ad-dentist-featured-card__source {
    margin: 0;
    color: var(--ad-dentist-text);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    text-wrap: balance;
}

.ad-dentist-featured-card__title {
    margin: 0;
    color: var(--ad-dentist-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    min-height: 48px;
    text-wrap: balance;
}

.ad-dentist-featured-card__date {
    display: none;
}

.ad-dentist-featured-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 30px;
    min-height: 30px;
    padding: 0 16px;
    border: 1px solid var(--ad-color-teal);
    border-radius: 4px;
    color: var(--ad-color-teal);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ad-dentist-featured-card__button:hover,
.ad-dentist-featured-card__button:focus-visible {
    background: var(--ad-color-teal);
    color: var(--ad-color-white);
}

.ad-dentist-cta-band {
    background: var(--ad-dentist-cta-bg);
    padding: 112px 0;
}

.ad-dentist-cta-card {
    display: grid;
    gap: 32px;
    padding: 64px;
    border-radius: 16px;
    background: var(--ad-cta-glass-bg);
    text-align: center;
}

.ad-dentist-cta-card__copy {
    display: grid;
    gap: 16px;
}

.ad-dentist-cta-card__title {
    color: var(--ad-color-white);
    font-size: clamp(2.5rem, 5vw, 56px);
    line-height: 1.1;
}

.ad-dentist-cta-card__description {
    color: var(--ad-color-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.ad-dentist-cta-card .ad-dentist-button {
    min-height: 0;
    padding: 16px 40px;
}

@media (max-width: 1100px) {
    .ad-dentist-hero,
    .ad-dentist-podcast,
    .ad-dentist-credentials,
    .ad-dentist-featured,
    .ad-dentist-cta-band {
        padding: 88px 0;
    }

    .ad-dentist-featured {
        padding-bottom: 0;
    }

    .ad-dentist-hero__inner,
    .ad-dentist-podcast__row,
    .ad-dentist-credentials__grid {
        grid-template-columns: 1fr;
    }

    .ad-dentist-featured__viewport {
        --ad-featured-card-gap: 56px;
    }

    .ad-dentist-hero__media,
    .ad-dentist-podcast__media {
        max-width: 640px;
        height: auto;
    }

    /* Stacked: title/copy before the podcast art (DOM has the media first). */
    .ad-dentist-podcast__media {
        order: 2;
    }

    .ad-dentist-podcast__content {
        order: 1;
    }

    .ad-dentist-hero__media {
        width: 100%;
    }

    .ad-dentist-hero__media img,
    .ad-dentist-podcast__media img {
        height: auto;
    }

    .ad-dentist-hero__media img {
        aspect-ratio: auto;
    }

    .ad-dentist-panels__grid {
        grid-template-columns: 1fr;
    }

    .ad-dentist-panel {
        padding: 56px 40px;
    }
}

@media (max-width: 767px) {
    .ad-dentist-shell {
        width: min(100% - 40px, 335px);
    }

    .ad-dentist-eyebrow {
        font-size: 15px;
    }

    .ad-dentist-hero,
    .ad-dentist-podcast,
    .ad-dentist-credentials,
    .ad-dentist-featured,
    .ad-dentist-cta-band {
        padding: 64px 0;
    }

    .ad-dentist-featured {
        padding-bottom: 0;
    }

    .ad-dentist-hero__inner {
        gap: 24px;
    }

    .ad-dentist-hero__title {
        font-size: 38px;
        letter-spacing: -0.01em;
    }

    .ad-dentist-hero__credentials {
        margin-top: 8px;
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -0.01em;
    }

    .ad-dentist-hero__copy,
    .ad-dentist-hero__copy p,
    .ad-dentist-panel__copy,
    .ad-dentist-panel__copy p,
    .ad-dentist-podcast__copy {
        font-size: 16px;
    }

    .ad-dentist-hero__title + .ad-dentist-hero__copy,
    .ad-dentist-hero__title + .ad-dentist-hero__highlight,
    .ad-dentist-hero__credentials + .ad-dentist-hero__copy,
    .ad-dentist-hero__credentials + .ad-dentist-hero__highlight,
    .ad-dentist-hero__copy + .ad-dentist-hero__highlight {
        margin-top: 24px;
    }

    .ad-dentist-hero__content > .ad-dentist-actions {
        margin-top: 24px;
    }

    .ad-dentist-hero__highlight {
        font-size: 20px;
        letter-spacing: -0.01em;
    }

    .ad-dentist-hero__media {
        height: 380px;
        max-width: none;
    }

    .ad-dentist-hero__media img {
        height: 100%;
        object-fit: cover;
        box-shadow: var(--ad-shadow-mobile-media);
    }

    .ad-dentist-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ad-dentist-podcast__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ad-dentist-podcast .ad-dentist-shell {
        width: min(100% - 40px, 335px);
    }

    .ad-dentist-podcast .ad-dentist-button--podcast {
        min-height: 64px;
        padding: 20px 40px;
    }

    .ad-dentist-facts {
        padding: 20px;
    }

    .ad-dentist-facts__grid {
        justify-content: center;
        row-gap: 20px;
        align-items: start;
    }

    .ad-dentist-fact {
        flex-basis: 50%;
        padding: 12px 10px;
        min-height: 0;
    }

    .ad-dentist-fact:nth-child(odd)::before {
        display: none;
    }

    .ad-dentist-fact__label {
        font-size: 10px;
        letter-spacing: 0.8px;
    }

    .ad-dentist-fact__value {
        font-size: 14px;
        line-height: 1.45;
    }

    .ad-dentist-podcast__actions {
        gap: 18px;
        margin-top: 32px;
    }

    .ad-dentist-panel {
        min-height: 0;
        padding: 64px 36px 36px;
    }

    .ad-dentist-panel + .ad-dentist-panel {
        padding: 36px 36px 64px;
    }

    .ad-dentist-panel__title {
        font-size: 24px;
        letter-spacing: -0.01em;
    }

    .ad-dentist-podcast__row {
        gap: 32px;
    }

    .ad-dentist-podcast__media {
        height: 254px;
        max-width: none;
    }

    .ad-dentist-podcast__media img {
        height: 100%;
        aspect-ratio: auto;
    }

    .ad-dentist-credentials__title,
    .ad-dentist-featured__title,
    .ad-dentist-cta-card__title {
        font-size: 38px;
        letter-spacing: -0.01em;
    }

    .ad-dentist-podcast__title {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .ad-dentist-credentials {
        background: var(--ad-color-white);
    }

    .ad-dentist-credentials__inner {
        gap: 32px;
    }

    .ad-dentist-credentials__header {
        gap: 16px;
    }

    .ad-dentist-credentials__grid {
        gap: 16px;
    }

    .ad-dentist-featured__inner {
        gap: 28px;
        padding-bottom: 36px;
    }

    .ad-dentist-featured__nav-wrap {
        justify-content: center;
    }

    .ad-dentist-featured__viewport {
        --ad-featured-card-width: 287px;
        --ad-featured-card-gap: 32px;
    }

    .ad-dentist-featured-card {
        gap: 28px;
    }

    .ad-dentist-featured-card__source {
        font-size: 21px;
    }

    .ad-dentist-list-group {
        gap: 16px;
    }

    .ad-dentist-list-group__label {
        font-size: 15px;
    }

    .ad-dentist-list {
        gap: 10px;
    }

    .ad-dentist-list li {
        padding-left: 13px;
        font-size: 14px;
    }

    .ad-dentist-list li::before {
        top: 0.58em;
        width: 5px;
        height: 5px;
    }

    .ad-dentist-cta-card {
        padding: 20px;
        border-radius: 14px;
    }

    .ad-dentist-cta-card {
        gap: 32px;
    }

    .ad-dentist-cta-card__description,
    .ad-dentist-credentials__intro {
        font-size: 18px;
    }

    .ad-dentist-cta-card .ad-dentist-button {
        padding: 14px 20px;
    }
}

/* ============================================================================
   UNIFIED MOBILE BUTTON UX  (step 1 — added 2026-07-02)
   Below 640px every primary content button gets ONE consistent size, ONE font,
   and full-width stacking inside its action row. Desktop (>640px) is untouched.
   Touch target >= 48px  (Apple HIG 44 / WCAG 2.5.5 / Material 48).
   Families covered: .ad-service-button .ad-page-button .ad-dentist-button
   .ad-location-button  (header/nav btn-base + small inline link-buttons are
   intentionally excluded).
   ============================================================================ */
@media (max-width: 640px) {
    /* 1. Uniform size + font on the button itself (touch-target + legibility).
       !important is deliberate here: this is a mobile-only override layer that
       must win over the ~40 scattered per-section desktop rules (many at 0,3,0
       specificity, e.g. .ad-page-page--home .ad-page-hero .ad-page-button). */
    .ad-timber-site-shell :is(.ad-service-button, .ad-page-button, .ad-dentist-button, .ad-location-button) {
        min-height: var(--ad-button-min-height-mobile, 48px) !important;
        height: auto !important;
        padding: var(--ad-button-padding-mobile, 13px 22px) !important;
        font-size: var(--ad-button-font-size-mobile, 16px) !important;
        line-height: 1.25 !important;
    }

    /* 2. Stack action rows vertically. align-items:stretch (not center) so the
       buttons reliably take the container width instead of shrinking to their
       label's content width. */
    .ad-timber-site-shell :is(.ad-page-actions, .ad-service-actions, .ad-location-cta, .ad-location-actions,
        .ad-dentist-actions, .ad-static-cta, .ad-service-final-cta__actions,
        .ad-pricing-final-cta__actions, .ad-airway-ortho-cta__actions,
        .ad-airway-paths__mobile-actions) {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    /* 3. Full-width (capped + centred). min-width:0 stops a long single-line
       label from forcing the button past the viewport. */
    .ad-timber-site-shell :is(.ad-page-actions, .ad-service-actions, .ad-location-cta, .ad-location-actions,
        .ad-dentist-actions, .ad-static-cta, .ad-service-final-cta__actions,
        .ad-pricing-final-cta__actions, .ad-airway-ortho-cta__actions,
        .ad-airway-paths__mobile-actions)
      :is(.ad-service-button, .ad-page-button, .ad-dentist-button, .ad-location-button) {
        align-self: stretch !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: var(--ad-button-max-width-mobile, 420px) !important;
        margin-inline: auto !important;
    }
}
