/*
 Theme Name:   WorkScout Child
 Description:  Thème enfant pour Savvy Careers
 Author:       Votre Nom
 Template:     workscout
 Version:      1.0.0
*/

/* Reduce height of select elements */
select {
    height: auto;
    padding: 8px 12px !important;
    line-height: 1.4;
    min-height: 36px;
}

/* Specific styling for form selects */
.workscout_form select,
#_industry {
    height: 36px;
    padding: 6px 12px !important;
    font-size: 14px;
}

/* Option elements styling */
select option {
    padding: 4px 8px;
    line-height: 1.4;
}