.select2-selection__rendered, .jdn_taxonomy_dropdown {
    font-size: 13px;
}

/* Change the font size of dropdown items */
.select2-container .select2-results__option {
    font-size: 13px; /* Set the desired font size */
}

/* Optional: change the font size of the selected item in the dropdown */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}
