.consultation-locations-section {
    width: 100%;
    box-sizing: border-box;
}

.consultation-locations-section .cls-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.consultation-locations-section .cls-intro {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 20px;
}

.consultation-locations-section .cls-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: center;
}

.consultation-locations-section .cls-title {
    margin: 0;
    width: 100%;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    /* Mobile/H2 — 32/40 Black */
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    word-break: break-word;
}

.consultation-locations-section .cls-lede {
    width: 100%;
    color: #58585a;
    text-align: center;
    font-family: 'Lato', sans-serif;
    /* Mobile/Par — 16/24 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    word-break: break-word;
}

.consultation-locations-section .cls-lede p,
.consultation-locations-section .cls-lede a,
.consultation-locations-section .cls-lede strong,
.consultation-locations-section .cls-lede em {
    color: inherit;
    font: inherit;
}

.consultation-locations-section .cls-lede p {
    margin: 0;
}

.consultation-locations-section .cls-lede a {
    text-decoration: underline;
}

.consultation-locations-section .cls-tab__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 33px;
    overflow: hidden;
    box-sizing: border-box;
}

.consultation-locations-section .cls-tab__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 20px 40px;
    border: none;
    border-radius: 40px;
    background: transparent;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color ease 200ms, color ease 200ms;
}

.consultation-locations-section .cls-tab__item:hover {
    background: #e2edee;
    color: #000000;
}

.consultation-locations-section .cls-tab__item.is--active {
    background: #2d969c;
    color: #ffffff;
}

.consultation-locations-section .cls-tab__item.is--active:hover {
    background: #1a454c;
    color: #ffffff;
}

.consultation-locations-section .cls-tab__item-name {
    display: block;
}

.consultation-locations-section .cls-tab__content {
    width: 100%;
}

.consultation-locations-section .cls-tab__panel {
    display: none;
}

.consultation-locations-section .cls-tab__panel.is--active {
    display: flex;
    flex-direction: column;
}

.consultation-locations-section .cls-map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.consultation-locations-section .cls-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.consultation-locations-section .cls-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 20px 40px;
}

.consultation-locations-section .cls-details__title {
    margin: 0;
    color: #2d969c;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    /* Mobile/H4 — 24/32 Bold */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    word-break: break-word;
}

.consultation-locations-section .cls-details__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.consultation-locations-section .cls-details__item {
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #bebebe;
}

.consultation-locations-section .cls-details__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.consultation-locations-section .cls-details__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

a.consultation-locations-section .cls-details__row,
.consultation-locations-section a.cls-details__row {
    color: inherit;
    text-decoration: none;
}

.consultation-locations-section .cls-details__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.consultation-locations-section .cls-details__icon-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.consultation-locations-section .cls-details__text {
    flex: 1 1 auto;
    min-width: 0;
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    word-break: break-word;
}

.consultation-locations-section .cls-details__text p,
.consultation-locations-section .cls-details__text a,
.consultation-locations-section .cls-details__text strong,
.consultation-locations-section .cls-details__text em {
    color: inherit;
    font: inherit;
}

.consultation-locations-section .cls-details__text strong,
.consultation-locations-section .cls-details__text b {
    font-weight: 700;
}

.consultation-locations-section .cls-details__text p {
    margin: 0;
}

.consultation-locations-section .cls-details__text p + p {
    margin-top: 4px;
}

/* Tablet: stacked (mobile layout), 60px L/R, desktop type */
@media (min-width: 768px) and (max-width: 1279px) {
    .consultation-locations-section .cls-intro {
        padding: 60px 60px 20px;
        gap: 40px;
    }

    .consultation-locations-section .cls-title {
        /* Desktop/H2 — 36/44 Black */
        font-size: 36px;
        font-weight: 900;
        line-height: 44px;
    }

    .consultation-locations-section .cls-lede {
        /* Desktop/Par — 18/26 */
        font-size: 18px;
        line-height: 26px;
    }

    .consultation-locations-section .cls-details {
        padding: 32px 60px 60px;
        gap: 32px;
    }

    .consultation-locations-section .cls-details__title {
        /* Desktop/H4 — 26/36 Bold */
        font-size: 26px;
        line-height: 36px;
    }

    .consultation-locations-section .cls-details__icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }

    .consultation-locations-section .cls-details__text {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Large desktop — frame 1440: px 120, py 100 */
@media (min-width: 1280px) {
    .consultation-locations-section .cls-inner {
        /* 120 / 1440 */
        padding: 100px 8.333%;
        gap: 60px;
    }

    .consultation-locations-section .cls-intro {
        padding: 0;
        gap: 40px;
        align-items: center;
    }

    .consultation-locations-section .cls-title {
        /* Desktop/H2 — 36/44 Black */
        font-size: 36px;
        font-weight: 900;
        line-height: 44px;
    }

    .consultation-locations-section .cls-lede {
        /* Desktop/Par — 18/26 */
        font-size: 18px;
        line-height: 26px;
    }

    .consultation-locations-section .cls-tab__list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        gap: 6px;
        border-radius: 40px;
        overflow: visible;
    }

    .consultation-locations-section .cls-tab__item {
        width: auto;
    }

    .consultation-locations-section .cls-tab__panel.is--active {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .consultation-locations-section .cls-map {
        flex: 1 1 0;
        min-width: 0;
        height: auto;
        align-self: stretch;
        min-height: 466px;
        border-radius: 12px;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    }

    .consultation-locations-section .cls-details {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding: 0;
        gap: 32px;
    }

    .consultation-locations-section .cls-details__title {
        /* Desktop/H4 — 26/36 Bold */
        font-size: 26px;
        line-height: 36px;
    }

    .consultation-locations-section .cls-details__icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }

    .consultation-locations-section .cls-details__text {
        font-size: 18px;
        line-height: 26px;
    }
}
