.legend-title {
    font-size: 0.85em !important;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.legend-wrapper {
    display: flex;
    gap: 3px;
    align-items: center;
    margin-bottom: 0;
    font-family: roboto;
    font-size: 0.75em;
}

.binned-legend {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bl-item {
    display: flex;
    gap: 3px;
    align-items: center;
}

.bl-item-swatch {
    height: 15px;
    width: 20px;
}

.gl-swatch {
    height: 15px;
    width: 100px;
}

#sd-records-gradient {
    background-image: linear-gradient(to right, #feecd1, #fdcf9b, #fc9e6a, #eb5f41, #da3a27, #7f0000);
}