.elementor-4451 .elementor-element.elementor-element-3536db0{--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;--padding-top:10%;--padding-bottom:4%;--padding-left:0%;--padding-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4451 .elementor-element.elementor-element-b61e38e{text-align:center;}.elementor-4451 .elementor-element.elementor-element-3e23f9ad{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4c9f2ecb *//*.search_jobs {
    display: none !important;
}*/
.job_types{
    display: none !important;
}

.rss_link{
    display: none !important;
}

.input{
   text-color: #0D2D4b;
}


/*  Submit button */
.search_submit input[type="submit"] {
    font-weight: 500;
   /* background-color: #0073aa00 !important; */
    color: #00586E !important;          
    border: 2px solid #00586E !important; 
    border-radius:20px;
    transition: background-color 0.3s ease; 
}

.search_submit input[type="submit"]:hover {
    background-color: #0D2D4B !important; 
    color: #2BB898 !important;          
}





/* 1. Style the Job Listing Container */
.job_listings ul.job_listings {
    border: 1px solid #121820;
    border-radius: 8px;
    overflow: hidden;
}

/* 2. Style Individual Job Rows */
.job_listings ul.job_listings li.job_listing a {
    border-bottom: 1px solid rgba(18, 24, 32, 0.1);
    transition: all 0.3s ease;
}

/* 3. Hover State  */
.job_listings ul.job_listings li.job_listing a:hover {
    background-color: #f9f9f9;
    border-left: 5px solid #0D2D4B; 
}

/* 4. Job Title and Meta Text */
.job_listings ul.job_listings li.job_listing .position h3 {
    color: #121820; /* Deep Charcoal for titles */
    font-weight: 700;
}

.job_listings ul.job_listings li.job_listing .location {
    color: #0D2D4b; /* Gold for locations/meta */
}

/* 5. Style the "Job Type" Badges */
.job_listing_meta .job-type {
    background-color: #121820 !important;
    color: #ffffff !important;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
}

/* 6. Load More Button */
.job_listings .load_more_jobs {
    background: #0D2D4B !important;
    color: white !important;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 20px;
}

.job_listings .load_more_jobs:hover 


.job_listings .application {
    display: none !important;
}

.single_job_listing .location a {
    color: #866f45 !important;
    text-decoration: none;
}/* End custom CSS */