.vacancy__skills {
    color: #30377f;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
}

.vacancy__form-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    color: var(--black-color);
}

.vacancy__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--black-color);
}

.hr__manager {
    margin-top: 40px;
}

.vacancy-page.vacancy-page--panel-two .hr__manager {
    margin-top: 0;
}

.vacancy__content .wp-block-heading {
    margin-top: 24px;
    margin-bottom: 8px;
}

.vacancy__application-title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--black-color);
}

.vacancy__side-bar {
    display: flex;
    flex-direction: column;
}

.vacancy__btn {
    padding: 13px 24px;
    border-radius: 40px;
    background-color: #f3f5fb;
    box-shadow: inset 0px 0px 4px 0px rgba(208, 219, 255, 1);
    color: var(--black-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.vacancy__btn:hover {
    background-color: #06063c;
    box-shadow: inset 0px 0px 6px 0px rgba(190, 193, 246, 1);
    color: var(--white-color);
}

.vacancy__btn--active {
    background-color: #06063c;
    box-shadow: inset 0px 0px 6px 0px rgba(190, 193, 246, 1);
    color: var(--white-color);
}

.vacancy__navigation {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
}

.vacancy__panels {
    position: relative;
}

.vacancy__panel {
    display: none;
}

.vacancy__panel article * {
    color: var(--black-color);
}

.vacancy__panel--active {
    display: block;
}

.vacancy-page__back-to {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 500;
    width: fit-content;
}

.vacancy-page__back-to::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2025/12/Arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.pum-theme-1869 .pum-title,
.pum-theme-enterprise-blue .pum-title {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 29px;
    line-height: 140%;
    letter-spacing: 0;
    color: #0d1118;
}

.pum-theme-1869 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    box-shadow: unset;
    padding: 48px;
}

.vacancy__categories {
    list-style-type: none;
    margin: 0;
}

.vacancy__panel-apply-now-btn {
    color: var(--white-color);
    margin-top: 40px;
    justify-self: end;
    display: flex;
}
.vacancy-page.vacancy-page--panel-two .vacancy__categories {
    display: none;
}

.vacancy__categories li {
    color: var(--black-color);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vacancy__categories li span {
    color: var(--grey-600);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.vacancy__categories li + li {
    margin-top: 24px;
}

.vacancy-page__head {
    display: flex;
    flex-direction: column;
    padding-top: 140px;
    gap: 24px;
}

.vacancy__article-container {
    display: grid;
    grid-template-columns: 322px 1fr;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.vacancy__article-container .apply__button {
    color: var(--white-color);
}

.content-card {
    background-color: #06063c;
    padding: 32px;
    box-sizing: border-box;
    min-height: 270px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #2d60e20d;
    display: flex;
    flex-direction: column;
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
}

.contact-us__file-text .file-name .apply__attach-icon {
    border: 1px solid red;
}
.content-body {
    margin-top: auto;
    color: #fefefe;
}

.vacancy-page__button {
    max-width: max-content;
}

@media screen and (max-width: 768px) {
    .vacancy__mobile-description {
        display: none;
    }

    .vacancy__article-container {
        grid-template-columns: 1fr;
        margin-top: 16px;
        gap: 80px;
    }

    .vacancy__title {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 500;
    }

    .applying__head {
        flex-direction: column;
    }

    .vacancy__btn {
        width: 100%;
    }

    .vacancy__form-title {
        margin-bottom: 16px !important;
    }

    .vacancy-page__preview {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .apply__button {
        width: 100%;
    }

    .career-apply-form .wp-block-heading {
        color: var(--black-color);
    }

    .vacancy__standard {
        display: block;
    }

    .vacancy-page__head {
        padding-top: 133px;
        gap: 20px;
    }

    .vacancy-page__head p {
        color: var(--grey-600, #4f4f4f);
        font-size: 18px;
    }

    .vacancy-page__info {
        flex-direction: column;
        margin-top: 32px;
    }

    .vacancy-page__excerpt {
        gap: 32px;
    }

    .benefits-vacancies-screen {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .benefits-vacancies__head {
        margin-bottom: 40px;
    }

    .benefits-vacancies__head h2 {
        max-width: 306px;
    }

    .benefits-vacancies__navigation {
        gap: 24px;
    }

    .benefits-vacancies__navigation svg {
        width: 39px;
        height: 39px;
    }

    .content-card {
        min-height: 287px;
        padding-bottom: 49px;
    }

    .vacancy__owner {
        min-width: unset;
        border-left: unset;
        padding-top: unset;
        padding-bottom: unset;
    }
}

/* modal window */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.modal {
    background: #fefefe;
    border-radius: 8px;
    width: 763px;
    max-height: 80vh;
    overflow-y: scroll;
    position: relative;
    padding: 48px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.modal-close {
    cursor: pointer;
    display: flex;
    background: none;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.modal-form-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* modal window form */

.applying__field-group {
    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .applying__field-group {
        margin-top: 16px;
    }
}

.applying__head {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.applying__field {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.applying__field-email .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.applying__field-email .wpcf7-form-control-wrap::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 7L13.009 12.727C12.7039 12.9042 12.3573 12.9976 12.0045 12.9976C11.6517 12.9976 11.3051 12.9042 11 12.727L2 7M4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4Z' stroke='%234F4F4F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 1;
}

.apply__label {
    margin-bottom: 8px;
    color: var(--grey-600);
    font-size: 14px;
    line-height: 1.4;
    display: flex;
}

.applying__field:focus-within {
    /* border: 1px solid #1629D6; */
}

.vacancy__apply-modal-form .contact-us__field-wrapper:focus-within label {
    /* color: #1629D6; */
}

.applying__field .contact-us__field {
    padding: 12px 16px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.applying__field-email .contact-us__field-email {
    padding-left: 48px;
}

.vacancy__apply-modal-form .contact-us__field-wrapper label {
    color: var(--grey-600, #4f4f4f);
}

.applying__text-area {
    padding: 12px 16px;
    border-radius: 8px;
    max-height: 97px;
    width: 100%;
    color: var(--grey-600);
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid #cfcfcf;
    margin-bottom: 24px;
    resize: none;
    box-sizing: border-box;
}

.apply__button {
    display: flex;
    justify-self: end;
}

.contact-us__file-label {
    margin-bottom: 32px;
}

.contact-us__file-label .wpcf7-not-valid-tip {
    margin-top: 0;
    margin-left: 8px;
}

.contact-us__file-text span {
    color: #949393;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.contact-us__file-text {
    color: var(--grey-600);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.applying__button {
    width: 100%;
    margin-top: 32px;
    background-color: #1629d6;
    color: #fefefe;
    border-radius: 40px;
    height: 60px;
}

.wpcf7-response-output {
    display: none;
}
.applying__field-group .wpcf7-spinner {
    display: none;
}

.applying__head .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us__field:focus-within {
    border: 1px solid #1629d6 !important;
}

.hr__manager {
    box-sizing: border-box;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e4ebff;
    background: #f3f5fb;
    width: 100%;

    position: sticky;
    top: 140px;
    align-self: start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.hr__manager-apply-btn {
    width: 100%;
    margin-top: 24px;
}

.vacancy-page.vacancy-page--panel-two .hr__manager-apply-btn {
    display: none;
}

.hr__manager-position {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.hr__manager-name {
    color: var(--black-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 16px;
}

.hr__manager-email,
.hr__manager-messenger {
    color: var(--grey-600);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.hr__manager-email {
    margin-top: 16px;
    overflow: hidden;
}

.hr__manager-email::before,
.hr__manager-messenger::before {
    content: "";
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.hr__manager-email::before {
    background: url("/wp-content/uploads/2025/12/Detail-Icon-1.svg");
}

.hr__manager-messenger::before {
    background: url("/wp-content/uploads/2025/12/Detail-Icon.svg");
}

.hr__manager-messenger {
    margin-top: 12px;
}
