#bc-filter {
    background: var(--fw-primary);
    box-sizing: border-box;
    margin-left: auto; margin-right: auto;
    padding: 20px;
    text-align: center;
    width: 100%; max-width: 800px;
}
#bc-filter select { width: 200px; }

.select2-container { top: -3px; }
.select2-container .select2-selection--single { height: 41px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #1A1A1A; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1A1A1A;
    font-size: 17px;
    line-height: 41px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 41px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #888888;
    font-size: 1.75em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.25em;
    height: 26px;
    top: 3px;
    position: relative;
}

@media screen and (max-width: 520px) {
    #bc-filter .select2 {
        box-sizing: border-box;
        display: block;
        width: 100% !important;
    }

    #fc-filter-district +.select2 { margin-top: 8px; }
}