.pmg-city-landing-therapist-carousel {
    --pmg-ta-bg: #fffdfa;
    --pmg-ta-border: #d8c7b8;
    --pmg-ta-shadow: 0 16px 34px rgba(76, 48, 30, 0.08);
    --pmg-ta-text: #171412;
    --pmg-ta-muted: #5f5851;
    --pmg-ta-chip-bg: #f4f1ee;
    --pmg-ta-chip-border: rgba(23, 20, 18, 0.08);
    --pmg-ta-badge-bg: #f6d7c7;
    --pmg-ta-badge-text: #5d4032;
    --pmg-ta-cta-bg: #f6d7c7;
    --pmg-ta-cta-border: #c99d84;
    --pmg-ta-cta-text: #5d4032;
    --pmg-ta-cta-hover: #efcab5;
    --pmg-ta-link: #5a3f32;
    --pmg-cltc-control-border: #d9cec6;
    --pmg-cltc-control-bg: #fffdfa;
    --pmg-cltc-control-text: #66433b;
    display: grid;
    gap: 20px;
}

.pmg-city-landing-therapist-carousel__viewport {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.pmg-city-landing-therapist-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.pmg-city-landing-therapist-carousel__viewport:focus-visible {
    outline: 2px solid var(--pmg-cltc-control-text);
    outline-offset: 5px;
}

.pmg-city-landing-therapist-carousel__track {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.pmg-city-landing-therapist-carousel__slide {
    flex: 0 0 calc(100% - 28px);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.pmg-city-landing-therapist-carousel__slide .pmg-therapist-archive-card {
    height: 100%;
}

.pmg-city-landing-therapist-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.pmg-city-landing-therapist-carousel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--pmg-cltc-control-border);
    border-radius: 999px;
    background: var(--pmg-cltc-control-bg);
    color: var(--pmg-cltc-control-text);
    cursor: pointer;
    transition: opacity 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.pmg-city-landing-therapist-carousel__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.pmg-city-landing-therapist-carousel__button:hover,
.pmg-city-landing-therapist-carousel__button:focus-visible {
    border-color: var(--pmg-cltc-control-text);
    background: #f8eee8;
}

.pmg-city-landing-therapist-carousel__button:disabled {
    cursor: default;
    opacity: 0.4;
}

.pmg-city-landing-therapist-carousel__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pmg-city-landing-therapist-carousel__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #e3ddda;
    cursor: pointer;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.pmg-city-landing-therapist-carousel__dot[aria-current="true"] {
    background: var(--pmg-cltc-control-text);
    transform: scale(1.08);
}

.pmg-city-landing-therapist-carousel__dot:focus-visible {
    outline: 2px solid var(--pmg-cltc-control-text);
    outline-offset: 3px;
}

.pmg-city-landing-therapist-carousel__all-link {
    align-items: center;
    color: #66433b;
    display: inline-flex;
    font-family: Roboto, Arial, sans-serif;
    font-size: inherit;
    font-weight: 600;
    gap: 13px;
    justify-self: center;
    line-height: 1.3;
    text-decoration: none;
}

.pmg-city-landing-therapist-carousel__all-link .pmg-city-therapists-link__label {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.pmg-city-landing-therapist-carousel__all-link .pmg-city-therapists-link__arrow {
    display: inline-flex;
    flex: 0 0 17px;
    height: 17px;
    line-height: 1;
    transition: transform .18s ease;
    width: 17px;
}

.pmg-city-landing-therapist-carousel__all-link .pmg-city-therapists-link__arrow svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.35;
    width: 100%;
}

.pmg-city-landing-therapist-carousel__all-link:hover .pmg-city-therapists-link__arrow,
.pmg-city-landing-therapist-carousel__all-link:focus-visible .pmg-city-therapists-link__arrow {
    transform: translateX(3px);
}

.pmg-city-landing-therapist-carousel__all-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.pmg-city-landing-therapist-carousel__empty {
    margin: 0;
}

@media (min-width: 680px) {
    .pmg-city-landing-therapist-carousel__slide {
        flex-basis: calc((100% - 16px) / 2);
    }

    .pmg-city-landing-therapist-carousel__dots {
        display: none;
    }
}

@media (min-width: 1024px) {
    .pmg-city-landing-therapist-carousel__slide {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pmg-city-landing-therapist-carousel__viewport {
        scroll-behavior: auto !important;
    }
}
