.style_root__OPnzk {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px var(--PagePadding) 80px;
    color: var(--TextColor11);
}

.style_header__K7JeA {
    max-width: 860px;
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
}

.style_hiring__ASb4O {
    color: var(--PrimaryColor11);
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.style_title__KMvu2 {
    margin-bottom: 20px;
}

.style_subtitle__3HZer {
    color: var(--TextColor12);
}

.style_jobList__c1p6d {
    max-width: 860px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.style_jobCard__SlhNQ {
    background-color: var(--FillColor17);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.style_jobTitle__NdB2R {
    margin-bottom: 8px;
}

.style_jobLocation__SAh2W {
    color: var(--TextColor12);
    margin-bottom: 16px;
}

.style_jobDescription__aTgET {
    margin-bottom: 24px;
    line-height: 1.6;
}

.style_dutiesLabel___oB3o {
    color: var(--PrimaryColor11);
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.style_dutiesList__AR46x {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.style_dutiesItem__7FJng {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}

.style_dot__0cls9 {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--PrimaryColor11);
    margin-top: 7px;
}

.style_divider__R__i4 {
    max-width: 860px;
    width: 100%;
    height: 1px;
    background-color: var(--BorderColor11);
    margin: 56px 0 48px;
}

.style_cta__CZ5o6 {
    max-width: 860px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.style_ctaTitle__AwGgg {
    margin-bottom: 4px;
}

.style_ctaDescription__D5tRP {
    color: var(--TextColor12);
}

.style_ctaEmail__l8P6o {
    color: var(--PrimaryColor11);
    text-decoration: none;
    font-weight: 500;
}

.style_ctaEmail__l8P6o:hover {
    text-decoration: underline;
}

.style_ctaNote__hM_ML {
    color: var(--TextColor12);
}

@media (max-width: 768px) {
    .style_root__OPnzk {
        padding: 48px var(--PagePadding) 48px;
    }

    .style_header__K7JeA {
        margin-bottom: 36px;
    }

    .style_jobCard__SlhNQ {
        padding: 24px 20px;
    }

    .style_divider__R__i4 {
        margin: 40px 0 36px;
    }
}
