/* ===========================================
CAREER DETAILS PAGE
============================================== */
.career-details .career-wrapper {
    display: grid;
    grid-template-columns: 1fr 345px;
    gap: 50px;
    align-items: start;
}

.career-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: var(--jdg-white);
    margin-bottom: 16px;
}

.career-meta {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.career-meta-label {
    color: var(--jdg-gray);
}

.career-meta-value {
    color: var(--jdg-white);
}

.career-intro {
    font-family: var(--jdg-extra-font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--jdg-gray);
    margin-bottom: 40px;
}

.career-heading {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    padding: 40px 0px 30px 0px;
    border-top: 1px solid #e5e5e526;
    color: var(--jdg-white);
}

.career-list {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--jdg-gray);
    padding-bottom: 40px;
}

.career-sidebar {
    position: sticky;
    top: 2rem;
    width: 320px;
    flex-shrink: 0;
    align-self: flex-start;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    display: inline-grid;
    background: #0000004f;
    padding: 45px;
    border-radius: 20px;
    gap: 30px;
}

.career-info-label {
    font-family: var(--jdg-extra-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--jdg-gray);
    margin-bottom: 8px;
}

.career-info-value {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--jdg-white);
}

.career-footer-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: var(--jdg-white);
}

.career-description h2 {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    padding: 40px 0px 30px 0px;
    border-top: 1px solid #e5e5e526;
    color: var(--jdg-white);
    will-change: transform, opacity, filter;
}

.career-description ul {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--jdg-gray);
    padding-bottom: 40px;
    will-change: transform, opacity, filter;
}

.career-description h3 {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: var(--jdg-white);
}

.career-description a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 12px 0px;
    border-radius: 50px;
    background: transparent;
    color: var(--jdg-white);
    text-decoration: none;
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease;
}