.elementor-9618 .elementor-element.elementor-element-b92100d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-9618 .elementor-element.elementor-element-b92100d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9618 .elementor-element.elementor-element-12adcaa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9618 .elementor-element.elementor-element-643587e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9618 .elementor-element.elementor-element-a9472ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9618 .elementor-element.elementor-element-b92100d{--width:81.511%;}.elementor-9618 .elementor-element.elementor-element-12adcaa{--width:25%;}.elementor-9618 .elementor-element.elementor-element-643587e{--width:50%;}.elementor-9618 .elementor-element.elementor-element-a9472ec{--width:25%;}}/* Start custom CSS *//* Prevents text from being cut off in the dropdown */
#job_type_names {
    font-size: 0.85rem !important; /* Slightly smaller font */
    height: auto !important;       /* Allows the box to expand to the text */
    line-height: 1.4 !important;   /* Provides vertical breathing room */
    padding: 10px 12px !important; /* Balances the text inside the box */
}

/* Fix for mobile view specifically */
@media (max-width: 600px) {
    #job_type_names {
        font-size: 0.8rem !important;
    }
}/* End custom CSS */