<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select2-container {
    margin: 5px 0;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
    color: black;
}
.select2-container--default .select2-selection--single {
    background-color: unset;
    border: none;
    border-radius: unset;
    height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    width: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    color: black;
}

.select2-container--open .select2-dropdown--below {
    top: -5px;
}

.select2-results__option {
    font-size: 0.875em;
}</pre></body></html>