/* Custom styling on top of Bootstrap 5. */

.navbar-brand {
    font-weight: 600;
}

/* The map fills the space left under the navbar and filter toolbar. */
#map {
    height: calc(100vh - 320px);
    min-height: 420px;
    width: 100%;
    z-index: 0;
}

.card {
    border: 0;
}

.display-6 {
    font-weight: 600;
}

table.dataTable code,
.table code {
    font-size: 0.85em;
}

/* DataTables' Bootstrap 5 theme leaves these cramped by default. */
div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
    display: inline-block;
    margin-left: 0.5rem;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

.leaflet-popup-content {
    font-size: 0.9rem;
    line-height: 1.45;
}
