/* Default hidden state for the 'Others' field group */
.elementor-field-group-referral_source_other {
    display: none !important;
}

/* Class to show the field when triggered by JS */
.nxl-show-field {
    display: block !important;
}

/* Adjusting Select Dropdowns */
#form-field-referral_source_select {
    padding: .75em;    
    height: auto;       
}