.vacancies-title { font-family: var(--fig-font-secondary); font-size: 40px; font-weight: 400; line-height: 1.3; margin-bottom: 40px; }
.vacancies-container .job_listing:not(:last-child) { margin-bottom: 30px; }
.vacancies-container .job_listing { border: none !important; }
.vacancies-container .job_listing > a { padding: 19px 25px !important; color: var(--fig-grey-light); border: 1px solid var(--fig-grey) !important; }
.vacancies-container .job_listing > a:hover { background-color: var(--fig-grey) !important; color: var(--fig-black); }
.vacancies-container .job_listing > a .position { padding: 0 !important; }
.vacancies-container .job_listing > a .position .location { width: 100% !important; padding: 0 !important; font-family: var(--fig-font-primary-alt); font-size: 14px; font-weight: 700; line-height: 1.2; letter-spacing: 0.02em; color: inherit; margin-bottom: 17px; }
.vacancies-container .job_listing > a .position h3 { padding: 0; font-family: var(--fig-font-secondary); font-size: 30px !important; font-weight: 400; line-height: 1.3 !important; letter-spacing: 0.02em; color: inherit; margin-bottom: 17px !important; }
.vacancies-container .job_listing > a:hover .position .location,
.vacancies-container .job_listing > a:hover .position h3,
.vacancies-container .job_listing > a:hover .position .job-type { color: var(--fig-black) !important; }
.vacancies-container .job_listing > a .position .job-type { padding: 0; line-height: 1.6; color: inherit !important; }
.vacancies-container .job_listing > a:hover .right .btn { color: var(--fig-black); border-color: var(--fig-black); }
.vacancies-container .job_listing > a:hover .right .btn .btn-icon { filter: brightness(0); }
.vacancies-container .job_listing > a:hover .right .btn:hover { color: var(--fig-grey); background-color: var(--fig-black); }
.vacancies-container .job_listing > a:hover .right .btn:hover .btn-icon { filter: none; }

.vacancies-para, .vacancies-cta { margin-top: 40px; }
.vacancies-list .wpcf7-spinner { top: initial; bottom: 8px; }
.vacancies-list:has(.load_more_jobs.loading) .wpcf7-spinner { visibility: visible; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
.vacancies-title { font-size: 35px; }
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.vacancies-title { font-size: 30px; }
.vacancies-container .job_listing > a .position { width: 100% !important; }
.vacancies-container .job_listing > a .position .location { text-align: left; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }
