.vacancy-description-apply-v74 {
    display: flex;
    width: 100%;
    margin: 26px 0 8px;
}

.vacancy-description-apply-link-v74 {
    display: inline-flex;
    min-width: 240px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 15px 28px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(100deg, #3f45ff 0%, #8738f5 100%);
    box-shadow: 0 14px 28px rgba(83, 66, 244, 0.2);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vacancy-description-apply-link-v74:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(83, 66, 244, 0.26);
}

.vacancy-description-apply-arrow-v74 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 640px) {
    .vacancy-description-apply-link-v74 {
        width: 100%;
        min-width: 0;
    }
}
