html {
    background: #393939;
    scroll-behavior: smooth;
}

body {
    background: #393939;
    color: #302924;
    font-family: "DINNext", sans-serif;
    overflow-x: hidden;
}

body.jobs-modal-open {
    overflow: hidden;
}

.res_menu_cr {
    display: none !important;
}

.jobs-background {
    background-position: center;
    background-size: cover;
    height: 360px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.jobs-overlay {
    background: rgba(41, 35, 31, .56);
    height: 360px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.jobs-page {
    background: linear-gradient(180deg, transparent 0, transparent 250px, #f7f5f2 250px, #f7f5f2 100%);
    direction: rtl;
    min-height: 100vh;
    padding-top: 118px;
    position: relative;
    text-align: right;
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jobs-page .container {
    max-width: 1220px;
    width: calc(100% - 64px);
}

.jobs-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, .68);
    display: flex;
    font-size: 12px;
    gap: 9px;
    margin-bottom: 22px;
}

.jobs-breadcrumb a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    transition: color .2s ease;
}

.jobs-breadcrumb a:hover {
    color: #d2ac67;
}

.jobs-breadcrumb span {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobs-breadcrumb i {
    color: #d2ac67;
    font-size: 10px;
}

.jobs-hero {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(224, 217, 209, .9);
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(17, 13, 10, .16);
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .7fr);
    min-height: 225px;
    overflow: hidden;
    position: relative;
}

.jobs-hero::after {
    background: #d2ac67;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.jobs-hero-content {
    padding: 28px 38px 26px;
    position: relative;
}

.jobs-hero-content::before {
    border: 1px solid rgba(210, 172, 103, .2);
    border-radius: 50%;
    content: "";
    height: 190px;
    left: -62px;
    position: absolute;
    top: -82px;
    width: 190px;
}

.jobs-eyebrow {
    color: #a68040;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.1px;
    margin-bottom: 7px;
}

.jobs-hero h1 {
    color: #29231f;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 9px;
}

.jobs-hero p {
    color: #6e655e;
    font-size: 13px;
    line-height: 2;
    margin: 0 0 17px;
    max-width: 660px;
}

.jobs-primary-action {
    align-items: center;
    background: #29231f;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(41, 35, 31, .16);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    gap: 14px;
    justify-content: center;
    min-height: 44px;
    padding: 9px 19px;
    text-decoration: none;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jobs-primary-action:hover,
.jobs-primary-action:focus {
    background: #b9914d;
    box-shadow: 0 10px 24px rgba(185, 145, 77, .24);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.jobs-primary-action i {
    font-size: 12px;
}

.jobs-summary {
    background: linear-gradient(145deg, #302924 0, #1f1a17 100%);
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 27px;
    position: relative;
}

.jobs-summary::before {
    background: radial-gradient(circle, rgba(210, 172, 103, .18) 0, rgba(210, 172, 103, 0) 68%);
    content: "";
    height: 300px;
    left: -100px;
    position: absolute;
    top: -115px;
    width: 300px;
}

.jobs-summary div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    min-height: 60px;
    position: relative;
}

.jobs-summary div:last-child {
    border-bottom: 0;
}

.jobs-summary strong {
    color: #d2ac67;
    font-size: 24px;
    font-weight: 600;
}

.jobs-summary span {
    color: rgba(255, 255, 255, .73);
    font-size: 13px;
}

.jobs-content {
    align-items: flex-start;
    display: grid;
    gap: 26px;
    grid-template-columns: 320px minmax(0, 1fr);
    margin: 30px 0 90px;
}

.jobs-filter-toggle {
    display: none;
}

.jobs-filters,
.jobs-results {
    background: #fff;
    border: 1px solid rgba(218, 210, 201, .8);
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(54, 44, 37, .07);
}

.jobs-filters {
    padding: 27px;
    position: sticky;
    top: 88px;
}

.jobs-filter-heading,
.jobs-results-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.jobs-filter-heading {
    border-bottom: 1px solid #eee9e3;
    margin-bottom: 20px;
    padding-bottom: 17px;
}

.jobs-filter-heading span,
.jobs-results-head > div > span {
    color: #a68040;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

.jobs-filter-heading h2,
.jobs-results-head h2 {
    color: #302924;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.jobs-filter-heading a {
    color: #a68040;
    font-size: 12px;
    text-decoration: none;
}

.jobs-field {
    margin-bottom: 16px;
}

.jobs-field label {
    color: #564d46;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

.jobs-field input,
.jobs-field select {
    background: #faf9f7;
    border: 1px solid #e5dfd8;
    border-radius: 10px;
    color: #332c27;
    font-family: inherit;
    font-size: 13px;
    height: 47px;
    outline: none;
    padding: 0 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.jobs-field input:focus,
.jobs-field select:focus {
    border-color: #d2ac67;
    box-shadow: 0 0 0 3px rgba(210, 172, 103, .13);
}

.jobs-field select {
    cursor: pointer;
}

.jobs-input-wrap {
    position: relative;
}

.jobs-input-wrap i {
    color: #978c83;
    left: 13px;
    position: absolute;
    top: 16px;
}

.jobs-input-wrap input {
    padding-left: 36px;
}

.jobs-filter-submit {
    align-items: center;
    background: #d2ac67;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 13px;
    gap: 9px;
    height: 47px;
    justify-content: center;
    margin-top: 6px;
    transition: background .2s ease;
    width: 100%;
}

.jobs-filter-submit:hover {
    background: #b9914d;
}

.jobs-results {
    min-width: 0;
    padding: 27px;
}

.jobs-results-head {
    border-bottom: 1px solid #eee9e3;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.jobs-sort-label {
    color: #80756c;
    font-size: 11px;
}

.jobs-sort-label i {
    color: #d2ac67;
    margin-left: 5px;
}

.jobs-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: -3px 0 18px;
}

.jobs-active-filters span {
    background: #f7f2e9;
    border: 1px solid #eadcc2;
    border-radius: 30px;
    color: #86682f;
    font-size: 10px;
    padding: 6px 10px;
}

.jobs-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job-card {
    background: #fff;
    border: 1px solid #e9e4de;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 20px;
    position: relative;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.job-card::before {
    background: #d2ac67;
    border-radius: 2px;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    top: 28px;
    transition: height .25s ease;
    width: 3px;
}

.job-card:hover {
    border-color: rgba(210, 172, 103, .65);
    box-shadow: 0 16px 36px rgba(57, 46, 38, .09);
    transform: translateY(-3px);
}

.job-card:hover::before {
    height: 44px;
}

.job-card-top {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.company-mark {
    align-items: center;
    background: linear-gradient(145deg, #f5ecdc, #e4c993);
    border: 1px solid #eadbc0;
    border-radius: 12px;
    color: #795a25;
    display: flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    overflow: hidden;
    width: 46px;
}

.company-mark img {
    height: 100%;
    object-fit: contain;
    padding: 6px;
    width: 100%;
}

.company-mark span {
    font-size: 19px;
    font-weight: 600;
}

.company-mark > i {
    font-size: 19px;
}

.job-card-heading {
    flex: 1;
    min-width: 0;
}

.job-card-heading > span {
    color: #968a80;
    display: block;
    font-size: 11px;
    margin: 1px 0 4px;
}

.job-card-heading h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
}

.job-card-heading h3 a {
    color: #302924;
    text-decoration: none;
}

.job-remote-badge {
    background: #edf7f1;
    border: 1px solid #d6ecdd;
    border-radius: 20px;
    color: #3d8157;
    flex: 0 0 auto;
    font-size: 9px;
    padding: 5px 8px;
}

.job-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 13px;
}

.job-card-meta span {
    align-items: center;
    background: #f7f5f2;
    border-radius: 6px;
    color: #6e645c;
    display: inline-flex;
    font-size: 11px;
    gap: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-card-meta i {
    color: #b9914d;
}

.job-card > p {
    color: #756c65;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.95;
    margin: 0 0 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.job-card-footer {
    align-items: center;
    border-top: 1px solid #f0ece7;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
}

.job-card-footer > span {
    color: #a0958d;
    font-size: 11px;
}

.job-card-footer > span i {
    color: #d2ac67;
    margin-left: 5px;
}

.job-card-footer a {
    align-items: center;
    color: #9c7739;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    text-decoration: none;
}

.job-card-footer a i {
    transition: transform .2s ease;
}

.job-card-footer a:hover i {
    transform: translateX(-3px);
}

.jobs-empty {
    align-items: center;
    border: 1px dashed #d8cec3;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.jobs-empty-icon {
    align-items: center;
    background: #f6efe3;
    border-radius: 50%;
    color: #b9914d;
    display: flex;
    font-size: 22px;
    height: 64px;
    justify-content: center;
    margin-bottom: 18px;
    width: 64px;
}

.jobs-empty h3 {
    color: #302924;
    font-size: 17px;
    margin: 0 0 8px;
}

.jobs-empty p {
    color: #82776e;
    font-size: 12px;
    margin: 0 0 18px;
}

.jobs-empty a {
    background: #29231f;
    border-radius: 9px;
    color: #fff;
    font-size: 11px;
    padding: 10px 16px;
    text-decoration: none;
}

.jobs-pagination {
    display: flex;
    justify-content: center;
    margin-top: 27px;
}

.jobs-pagination .pagination {
    direction: ltr;
    display: flex;
    gap: 5px;
    margin: 0;
}

.jobs-pagination .page-link {
    align-items: center;
    background: #fff;
    border: 1px solid #e4ddd5;
    border-radius: 8px !important;
    color: #665c54;
    display: flex;
    font-size: 11px;
    height: 35px;
    justify-content: center;
    min-width: 35px;
}

.jobs-pagination .page-item.active .page-link {
    background: #d2ac67;
    border-color: #d2ac67;
    color: #fff;
}

.jobs-pagination .page-item.disabled .page-link {
    background: #f5f2ee;
    color: #b7aea6;
}

.job-detail-page {
    padding-top: 118px;
}

.job-detail-hero {
    align-items: flex-end;
    background: #fff;
    border: 1px solid rgba(224, 217, 209, .9);
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(17, 13, 10, .18);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    min-height: 180px;
    overflow: hidden;
    padding: 43px 32px 22px;
    position: relative;
}

.job-detail-hero::before {
    background: #d2ac67;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.job-detail-hero::after {
    background: radial-gradient(circle, rgba(210, 172, 103, .2) 0, rgba(210, 172, 103, 0) 67%);
    content: "";
    height: 330px;
    left: -120px;
    position: absolute;
    top: -180px;
    width: 330px;
}

.job-detail-back {
    align-items: center;
    color: #8e8177;
    display: inline-flex;
    font-size: 10px;
    gap: 7px;
    position: absolute;
    right: 42px;
    text-decoration: none;
    top: 24px;
}

.job-detail-back:hover {
    color: #a68040;
    text-decoration: none;
}

.job-detail-hero-main {
    align-items: center;
    display: flex;
    gap: 20px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.company-mark-large {
    border-radius: 17px;
    flex-basis: 64px;
    height: 64px;
    width: 64px;
}

.company-mark-large span {
    font-size: 28px;
}

.company-mark-large > i {
    font-size: 25px;
}

.job-detail-hero h1 {
    color: #29231f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 0 12px;
}

.job-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.job-detail-meta span {
    align-items: center;
    background: #f7f4f0;
    border-radius: 7px;
    color: #70665e;
    display: inline-flex;
    font-size: 12px;
    gap: 6px;
    padding: 7px 9px;
}

.job-detail-meta i {
    color: #b9914d;
}

.job-detail-hero-action {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.job-detail-hero-action .jobs-primary-action {
    min-width: 190px;
}

.job-detail-hero-action > span {
    color: #9b9189;
    font-size: 11px;
}

.job-detail-layout {
    align-items: flex-start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) 350px;
    margin: 28px 0 90px;
}

.job-detail-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.job-detail-section,
.job-summary-card {
    background: #fff;
    border: 1px solid rgba(218, 210, 201, .8);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(54, 44, 37, .06);
}

.job-detail-section {
    padding: 28px 30px;
}

.job-detail-section-title {
    align-items: center;
    border-bottom: 1px solid #eee9e3;
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.job-detail-section-title > span {
    align-items: center;
    background: #f6efe3;
    border-radius: 10px;
    color: #b9914d;
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.job-detail-section-title small {
    color: #a68040;
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}

.job-detail-section-title h2 {
    color: #302924;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.job-description {
    color: #655c55;
    font-size: 15px;
    line-height: 2.15;
    white-space: normal;
}

.job-requirements {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-requirements li {
    align-items: flex-start;
    background: #faf8f5;
    border-radius: 9px;
    color: #625951;
    display: flex;
    font-size: 13px;
    gap: 9px;
    line-height: 1.9;
    padding: 10px 12px;
}

.job-requirements i {
    color: #b9914d;
    margin-top: 5px;
}

.job-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.job-benefits span {
    align-items: center;
    background: #f8f3ea;
    border: 1px solid #ebddc4;
    border-radius: 9px;
    color: #796136;
    display: inline-flex;
    font-size: 13px;
    gap: 7px;
    padding: 9px 12px;
}

.related-jobs {
    display: flex;
    flex-direction: column;
}

.related-jobs > a {
    align-items: center;
    border-bottom: 1px solid #f0ece7;
    color: inherit;
    display: flex;
    justify-content: space-between;
    padding: 13px 2px;
    text-decoration: none;
}

.related-jobs > a:first-child {
    padding-top: 0;
}

.related-jobs > a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.related-jobs strong {
    color: #403832;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.related-jobs span {
    color: #948981;
    font-size: 11px;
}

.related-jobs > a > i {
    color: #b9914d;
    transition: transform .2s ease;
}

.related-jobs > a:hover > i {
    transform: translateX(-4px);
}

.job-detail-sidebar {
    position: sticky;
    top: 88px;
}

.job-summary-card {
    overflow: hidden;
    padding: 24px;
}

.job-summary-label {
    color: #a68040;
    display: block;
    font-size: 13px;
    margin-bottom: 12px;
}

.job-summary-card dl {
    margin: 0 0 20px;
}

.job-summary-card dl > div {
    border-bottom: 1px solid #f0ece7;
    padding: 12px 0;
}

.job-summary-card dt {
    align-items: center;
    color: #9a8f87;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    margin-bottom: 4px;
}

.job-summary-card dt i {
    color: #c09853;
    width: 13px;
}

.job-summary-card dd {
    color: #403832;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.job-summary-card .jobs-primary-action {
    width: 100%;
}

.job-apply-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: fixed;
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden;
    z-index: 100000;
}

.job-apply-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.job-apply-backdrop {
    background: rgba(24, 20, 17, .76);
    inset: 0;
    position: absolute;
}

.job-apply-dialog {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(15, 12, 10, .35);
    direction: rtl;
    max-width: 430px;
    padding: 36px;
    position: relative;
    text-align: center;
    transform: translateY(12px);
    transition: transform .25s ease;
    width: 100%;
}

.job-apply-modal.is-visible .job-apply-dialog {
    transform: translateY(0);
}

.job-apply-close {
    align-items: center;
    background: #f4f0eb;
    border: 0;
    border-radius: 50%;
    color: #746a62;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
}

.job-apply-icon {
    align-items: center;
    background: #f6efe3;
    border-radius: 50%;
    color: #b9914d;
    display: flex;
    font-size: 25px;
    height: 68px;
    justify-content: center;
    margin: 0 auto 18px;
    width: 68px;
}

.job-apply-dialog > span {
    color: #a68040;
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}

.job-apply-dialog h2 {
    color: #302924;
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 10px;
}

.job-apply-dialog p {
    color: #766c64;
    font-size: 11px;
    line-height: 2;
    margin: 0 0 22px;
}

.job-apply-await {
    background: #29231f;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    min-height: 42px;
    padding: 10px 24px;
}

.jobs-footer-scene {
    background-color: #393939;
    background-position: center 56%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.jobs-footer-scene .jobs-footer {
    color: #fff;
    position: relative !important;
    width: 100%;
    z-index: 1;
}

.jobs-footer-scene .jobs-footer .mycontainer {
    width: 100%;
}

.jobs-footer-scene .footer_slogan {
    align-items: center;
    background-color: rgba(0, 0, 0, .55);
    display: flex;
    height: 325px;
    justify-content: center;
    padding: 32px;
}

.jobs-footer-scene .footer_slogan h3 {
    font-size: 32px;
    line-height: 1.8;
    margin: 0;
}

.jobs-footer-scene .home_footer_box_bg {
    background-color: #393939;
}

@media (max-width: 1150px) {
    .jobs-footer-scene .footer_slogan {
        height: auto;
        min-height: 260px;
        padding: 70px 20px 45px;
    }

    .jobs-footer-scene .footer_slogan h3 {
        font-size: 27px;
        line-height: 1.8;
        margin: 0;
    }

    .jobs-footer-scene .home_footer_box_bg {
        padding: 30px 20px;
    }
}

@media (max-width: 1100px) {
    .jobs-page .container {
        width: calc(100% - 40px);
    }

    .jobs-hero {
        grid-template-columns: minmax(0, 1.5fr) minmax(245px, .65fr);
    }

    .jobs-hero-content {
        padding: 42px;
    }

    .jobs-content {
        grid-template-columns: 285px minmax(0, 1fr);
    }

    .jobs-grid {
        grid-template-columns: 1fr;
    }

    .job-detail-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
    }
}

@media (max-width: 880px) {
    .jobs-hero {
        grid-template-columns: 1fr;
    }

    .jobs-summary {
        grid-template-columns: repeat(3, 1fr);
        padding: 16px 25px;
    }

    .jobs-summary div {
        border-bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, .1);
        flex-direction: column;
        justify-content: center;
    }

    .jobs-summary div:last-child {
        border-left: 0;
    }

    .jobs-content {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .job-detail-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .job-detail-hero-action {
        align-items: flex-start;
    }

    .job-detail-layout {
        grid-template-columns: 1fr;
    }

    .job-detail-sidebar {
        position: static;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .jobs-page,
    .job-detail-page {
        padding-top: 90px;
    }

    .jobs-page .container {
        width: calc(100% - 24px);
    }

    .jobs-breadcrumb {
        margin-bottom: 15px;
    }

    .jobs-hero {
        border-radius: 17px;
        min-height: 0;
    }

    .jobs-hero-content {
        padding: 27px 22px 25px;
    }

    .jobs-hero h1 {
        font-size: 23px;
        line-height: 1.55;
    }

    .jobs-hero p {
        font-size: 13px;
    }

    .jobs-primary-action {
        min-height: 43px;
    }

    .jobs-summary {
        padding: 12px 14px;
    }

    .jobs-summary div {
        min-height: 62px;
    }

    .jobs-summary strong {
        font-size: 21px;
    }

    .jobs-summary span {
        font-size: 9px;
    }

    .jobs-content {
        display: block;
        margin: 18px 0 60px;
    }

    .jobs-filter-toggle {
        align-items: center;
        background: #fff;
        border: 1px solid #e5ded6;
        border-radius: 12px;
        color: #403832;
        display: flex;
        font-family: inherit;
        font-size: 12px;
        justify-content: space-between;
        margin-bottom: 10px;
        min-height: 48px;
        padding: 0 15px;
        width: 100%;
    }

    .jobs-filter-toggle span {
        align-items: center;
        display: flex;
        gap: 8px;
    }

    .jobs-filter-toggle span i {
        color: #b9914d;
    }

    .jobs-filters {
        display: none;
        margin-bottom: 12px;
        padding: 20px;
        position: static;
    }

    .jobs-filters.is-open {
        display: block;
    }

    .jobs-results {
        border-radius: 16px;
        padding: 18px 14px;
    }

    .jobs-results-head {
        align-items: flex-start;
        gap: 10px;
    }

    .jobs-results-head h2 {
        font-size: 15px;
    }

    .jobs-sort-label {
        font-size: 8px;
        padding-top: 5px;
    }

    .jobs-grid {
        gap: 12px;
    }

    .job-card {
        min-height: 270px;
        padding: 17px;
    }

    .job-card-heading h3 {
        font-size: 14px;
    }

    .job-card-footer a {
        font-size: 10px;
    }

    .job-detail-hero {
        border-radius: 18px;
        gap: 24px;
        padding: 58px 22px 26px;
    }

    .job-detail-back {
        right: 22px;
    }

    .job-detail-hero-main {
        align-items: flex-start;
    }

    .company-mark-large {
        flex-basis: 58px;
        height: 58px;
        width: 58px;
    }

    .job-detail-hero h1 {
        font-size: 22px;
    }

    .job-detail-hero-action,
    .job-detail-hero-action .jobs-primary-action {
        width: 100%;
    }

    .job-detail-layout {
        gap: 14px;
        margin: 16px 0 60px;
    }

    .job-detail-section {
        padding: 22px 18px;
    }

    .job-detail-section-title {
        margin-bottom: 18px;
    }

    .job-requirements {
        grid-template-columns: 1fr;
    }

    .job-apply-dialog {
        padding: 34px 22px 26px;
    }
}

@media (max-width: 420px) {
    .jobs-hero h1 {
        font-size: 23px;
    }

    .jobs-summary strong {
        font-size: 20px;
    }

    .jobs-sort-label {
        display: none;
    }

    .job-card-top {
        flex-wrap: wrap;
    }

    .job-remote-badge {
        margin-right: 58px;
    }

    .job-card-footer {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 9px;
    }

    .job-detail-hero-main {
        flex-direction: column;
    }
}
