/**
 * ESS Geolocation Styles
 */

.ess-leaflet-map {
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.content-map {
    position: relative;
}

.content-map-height {
    max-height: none !important;
}

.directory-results .card-structure {
    transition: box-shadow 0.2s ease;
}

.directory-results .card-structure:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.directory-results .card-title a {
    color: inherit;
    text-decoration: none;
}

.directory-results .card-title a:hover {
    text-decoration: underline;
}

.directory-results .badge {
    font-weight: 500;
    font-size: 0.75rem;
}

/* Pagination */
.directory-results .pagination .page-numbers {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    margin: 0 0.125rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none;
    color: #495057;
}

.directory-results .pagination .page-numbers.current {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

/* Search form */
#form-annuaire .chosen-container {
    margin-bottom: 0;
}

/* Widget */
.ess-directory-widget .card {
    border-left: 3px solid #007bff;
}
