.location-section-194589824 {
    padding: 5rem 0;
}

.location-section-194589824__container {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
}

.location-section-194589824__header {
    text-align: center;
    margin-bottom: 3.75rem;
}

.location-section-194589824__eyebrow {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #58585a;
    margin: 0 0 0.75rem;
}

.location-section-194589824__title {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    color: #701346;
}

.location-section-194589824__content {
    display: flex;
    align-items: stretch;
    gap: 5%;
}

.location-section-194589824__details,
.location-section-194589824__map-wrap {
    width: 47.5%;
}

.location-section-194589824__clinic-name {
    margin: 0 0 1.25rem;
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #701346;
}

.location-section-194589824__clinic-name span {
    font-weight: 500;
}

.location-section-194589824__doctor-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f8eff3;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}

.location-section-194589824__doctor-image-wrap {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.location-section-194589824__doctor-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.location-section-194589824__doctor-text {
    width: 100%;
}

.location-section-194589824__doctor-name-row {
    display: flex;
    align-items: flex-start;
    gap: 0.125rem;
}

.location-section-194589824__doctor-name {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.location-section-194589824__doctor-badge {
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.location-section-194589824__doctor-badge img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.location-section-194589824__doctor-role {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #701446;
}

.location-section-194589824__doctor-role p {
    margin: 0;
}

.location-section-194589824__meta-list {
    width: 100%;
}

.location-section-194589824__meta-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.location-section-194589824__meta-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.location-section-194589824__meta-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.location-section-194589824__meta-text {
    width: 100%;
    color: #292929;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.location-section-194589824__meta-text p {
    margin: 0;
}

.location-section-194589824__divider {
    width: 100%;
    border-bottom: 1px solid #d8ccd2;
    margin: 0.5rem 0;
}

.location-section-194589824__map-wrap {
    display: flex;
    align-self: stretch;
    border-radius: 20px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.location-section-194589824__map-image,
.location-section-194589824__map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    border: 0;
}

.location-section-194589824__map-image {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .location-section-194589824 {
        padding: 2.5rem 0;
    }

    .location-section-194589824__container {
        width: 89.3333%;
        max-width: 89.3333%;
    }

    .location-section-194589824__header {
        margin-bottom: 2rem;
    }

    .location-section-194589824__title {
        font-size: 34px;
        line-height: 46px;
    }

    .location-section-194589824__content {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }

    .location-section-194589824__map-wrap,
    .location-section-194589824__details {
        width: 100%;
    }

    .location-section-194589824__map-wrap {
        order: 1;
    }

    .location-section-194589824__details {
        order: 2;
    }

    .location-section-194589824__map-image,
    .location-section-194589824__map-wrap iframe {
        min-height: auto;
        aspect-ratio: 1 / 1;
    }

    .location-section-194589824__map-image {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .location-section-194589824__clinic-name {
        margin-bottom: 0.75rem;
        font-size: 24px;
        line-height: 36px;
    }

    .location-section-194589824__doctor-card {
        align-items: flex-start;
        gap: 0.625rem;
        padding: 0.625rem;
        margin-bottom: 0.75rem;
    }

    .location-section-194589824__doctor-image-wrap {
        width: 52px;
        height: 52px;
    }

    .location-section-194589824__doctor-name {
        font-size: 18px;
        line-height: 26px;
    }

    .location-section-194589824__doctor-badge {
        width: 16px;
        height: 16px;
    }

    .location-section-194589824__doctor-role {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.08em;
    }

    .location-section-194589824__meta-item {
        gap: 0.75rem;
    }

    .location-section-194589824__meta-icon {
        width: 24px;
        height: 24px;
    }

    .location-section-194589824__meta-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 425px) {
    .location-section-194589824__map-wrap {
        width: 100%;
        height: 335px;
        position: relative;
    }

    .location-section-194589824__map-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: unset;
        min-width: 450px;
        height: 400px;
    }
}