.elementor-5798 .elementor-element.elementor-element-9753b45{--display:flex;--min-height:80px;--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-5798 .elementor-element.elementor-element-9753b45:not(.elementor-motion-effects-element-type-background), .elementor-5798 .elementor-element.elementor-element-9753b45 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-5798 .elementor-element.elementor-element-884b26b{--display:flex;--min-height:0px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5798 .elementor-element.elementor-element-884b26b:not(.elementor-motion-effects-element-type-background), .elementor-5798 .elementor-element.elementor-element-884b26b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F8;}.elementor-5798 .elementor-element.elementor-element-2eb70dd{--display:flex;}.elementor-5798 .elementor-element.elementor-element-151fadd{text-align:start;}@media(max-width:767px){.elementor-5798 .elementor-element.elementor-element-151fadd{text-align:center;}.elementor-5798 .elementor-element.elementor-element-151fadd .elementor-heading-title{font-size:24px;}}/* Start custom CSS for shortcode, class: .elementor-element-e73592d */.job_listing {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; 
    width: 100%;
    
}

/* Remove last border */
.job_listing:last-child {
    border-bottom: none;
}

/* Job Title */
.job_listing .position h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Company Name */
.job_listing .company {
    font-size: 14px;
    color: #0400D9 !important;
    margin-bottom: 5px;
}


/* Job Location */
.job_listing .location {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.job_listing .location::before {
    content: "📍";
    margin-right: 5px;
}

.job_listing .tagline {
    color: #000;
}

/*  Date and Time */
.job_listing .meta {
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    width: 100%;
}

/* Date/time style */
.job_listing .meta .date {
    font-size: 12px;
    color: #aaa;
    text-align: right; 
}

/* Company Logo */
.job_listing .company_logo {
    max-width: 50px;
    max-height: 50px;
    margin-right: 15px;
}

/* Styling the anchor */
.job_listing a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 100%; 
}


.job_filters {
    background-color: #F5F5F5;
}


.job_filters .showing_jobs {
    display: none !important;
}



 .search_jobs input,  select {
    background-color: #0400D9;
    color: white;
}

.search_jobs input:hover, select:hover {
    background-color: white;
    color: #0400D9;
}

@media (max-width: 768px) {
 
    .job_listing {
        flex-direction: column;
        align-items: flex-start;
    }

    .job_listing .meta {
        justify-content: flex-start; 
        width: 100%;
    }

    .job_listing .position,
    .job_listing .company,
    .job_listing .location,
    .job_listing .meta {
        width: 100%;
    }
}/* End custom CSS */