/* ==========================================================
   GOOGLE MAPS — SEUKURAN CARD BERITA
========================================================== */

.location-card {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.location-card h2 {
    margin-top: 0;
}

.map-wrapper {
    display: block;
    width: 100%;
    height: 420px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 8px;
    background: #eeeeee;
}

.map-wrapper iframe {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
}

.map-link {
    margin-top: 16px;
}

.map-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00549b;
    font-weight: 600;
    text-decoration: none;
}

.map-link a:hover {
    text-decoration: underline;
}

/* TABLET */

@media (max-width: 768px) {
    .map-wrapper {
        height: 340px;
    }
}

/* HP */

@media (max-width: 480px) {
    .map-wrapper {
        height: 270px;
    }
}