.jobslist ul {
    column-count: 2;
    column-gap: 20px;
}

.jobslist li {
    break-inside: avoid;
    margin-bottom: 8px;
}

.home-state-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.home-state-filter .form-control {
    min-width: 220px;
    background: #000;
    border: 1px solid #333;
    color: #fff;
    height: 44px;
}

.home-state-filter .form-control:focus {
    background: #000;
    color: #fff;
    border-color: #555;
    box-shadow: none;
}

.home-state-filter .select2-container {
    min-width: 220px;
}

.home-state-filter .select2-container .select2-selection--single {
    background: #000;
    border: 3px solid #333;
    height: 44px;
}

.home-state-filter .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 42px;
    padding-left: 12px;
    padding-right: 28px;
}

.home-state-filter .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-dropdown.home-state-dropdown {
    background: #000 !important;
    border: 1px solid #454545 !important;
}

.select2-dropdown.home-state-dropdown .select2-search--dropdown {
    background: #000;
    border-bottom: 1px solid #333;
}

.select2-dropdown.home-state-dropdown .select2-search__field {
    background: #000 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
}

.select2-dropdown.home-state-dropdown .select2-results__option {
    background: #000 !important;
    color: #eee;
}

.select2-dropdown.home-state-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background: #326bf2 !important;
    color: #fff !important;
}

/* show ~5 options, rest scroll */
.select2-dropdown.home-state-dropdown .select2-results>.select2-results__options {
    max-height: 175px !important;
    overflow-y: auto !important;
}