.fresh-vacancies-archive {
    background-color: transparent !important;
}

.fresh-vacancies-archive .fresh-vacancies-search-btn {
    background-color: black !important;
}

.fresh-vacancies-archive .fresh-vacancies-archive-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: bold;
}

.fresh-vacancies-archive .fresh-vacancy {
    padding: 20px;
    display: flex;
    align-items: center;
}

.fresh-vacancies-archive .fresh-vacancy-img {
    max-height: 200px;
    flex: 0 0 30% !important;
}

.fresh-vacancies-archive .fresh-vacancy-img img {
    object-fit: contain !important;
    object-position: left !important;
    height: 200px !important;
}

.fresh-vacancies-archive .fresh-vacancy {
    box-shadow: 0 6px 26px rgba(42, 56, 78, 0.125);
}

.fresh-vacancies-archive .fresh-vacancy .fresh-vacancy-title {
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
}

.fresh-vacancies-archive .fresh-vacancy .fresh-vacancy-detail-link {
    box-shadow: none;
    border-radius: 50px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.fresh-vacancies-archive .fresh-vacancy-additional-info span {
  background-color: #E7F3E7;
  padding: 5px 15px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}


.single-vacancy .vacancy-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-vacancy .vacancy-requirements li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.single-vacancy .vacancy-requirements li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('https://citrus-it.nl/wp-content/uploads/2024/12/icon-check-green.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.single-vacancy .e-n-accordion-item-title {
    justify-content: space-between !important;
}

.customisations-vacancy-badges .elementor-inline-item {
  background-color: #E7F3E7;
  padding: 5px 15px !important;
  border-radius: 10px !important;
}

.customisations-vacancy-badges .elementor-icon-list-text {
  font-weight: bold !important;
}


/** Logo Slider **/
/* .slider-logos .swiper-slide img {
    filter: grayscale(1);
}
.slider-logos .swiper-slide:hover img {
    filter: grayscale(0);
} */
/** End Logo Slider **/

@media only screen and (max-width: 768px) {
    .fresh-vacancies-archive .fresh-vacancy-img {
        flex: 0 0 100% !important;
    }
}