.preheader-rule {
    width: 20%;
    margin-top: 2rem;
}

#map {
    width: 100%;
    height: 550px;
}

#geocoder,
#geocoder-mobile {
    z-index: 1;
    margin: auto;
    width: 80%;
    max-width: 500px;
    text-align: left;

}

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Make geocoder dropdown more subtle */
.mapboxgl-ctrl-geocoder .suggestions {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e5e7eb !important;
}

.mapboxgl-ctrl-geocoder .suggestions li {
    border-bottom: 1px solid #f3f4f6 !important;
}

.mapboxgl-ctrl-geocoder .suggestions li:last-child {
    border-bottom: none !important;
}

.mapboxgl-ctrl-geocoder .suggestions li:hover,
.mapboxgl-ctrl-geocoder .suggestions li.active {
    background-color: #f9fafb !important;
}

@media screen and (max-width: 1000px) {
    #geocoder,
    #geocoder-mobile {
        width: 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .net td, .net th {
        padding: 0.5rem 0.5rem;
    }

    #map {
        height: 550px;
    }

    /* hide up and down columns on mobile */
    .table-with-tech td:nth-child(3), .table-with-tech td:nth-child(4), .table-with-tech th:nth-child(3), .table-with-tech th:nth-child(4) {
        display: none;
    }

    .mobile-margin-rule {
        margin-bottom: 1.75rem !important;
    }
    
    .mobile-disclaimer-text {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem !important;
    }
    
    .geocoder-mobile {
        margin-top: 0.75rem !important;
    }


}