.choices{
    margin-bottom: 0;
    min-width: 400px;
}

.choices__inner {
    background-color: white;
    border-radius: 0.375rem;
    border-color: rgb(203 213 225);
    min-height: 38px;
    padding-bottom: 0 !important;
    padding: 4px 12px;
    font-size: 12px;  /* Smaller font size  - old: 0.875rem*/
}

.choices__list--dropdown {
    z-index: 50;
}
.choices__list--dropdown .choices__item {
    font-size: 12px;  /* Smaller font size for dropdown items  - old: 0.875rem*/
    padding: 8px 12px;  /* Adjusted padding */
}
.choices__input {
    font-size: 12px !important;  /* Smaller font size for search input - old: 0.875rem*/
}
.choices__list--dropdown .choices__item{
    font-size: 12px !important;
}