.elementor-4013 .elementor-element.elementor-element-27542aca{--display:flex;}.elementor-element-27542aca{font-size:14px;}/* Start custom CSS for shortcode, class: .elementor-element-76fa9b78 *//* =========================
   FILTER CONTAINER
========================= */

.job_filters {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,.04);
    margin-bottom: 30px;
}

/* SEARCH ROW */

.job_filters .search_jobs {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.job_filters .search_keywords,
.job_filters .search_location {
    flex: 1;
    min-width: 240px;
}

.job_filters label {
    display: none;
}

/* INPUTS */

.job_filters input[type="text"] {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #dce3ea;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    transition: .3s;
}

.job_filters input[type="text"]:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 4px rgba(22,163,74,.12);
}

/* SEARCH BUTTON */

.search_submit input {
    height: 54px;
    padding: 0 30px;
    border: 0;
    border-radius: 12px;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.search_submit input:hover {
    background: #15803d;
}

/* =========================
   REMOTE CHECKBOX FIX
========================= */

.search_remote_position {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 15px;
}

.search_remote_position input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    margin: 0 !important;
}

.search_remote_position label {
    display: block !important;
    margin: 0 !important;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
}

/* =========================
   JOB TYPES
========================= */

.job_types {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.job_types li {
    margin: 0 !important;
    border: 0 !important;
    list-style: none;
}

.job_types label {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f4f7f9;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.job_types label:hover {
    background: rgba(22,163,74,.08);
}

.job_types input {
    width: 16px;
    height: 16px;
}

/* =========================
   JOB LIST
========================= */

ul.job_listings {
    border: 0 !important;
    margin-top: 25px;
}

/* CARD */

ul.job_listings li.job_listing {
    border: 1px solid #edf2f7 !important;
    border-radius: 18px;
    background: #fff;
    margin-bottom: 18px !important;
    overflow: hidden;
    transition: .3s;
}

ul.job_listings li.job_listing:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
    border-color: rgba(22,163,74,.3) !important;
}

ul.job_listings li.job_listing a {
    display: flex !important;
    align-items: center;
    padding: 24px !important;
}

/* LOGO */

.job_listing .company_logo {
    width: 72px !important;
    height: 72px !important;
    border-radius: 16px;
    object-fit: cover;
    background: #f5f7f8;
    border: 1px solid #e5e7eb;
}
ul.job_listings li.job_listing a img.company_logo{
    position: relative !important;
}

/* TITLE AREA */

.job_listing .position {
    flex: 1;
    padding-left: 20px;
}

.job_listing .position h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.job_listing .company strong {
    color: #6b7280;
    font-weight: 500;
}

/* LOCATION */

.job_listing .location {
    min-width: 220px;
    color: #6b7280;
    font-size: 15px;
}

.job_listing .location small {
    color: #16a34a;
    font-weight: 700;
}

/* META */

.job_listing .meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
}

.job_listing .job-type {
    background: rgba(22,163,74,.12);
    color: #16a34a;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
}

.job_listing .date {
    color: #94a3b8;
    font-size: 14px;
}

/* Listing*/

ul.job_listings li.job_listing a{
    flex-direction: row !important;
    flex-wrap: wrap;
}

    ul.job_listings li.job_listing a img.company_logo{
        visibility: visible;
    }
    
    .job_filters .job_types li{
        padding: 0px;
    }
    
    


/* RSS */

.showing_jobs {
    padding-top: 15px;
}
.job_filters .showing_jobs{
    margin-top: 20px;
}

.showing_jobs .rss_link {
    color: #16a34a;
    font-weight: 700;
}



/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {
    .job_filters {
    padding: 10px;
    }

    .job_filters .search_jobs {
        flex-direction: column;
        align-items: stretch;
    }

    .search_submit input {
        width: 100%;
    }

    ul.job_listings li.job_listing a {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .job_listing .position {
        padding-left: 0;
    }

    .job_listing .location {
        min-width: auto;
    }

    .job_listing .meta {
        flex-wrap: wrap;
    }
    
    ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta {
        width: 100%;
    }
    
        .job_listing .meta{
            flex-wrap: none;
        }
    
}/* End custom CSS */