/* Form control height standardization */
.form-control {
    height: 44px;
}

/* Ensure chosen dropdowns match standard form controls */
.chosen-container-single .chosen-single {
    height: 44px;
    padding: 10px 12px;
    line-height: 1.5;
}

/* Fix alignment of text within chosen dropdowns */
.chosen-container-single .chosen-single span {
    margin-top: 2px;
    display: inline-block;
}

/* Ensure consistent styling between form controls */
.form-select, .form-control, .chosen-container-single .chosen-single {
    height: 44px !important;
    box-sizing: border-box;
}