.wfs-font-selector-container {
    margin-bottom: 20px;
    clear: both;
}

.wfs-font-selector-container .select2-container {
    width: 100% !important;
}

.wfs-font-selector-container .select2-selection--single {
    height: 40px !important;
    line-height: 40px !important;
}

.wfs-font-selector-container .select2-selection__rendered {
    line-height: 40px !important;
}

.wfs-font-selector-container .select2-selection__arrow {
    height: 40px !important;
}

/* Style for the dropdown options (the results list) */
.select2-results__option {
    display: flex !important;
    align-items: center !important;
    padding: 5px 10px !important;
}

/* Style for the selected item display */
.select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important; /* Reset padding to prevent alignment issues */
    height: 100%;
}

.select2-selection__rendered .img-flag,
.select2-results__option .img-flag {
    margin-right: 10px;
    height: 35px; /* Adjust height as needed */
    width: auto;
    object-fit: contain;
}