/* Styling for the custom Odonata Mapbox controls (base-map + GBIF style). */

.mapboxgl-ctrl-group.odo-map-ctrl {
    display: flex;
    align-items: center;
}

.odo-map-select {
    border: none;
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 6px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 130px;
}

.odo-map-select:focus {
    outline: 2px solid #0d6efd;
    outline-offset: -2px;
}
