.related-widget-wrapper-link.add-related img {
    width: 32px !important;
    height: 32px !important;
}
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.5rem + 2px);
    padding: 0 0.75rem;
    border: 3px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.5rem + 2px);
    right: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* text alignment handled by flexbox */
}

.select2-container--default .select2-results__option {
    text-align: center;
}

