body {
    margin: 0;
    padding: 0;
}

/* Map */
#map {
    width: 100%;
    height: 100vh;
}

/* Location details drawer (#sidebar / #closeBtn) — styled in map.php */

/* BUTTON GROUP */
#buttonGroup {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
}

/* BUTTONS STYLING */
#buttonGroup button {
    padding: 10px 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

#buttonGroup button:hover {
    background: #0056b3;
}