


/* Popup container styles */
.popup-container {
    font-family: Arial, sans-serif;
    width: 100%;
}

/* Header section for 'nama_lokasi' */
.popup-container .nama-fasiliti {
    background-color: #D8BFD8; /* Lilac color */
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

/* Buttons for 'Alamat' and 'Hubungi' */
.popup-container button {
    display: block;
    width: 100%;
    background-color: #f2f2f2; /* Light grey background */
    border: none;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.popup-container button:hover {
    background-color: #e6e6e6; /* Slightly darker on hover */
}

/* Hidden sections */
#alamatContainer, #hubungiContainer {
    display: none;
    padding: 10px;
}

/* Map icons */
.popup-container .map-icons img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

/* Margin for the first map icon */
.popup-container .map-icons img:first-child {
    margin-left: 0;
}
