h2.cjv-archive__heading strong {
    background: linear-gradient(149deg, #8feafb 20%, #b4f8db 40%, #b4f8db 60%, #8feafb 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cjv-archive__heading {
    margin-bottom: 24px;
}
.cjv-list-column,
.cjv-detail-column,
.cjv-card {
    box-sizing: border-box;
}
/* Custom Job Vacancies – archive */

.cjv-archive {
    max-width: 100%;
    margin: 0 auto;
}

.cjv-archive-body {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 20px;
}

.cjv-list-column {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    overflow-x: clip;
}

.cjv-detail-column {
    display: none;
    width: 42%;
    max-width: 480px;
    flex-shrink: 0;
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background: #333b3f;
    color: #fff;
    border-radius: 24px;
}

.cjv-archive-body.cjv-detail-open .cjv-detail-column {
    display: block;
}

/* Десктоп: при відкритій вакансії — дві колонки по 50% */
@media (min-width: 768px) {
    /*.cjv-archive-body.cjv-detail-open .cjv-list-column {*/
    /*    flex: 0 0 calc(50% - 12px);*/
    /*    width: calc(50% - 12px);*/
    /*    max-width: none;*/
    /*}*/

    /*.cjv-archive-body.cjv-detail-open .cjv-detail-column.cjv-detail-has-content {*/
    /*    !*flex: 0 0 calc(50% - 12px);*!*/
    /*    width: calc(50% - 12px);*/
    /*    max-width: none;*/
    /*}*/

    /* Desktop: отступы сверху для описания и даты в карточке */
    .cjv-short-description {
        margin-top: 24px;
    }

    .cjv-posted {
        margin-top: 24px;
    }
    .cjv-archive-body.cjv-detail-open .cjv-list-column,
    .cjv-archive-body.cjv-detail-open .cjv-detail-column.cjv-detail-has-content {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

.cjv-detail-content {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.cjv-detail-salary {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 12px;
    opacity: 0.95;
}

.cjv-detail-terms {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.cjv-detail-term-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 0.5em;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #fff;
}

.cjv-terms .cjv-term-sep,
.cjv-detail-terms .cjv-term-sep {
    display: inline-flex;
    align-items: center;
    margin: 0 14px;
    vertical-align: middle;
}

.cjv-term-sep img {
    width: 8px;
    object-fit: contain;
}

.cjv-detail-posted {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 16px;
    opacity: 0.75;
}

.cjv-detail-panel {
    position: relative;
    padding: 40px;
    min-height: 200px;
}

.cjv-detail-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.cjv-detail-inner.cjv-loading {
    opacity: 0.8;
    pointer-events: none;
}

.cjv-detail-loading {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.cjv-detail-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    z-index: 2;
}

.cjv-detail-column.cjv-detail-has-content .cjv-detail-close {
    display: block;
}

.cjv-detail-title {
    margin: 0 0 12px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 2.01rem;
    line-height: 140%;
}

.cjv-detail-apply {
    margin: 24px 0 0;
}

.cjv-full-description {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #fff;

}

.cjv-full-description p,
.cjv-full-description ul,
.cjv-full-description ol,
.cjv-full-description li {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.cjv-full-description h1,
.cjv-full-description h2,
.cjv-full-description h3,
.cjv-full-description h4,
.cjv-full-description h5,
.cjv-full-description h6 {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    margin: 1em 0 0.8em;
}

.cjv-full-description h1:first-child,
.cjv-full-description h2:first-child,
.cjv-full-description h3:first-child,
.cjv-full-description h4:first-child,
.cjv-full-description h5:first-child,
.cjv-full-description h6:first-child {
    margin-top: 0;
}
.cjv-full-description p{
    color: #fff;
}
.cjv-full-description>p{
    margin-bottom: 0.8em;

}
.cjv-full-description>p:last-child{
    margin-bottom: 0;
}
.cjv-full-description>ul{
    margin-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 16px;
}
/* Filter form */

.cjv-filter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: 16px;
    row-gap: 8px;
    margin-bottom: 0;
    padding: 0;
    background: none;
}

.cjv-filter-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cjv-filter-item label.cjv-sr-only {
    margin: 0;
}

.cjv-filter-search-wrap {
    flex: 1 1 100%;
    max-width: 320px;
}

/* Desktop: flex only. Row1 — search + city (equal) + button; Row2 — date, on-site, employment, experience (equal) */
@media (min-width: 768px) {
    .cjv-filter-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        width: 100%;
        min-width: 0;
    }

    /* перенос на вторую строку: псевдоэлемент занимает 100% ширины */
    .cjv-filter-form::after {
        content: '';
        order: 4;
        flex: 0 0 100%;
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .cjv-filter-popup-overlay,
    .cjv-filter-popup-content,
    .cjv-filter-fields-wrap {
        display: contents;
    }

    .cjv-filter-search-wrap {
        order: 1;
        flex: 1 1 0;
        max-width: none;
        min-width: 0;
    }

    .cjv-filter-item[data-filter="city-or-country"] {
        order: 2;
        flex: 1 1 0;
        min-width: 0;
    }

    .cjv-filter-submit-wrap {
        order: 3;
        flex: 0 0 auto;
    }

    .cjv-filter-item[data-filter="date_posted"] {
        order: 5;
        flex: 1 1 0;
        min-width: 0;
    }

    .cjv-filter-item[data-filter="on-site-hybrid-remote"] {
        order: 6;
        flex: 1 1 0;
        min-width: 0;
    }

    .cjv-filter-item[data-filter="employment-type"] {
        order: 7;
        flex: 1 1 0;
        min-width: 0;
    }

    .cjv-filter-item[data-filter="experience"] {
        order: 8;
        flex: 1 1 0;
        min-width: 0;
    }

    .cjv-filter-mobile-actions,
    .cjv-filter-popup-backdrop,
    .cjv-filter-popup-close {
        order: 9;
    }

    .cjv-filter-form .cjv-filter-item .select2-container {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    body .cjv-filter-form {
        row-gap: 16px;
    }
}

/* Shared: form fields and dropdowns */

.cjv-filter-form .cjv-filter-search,
.cjv-filter-form .cjv-filter-option,
.cjv-filter-form .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 48px;
    min-height: 48px;
    background: #333B3F !important;
    border-radius: 10px;
    border: 1px solid #333B3F;
    color: #fff;
    padding: 0 14px;
    box-sizing: border-box;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.cjv-filter-form .cjv-filter-search::placeholder {
    color: #fff;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.cjv-filter-form .cjv-filter-search {
    width: 100%;
    padding: 8px 12px;
}

.cjv-filter-form .cjv-filter-search:focus {
    border-color: #5a656b;
    outline: none;
    box-shadow: 0 0 0 1px #5a656b;
}

.cjv-filter-form .cjv-filter-option {
    min-width: 160px;
    padding: 6px 10px;
    color: #fff;
}

.cjv-filter-form .cjv-filter-option option {
    background: #485055;
    color: #fff;
}

.cjv-filter-submit-wrap {
    align-self: flex-end;
}

/* Desktop: mobile Filters button hidden (popup overlay uses display: contents in grid above) */
.cjv-filter-mobile-actions {
    display: none;
}

/* Only on mobile: overlay/content/fields as flex (on desktop they use display: contents in grid) */
@media (max-width: 767px) {
    .cjv-filter-popup-overlay {
        display: flex;
        flex: 1 1 100%;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 12px;
        min-width: 0;
    }

    .cjv-filter-popup-content {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        align-items: flex-end;
        gap: 12px;
        min-width: 0;
        position: relative;
    }

    .cjv-filter-fields-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 12px;
        min-width: 0;
    }

    .cjv-detail-panel{
        padding: 20px;
    }
}

.cjv-filter-popup-backdrop {
    display: none;
}

.cjv-filter-popup-close {
    display: none;
}

.cjv-filter-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    cursor: pointer;
    background: #485055;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
}

/* Тема .btn:hover::before — текст поверх через z-index */
.cjv-filter-submit-btn.btn {
    position: relative;
}

.cjv-filter-submit-btn.btn::before {
    z-index: 0;
}

.cjv-filter-submit-btn .cjv-filter-submit-btn-text {
    position: relative;
    z-index: 1;
}

.filter-btn-search {
    height: 48px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.cjv-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cjv-list.cjv-loading {
    opacity: 0.6;
    pointer-events: none;
    min-height: 80px;
}

/* Select2 */
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 5px;
}

.cjv-filter-form .select2-container {
    min-width: 160px;
}

.cjv-filter-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 130%;
    color: #fff;
    padding: 0;
    padding-right: 32px;
    display: flex;
    align-items: center;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FFFFFF;
}

.cjv-filter-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 15px;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.54628 10.889L13.7763 4.65884C13.9206 4.51474 14 4.32238 14 4.11728C14 3.91217 13.9206 3.71982 13.7763 3.57572L13.3176 3.11691C13.0188 2.81836 12.533 2.81836 12.2345 3.11691L7.0029 8.34855L1.76547 3.11111C1.62126 2.96701 1.42901 2.88745 1.22402 2.88745C1.01881 2.88745 0.826563 2.96701 0.68224 3.11111L0.223658 3.56992C0.0794477 3.71413 9.09136e-07 3.90637 9.00171e-07 4.11147C8.91205e-07 4.31658 0.0794477 4.50893 0.223658 4.65303L6.45941 10.889C6.60408 11.0335 6.79723 11.1128 7.00256 11.1123C7.20869 11.1128 7.40173 11.0335 7.54628 10.889Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
    background-size: 14px 14px;
    margin-right: 14px;
}

.cjv-filter-form .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.cjv-archive .select2-dropdown,
.cjv-archive .select2-container--default .select2-selection--single:focus,
.cjv-archive .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #333B3F;
    outline: none;
    box-shadow: none;
}

