.job-list-wrapper .company-logo {
    width: 85px;
    height: 85px;
    object-fit: contain;
}
.job-list-wrapper .job-item {
    cursor: pointer;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd) .job-item {
    background: #0000FD !important;
    border-color: #0000FD;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd):hover .job-item {
    background: #fff !important;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd) .job-item .info-head .elementor-heading-title,
.job-list-wrapper .jet-listing-grid__item:nth-child(odd) .job-item .info-text {
    color: #fff;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd):hover .job-item .info-head .elementor-heading-title {
    color: #000;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd):hover .job-item .info-text {
    color: #383838;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd) .job-btn .elementor-button {
    background: #fff;
    color: #0000FD;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd):hover .job-btn .elementor-button {
    background: #0000FD;
    color: #fff;
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd) .company-logo {
    filter: brightness(0) invert(1);
}

.job-list-wrapper .jet-listing-grid__item:nth-child(odd):hover .company-logo {
    filter: none;
}

.detail-logo-wrapper a{
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #fff;
    border: solid 1px #D9D9D9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}

a.company-url {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    color: #000;
    border: solid 1px #D9D9D9;
    background: url(/wp-content/uploads/2026/05/share-fil.svg) transparent no-repeat top 17px right 25px;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 50px 16px 25px;
    background-size: 14px;
}

a.company-url:hover {
    color: #0000FD;
    border: solid 1px #0000FD;
    background: url(/wp-content/uploads/2026/05/share-fil-bl.svg) #F0F4FF no-repeat top 17px right 25px;
    background-size: 14px;
}
.selected-job-title {
    text-align: center;
}
.detail-company-btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    border: solid 1px #D6E0FF;
    background: url(/wp-content/uploads/2026/05/share-outline.svg) #F0F4FF no-repeat top 11px left 16px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 16px 10px 40px;
    background-size: 13px;
}

.detail-company-btn:hover {
    color: #fff !important;
    border: solid 1px #0000FD;
    background: url(/wp-content/uploads/2026/05/share-outline-wh.svg) #0000FD no-repeat top 11px left 16px;
    background-size: 13px;
}

/* .job-detail-content {
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
} */

.job-detail-content ul {
    list-style: square;
    margin-bottom: 40px;
}

.job-detail-content ul li {
    margin-bottom: 10px;
    color: #383838;
}

.job-detail-content ul li strong {
    color: #000 !important;
}

.job-detail-content {
    color: #383838 !important;
}

.job-detail-content ul li::marker {
    color: #0000FD !important;
    font-size: 24px !important;
}


.fiche-lang-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fiche-lang-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #D9D9D9;
}

.fiche-lang-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fiche-lang-name {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    width: 200px;
    flex-shrink: 0;
}

.fiche-lang-levels {
    display: flex;
    gap: 40px;
    flex: 1;
}

.fiche-lang-levels span {
    font-size: 14px;
    color: #383838;
}

.fiche-lang-levels strong {
    color: #0000FD;
    margin-right: 5px;
}

.job-search input.jet-search-filter__input::placeholder {
    color: #9c9c9c !important;
}

.job-search input.jet-search-filter__input {
    box-shadow: none !important;
    background: url(/wp-content/uploads/2026/05/search.svg) no-repeat top 13px left 10px;
}

.select-box {
    width: 33.33%;
}

.select-box select.jet-select__control {
    cursor: pointer;
    background: url(/wp-content/uploads/2026/05/down-arrow.svg) no-repeat top 20px right 20px;
    appearance: none;
    padding-right: 35px !important;
}

.reset-btn button.jet-remove-all-filters__button {
    background: url(/wp-content/uploads/2026/05/refresh.svg) no-repeat top 11px left 12px;
}

@media(max-width:767px) {
    .job-list-wrapper .company-logo {
        height: auto;
    }
    .select-box,
    .fiche-lang-name {
        width: 100%;
    }

    .fiche-lang-levels {
        flex-wrap: wrap;
        width: 100% !important;
        gap: 0 15px;
    }
}