/* =========================================
   LAUNDRY NEAR ME MAP WIDGET
   File: assets/css/bali-near-me-map.css
   ========================================= */

.bali-near-me-map-card {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.bali-near-me-map-copy {
    margin: 0 0 14px;
}

.bali-near-me-map-copy h3 {
    margin: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.bali-near-me-map-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #6B7280;
}

.bali-near-me-map-frame {
    width: 100%;
    height: 340px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #f3f4f6;
}

.bali-near-me-map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.bali-near-me-map-caption {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6B7280;
    text-align: center;
}

@media (max-width: 768px) {
    .bali-near-me-map-card {
        max-width: 100%;
        margin: 18px auto 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .bali-near-me-map-copy h3 {
        font-size: 22px;
    }

    .bali-near-me-map-copy p {
        font-size: 14px;
    }

    .bali-near-me-map-frame {
        height: 300px;
        border-radius: 14px;
    }

    .bali-near-me-map-caption {
        font-size: 12.5px;
    }
}