/* Поле селекта: всегда фон #333B3F и radius 10px, в т.ч. при открытом выпадающем списке */
.cjv-archive .select2-container--open .select2-selection--single,
.cjv-archive .select2-container--default.select2-container--open .select2-selection--single {
    background: #333B3F !important;
    border-radius: 10px;
    border-color: #333B3F;
}

.cjv-archive .select2-dropdown {
    background-color: #485055 !important;
    border: 1px solid #485055;
    border-radius: 10px;
    margin-top: 12px;
}

.cjv-archive .select2-dropdown--above {
    margin-top: 0;
    margin-bottom: 12px;
}

.cjv-archive .select2-results__options {
    background-color: #485055 !important;
    padding: 6px 0;
    border-radius: 10px;
}

.cjv-archive .select2-results__option {
    color: #fff !important;
    background: transparent !important;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    padding: 6px 14px;
}

.cjv-archive .select2-container--default .select2-results__option--highlighted[aria-selected],
.cjv-archive .select2-container--default .select2-results__option[aria-selected=true] {
    background: #5a656b !important;
    color: #fff !important;
}

.cjv-archive .select2-search--dropdown .select2-search__field {
    background: #3d4448;
    border: 1px solid #485055;
    border-color: #485055;
    color: #fff;
    border-radius: 6px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    outline: none;
    box-shadow: none;
}

