.align-bottom {
    display: flex;
    align-items: flex-end; /* Aligns content to the bottom */
}

.border-right {
    border-right: 1px solid #ccc; /* Sets a light grey vertical line */
}

.filterButtonContainer {
    display: flex;
    flex-wrap:wrap;
    justify-content: stretch;
    align-items: stretch;
    gap: 0.4em;
}

.filterButtonContainer > label {
    text-align: center;
    font-size: 0.8em;
    min-height: 1.7em;
}

.filterButtonContainer .btn.active {
    color: white!important;
}

