/* Service logo + Select2 (used with initServiceLogoSelect) */
.select-image {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    object-fit: contain;
}

.service-logo-select2 + .select2-container .select2-selection--single,
.service-logo-select2 + .select2-container .select2-selection__rendered {
    line-height: 1.5;
}

.service-logo-select2 + .select2-container .select2-selection__arrow {
    height: calc(1.5rem + 2px);
    top: calc(50% - (1.5rem / 2) + 1px);
}
