/* Leaflet Map Styling */

/* Ensure Leaflet map has rounded corners and fills the column */
#propertyMap {
    border-radius: 0.75rem !important;
    overflow: hidden;
    flex: 1 1 auto;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

#propertyMap .leaflet-container {
    border-radius: 0.75rem;
    height: 100% !important;
    width: 100%;
    flex: 1;
}

/* Hide the attribution text */
#propertyMap .leaflet-control-attribution {
    display: none !important;
}
