/* Fix Select2 in WooCommerce Category Edit Screen */
.custom-select2 + .select2-container {
    width: 60% !important;
    max-width: 500px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
}

.select2-container .select2-selection__rendered {
    padding: 4px 8px;
}