.cjv-archive .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    box-shadow: none;
    border-color: #485055;
}

.cjv-archive .select2-search--dropdown .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

/* Icon next to filter select */

.cjv-filter-field-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

/* Search field with icon: same rules as city (position relative, icon absolute left, padding on input) */
.cjv-filter-search-wrap:has(.cjv-filter-icon) {
    position: relative;
}

.cjv-filter-search-wrap:has(.cjv-filter-icon) .cjv-filter-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cjv-filter-search-wrap:has(.cjv-filter-icon) .cjv-filter-search {
    padding-left: 40px;
}

/* When icon is present: wrap is positioning context, icon is absolute, select has left padding */
.cjv-filter-field-wrap:has(.cjv-filter-icon) {
    position: relative;
}

.cjv-filter-field-wrap:has(.cjv-filter-icon) .cjv-filter-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cjv-filter-icon img,
.cjv-filter-icon svg {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
}

/* Left padding only on the trigger; dropdown is in .cjv-archive and is not affected */
.cjv-filter-field-wrap:has(.cjv-filter-icon) .select2-container .select2-selection--single {
    padding-left: 40px;
}

.cjv-filter-field-wrap .select2-container {
    flex: 1;
    min-width: 0;
}

.cjv-filter-field-wrap .cjv-filter-option {
    width: 100%;
}

