/* ===========================
   Popup Styling for Pola Ruang
   =========================== */
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0e0e0;
    background: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
}

.leaflet-popup-content {
    margin: 10px 12px;
    padding: 0;
    font-size: 13px;
    color: #333;
}

.popup-content {
    width: 100%;
    max-width: 600px;
}

.popup-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 8px;
}

.popup-content hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ccc, transparent);
    margin: 8px 0;
}

.popup-content table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.popup-content table th {
    background: #e3f2fd;
    text-align: center;
    font-weight: 600;
    color: #0d47a1;
    padding: 4px;
    border: 1px solid #cfd8dc;
}

.popup-content table td {
    text-align: center;
    padding: 4px;
    border: 1px solid #cfd8dc;
    color: #212121;
}

.popup-content b {
    color: #37474f;
}

.leaflet-popup-tip {
    background: white;
}

/* Responsif untuk layar kecil */
@media (max-width: 600px) {
    .popup-content {
        width: 100%;
        max-width: 100%;
    }

    .popup-content h5 {
        font-size: 14px;
    }

    .popup-content table th,
    .popup-content table td {
        font-size: 12px;
        padding: 2px;
    }
}
