/* Common site-wide CSS additions */

/* Select2 default width */
.select2-container {
    width: 100% !important;
}

/* Match Bootstrap 5 form-control height */
.select2-selection--single {
    height: calc(2.25rem + 2px);
}

.select2-selection__rendered {
    line-height: 2.25rem !important;
}

.select2-selection__arrow {
    height: 2.25rem !important;
}