/* Vacancy list & cards */

.cjv-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cjv-card {
    background: #333b3f;
    color: #fff;
    border-radius: 24px;
    padding: 50px;
}

.cjv-card-list {
    position: relative;
    cursor: pointer;
    transition: opacity 0.2s;
}

.cjv-card-list:hover {
    opacity: 0.92;
}

.cjv-card-list.cjv-card-open::before {
    content: '';
    position: absolute;
    inset: -1px;
    z-index: 0;
    border-radius: 24px;
    background: linear-gradient(91.3deg, #8FEAFB 20%, #B4F8DB 40%, #B4F8DB 60%, #8FEAFB 80%);
}

.cjv-card-list.cjv-card-open::after {
    content: '';
    position: absolute;
    inset: 1px;
    z-index: 1;
    border-radius: 20px;
    background: #333b3f;
    pointer-events: none;
}
.cjv-card-list.cjv-card-open::before,
.cjv-card-list.cjv-card-open::after {
    will-change: transform;
    transform: translateZ(0);
}
.cjv-card-list.cjv-card-open .cjv-card-inner {
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.cjv-card-inner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.cjv-card-thumb {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.cjv-card-thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cjv-card-thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.cjv-card-content {
    flex: 1;
    min-width: 0;
}

.cjv-title {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.cjv-salary {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 12px;
    opacity: 0.95;
}

.cjv-terms {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.cjv-term-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #fff;
}

.cjv-short-description {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cjv-posted {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin-top: 24px;
    opacity: 0.75;
}

.cjv-load-more-wrap {
    margin-top: 16px;
}

.cjv-apply-btn {
    padding: 10px 20px;
    cursor: pointer;
}

/* Текст поверх псевдоэлемента .btn::before */
.cjv-apply-btn.btn {
    position: relative;
}

.cjv-apply-btn.btn::before {
    z-index: 0;
}

.cjv-apply-btn-text {
    position: relative;
    z-index: 1;
}

.cjv-apply-link {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.cjv-apply-disabled {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

/* Popup form */

.cjv-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.cjv-popup[hidden] {
    display: none !important;
}

.cjv-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.cjv-popup-inner {
    position: relative;
    max-width: 520px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    color: #1d2327;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.cjv-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #50575e;
}

.cjv-form-wrap p {
    margin-bottom: 16px;
}

.cjv-form-wrap label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.cjv-form-wrap input[type="text"],
.cjv-form-wrap input[type="email"],
.cjv-form-wrap input[type="tel"],
.cjv-form-wrap textarea,
.cjv-form-wrap select {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    background: #485055;
    border-radius: 10px;
    border: 1px solid #485055;
    color: #fff;
}

.cjv-form-wrap input::placeholder,
.cjv-form-wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.cjv-form-wrap select option {
    background: #485055;
    color: #fff;
}
.cjv-load-more.btn{
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
}
.cjv-load-more {
    background: transparent;
    cursor: pointer;
    color: #040404;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.cjv-form-message {
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.cjv-form-message.cjv-success {
    display: block;
    background: #d4edda;
    color: #155724;
}

.cjv-form-message.cjv-error {
    display: block;
    background: #f8d7da;
    color: #721c24;
}

/* Mobile: Filters button + popup; detail panel as fullscreen overlay */

@media (max-width: 767px) {
    .cjv-title {
        font-size: 20px;
    }

    .cjv-filter-search-wrap {
        max-width: none;
        width: 100%;
    }

    .cjv-filter-mobile-actions {
        display: block;
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .cjv-filter-mobile-filters-btn {
        width: 100%;
        max-width: 100%;
        height: 48px;
        min-height: 48px;
        padding: 0 12px 0 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: #333B3F;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-family: Sora, sans-serif;
        font-weight: 400;
        line-height: 130%;
        cursor: pointer;
        box-sizing: border-box;
        position: relative;
        text-align: left;
    }

    .cjv-filter-mobile-filters-btn:hover {
        background: #3d464a;
    }

    .cjv-filter-mobile-filters-icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }

    .cjv-filter-mobile-filters-icon svg {
        width: 14px;
        height: 14px;
        display: block;
    }

    .cjv-filter-popup-overlay {
        position: fixed;
        inset: 0;
        z-index: 100001;
        background: transparent;
        align-items: flex-start;
        justify-content: center;
        padding: 20px;
        overflow-y: auto;
        display: none;
    }

    .cjv-filter-popup-overlay[hidden] {
        display: none !important;
    }

    .cjv-filter-popup-overlay.cjv-filter-popup-open {
        display: flex !important;
    }

    .cjv-filter-popup-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .cjv-filter-popup-content {
        position: relative;
        z-index: 1;
        background: #293237;
        border-radius: 12px;
        padding: 24px;
        width: 100%;
        max-width: 400px;
        margin: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .cjv-filter-popup-close {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        padding: 0;
        font-size: 24px;
        line-height: 1;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        opacity: 0.8;
    }

    .cjv-filter-popup-close:hover {
        opacity: 1;
    }

    .cjv-filter-fields-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .cjv-filter-fields-wrap .cjv-filter-item {
        width: 100%;
    }

    .cjv-filter-fields-wrap .select2-container {
        min-width: 0;
    }

    /* Select2 dropdown должен быть выше попапа фильтров */
    .cjv-archive .select2-dropdown {
        z-index: 100002 !important;
    }

    .cjv-archive-body {
        flex-direction: column;
    }

    .cjv-detail-column {
        width: 100%;
        max-width: none;
        max-height: none;
        position: relative;
        top: 0;
    }

    .cjv-detail-column.cjv-detail-mobile-open {
        position: fixed;
        inset: 0;
        z-index: 100000;
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        overflow-y: auto;
    }

    .cjv-detail-column.cjv-detail-mobile-open .cjv-detail-close {
        display: block !important;
    }

    /* Карточка вакансии на мобиле */
    .cjv-card-inner {
        flex-direction: column;
        gap: 16px;
    }

    .cjv-card {
        padding: 20px;
        border-radius: 16px;
    }

    .cjv-salary {
        font-size: 12px;
    }
.cjv-short-description{
    color: #bcc1cd;
}
    .cjv-card-thumb {
        width: 60px;
        height: 60px;
    }

    .cjv-card-thumb-img {
        object-fit: cover;
        border-radius: 4px;

    }

    .cjv-detail-title{
        font-size: 1.41rem;
        padding-right: 24px;
    }

}


.cjv-load-more.btn .cjv-load-more__text,
.cjv-load-more.btn>svg{
    position: relative;
    z-index: 2;
}




.cjv-detail-column.cjv-detail-has-content::-webkit-scrollbar-track {
    background: transparent;

}
.cjv-detail-column.cjv-detail-has-content {
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
}
.cjv-detail-column.cjv-detail-has-content::-webkit-scrollbar-thumb {

}