.main-page-header {
    box-sizing: border-box;
    background-image: url("/assets/images/resource/page-header-bg.png");
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 13px;
    width: 98%;
    margin-inline: auto;
    padding-inline: 24px;
    padding-block: 100px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main-page-header h1 {
    margin: 0;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 16px;
}

.main-page-header p {
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width:1200px) {
    .main-page-header {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width:990px) {
    .main-page-header {
        margin-top: 80px !important;
    }

    .main-page-header h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:676px) {
    .main-page-header h1 {
        font-size: 32px;
    }

    .main-page-header p {
        font-size: 14px;
    }
}

@media only screen and (max-width:420px) {
    .main-page-header h1 {
        font-size: 28px;
    }

    .main-page-header p {
        font-size: 13px;
    }
}

.hospital-guide-wrapper {
    padding: 24px 16px;
    background-color: #e9f1fe;
    margin: 16px;
    border-radius: 17px;
}

.location-hero {
    text-align: center;
}

.location-map,
.location-list-panel {
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    background: #fff;
}

.location-map {
    background: #f1f5f9;
}

.location-map iframe,
.location-map #locationMap {
    width: 100%;
    height: 100%;
    border: 0;
}

.location-list-panel {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.location-cards {
    overflow-y: auto;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.04);
}

.location-card__title {
    font-weight: 700;
    color: #3E4095;
    margin-bottom: 6px;
    font-size: 15px;
}

.location-card__meta {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
}

.map-popup {
    min-width: 220px;
}

.map-popup .popup-title {
    font-weight: 700;
    color: #3E4095;
    margin-bottom: 4px;
}

.map-popup .popup-meta {
    font-size: 12px;
    color: #4b5563;
    line-height: 1.5;
}
