/* --- HAPPY PUPPY MASTER MAP STYLE --- */
#masterMap {
    height: 100%;
    width: 100%;
    min-height: 350px;
    border: 6px solid #f0c605; /* Our signature Yellow */
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hp-map-container {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

/* Ensure Leaflet tiles fit the rounded corners */
.leaflet-container {
    border-radius: 20px;
    z-index: 1;
}
