.elementor-9084 .elementor-element.elementor-element-477cc30{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1c1945d */.vacancy-box {
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

/* header */
.vacancy-header {
    background: linear-gradient(135deg, #0056b3, #003d82);
    color: white;
    padding: 50px 20px 70px;
    text-align: center;
}

.vacancy-header h1 {
    font-size: 30px;
    margin: 0;
    color: #ffe066; /* ЖЕЛТЫЙ */
}

.badge {
    background: #ff4d4f;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

/* salary */
.salary-box {
    margin-top: -40px;
    background: white;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.salary {
    font-size: 28px;
    font-weight: 800;
    color: #2e7d32;
}

/* content */
.vacancy-content {
    padding: 30px;
}

.section h3 {
    color: #003d82;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card {
    background: #eef5ff;
    padding: 20px;
    border-radius: 14px;
}

/* footer */
.vacancy-footer {
    background: linear-gradient(135deg, #0056b3, #003d82);
    color: white;
    text-align: center;
    padding: 40px;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    background: white;
    color: #0056b3;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    background: #3da5f4;
    color: white;
}

/* mobile */
@media(max-width:768px){
    .grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */