/* DROPDOWN SELECT FIX - Load this last to override everything */

/* Force ALL select elements to have proper height */
select,
select.form-control,
select.custom-select,
#order-standard_cart select,
#order-standard_cart select.form-control {
    height: 45px !important;
    min-height: 45px !important;
    max-height: none !important;
    line-height: 1.5 !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}

/* Make sure option text is visible */
select option {
    padding: 8px !important;
    line-height: 1.5 !important;
}

