.sc-sl-search-container {
    margin-bottom: 0;
}

#sc-sl-search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#sc-sl-map {
    width: 100%;
    height: 610px; /* Updated height */
    z-index: 1;
}

@media(max-width:767px){
    #sc-sl-map {
        height: 450px;
    }
}

/* Popeup Styling */
.leaflet-popup-content-wrapper {
    border-radius: 0; /* Optional: Make popups square matches modern/flat design often */
}

.leaflet-popup-content h3 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px 0;
}

/* Zoom Control Styling */
.leaflet-control-zoom a {
    color: #000 !important; /* Force black text/icon */
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.leaflet-control-zoom a:hover {
    color: #000 !important;
    background-color: #f4f4f4;
}

/* Cluster Custom Icon Styling */
.sc-cluster-icon {
    background-size: cover;
    background-position: center;
    color: #fff; /* Number color, assume white on the image */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.leaflet-bottom{ display:none !important }