.job-vacancies-page {
    --jv-navy: #032245;
    --jv-blue: #0b4a80;
    --jv-action: #146ea8;
    --jv-gold: #d9a441;
    --jv-ink: #17253a;
    --jv-muted: #5d6b7e;
    --jv-line: #dce4ed;
    --jv-soft: #f4f7fa;
    background: #fff;
    color: var(--jv-ink);
    font-family: "Montserrat", sans-serif;
    overflow: clip;
}

.job-vacancies-page *, .job-vacancies-page *::before, .job-vacancies-page *::after { box-sizing: border-box; }
.job-vacancies-page p, .job-vacancies-page li { color: inherit; text-align: left; }
.job-vacancies-page svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.job-vacancies-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.job-vacancies-sr-only { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.job-vacancies-eyebrow { margin: 0 0 10px; color: var(--jv-action); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.job-vacancies-hero { position: relative; color: #fff; background: radial-gradient(circle at 82% 12%, rgba(54,134,191,.35), transparent 32%), linear-gradient(125deg, #021b37 0%, #063663 58%, #0a4878 100%); }
.job-vacancies-hero::after { position: absolute; right: -90px; bottom: -210px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.job-vacancies-hero .job-vacancies-shell { position: relative; z-index: 1; }
.job-vacancies-breadcrumbs { padding-top: 18px; font-size: 12px; }
.job-vacancies-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.job-vacancies-breadcrumbs li { display: flex; align-items: center; color: rgba(255,255,255,.72); }
.job-vacancies-breadcrumbs li + li::before { margin-right: 8px; content: "/"; opacity: .55; }
.job-vacancies-breadcrumbs a { color: #fff; text-decoration: none; }
.job-vacancies-breadcrumbs a:hover { text-decoration: underline; }
.job-vacancies-hero__content { max-width: 920px; padding: 52px 0 58px; }
.job-vacancies-hero .job-vacancies-eyebrow { color: #a9d6f2; }
.job-vacancies-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(34px, 5vw, 58px); font-weight: 750; letter-spacing: -.035em; line-height: 1.08; }
.job-vacancies-hero__intro { max-width: 720px; margin: 18px 0 28px; color: rgba(255,255,255,.84)!important; font-size: clamp(16px, 2vw, 19px); line-height: 1.65!important; }
.job-vacancies-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; max-width: 870px; padding: 7px; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; background: #fff; box-shadow: 0 18px 42px rgba(0,14,31,.28); }
.job-vacancies-search__field { display: flex; align-items: center; min-width: 0; }
.job-vacancies-search__field svg { flex: 0 0 23px; width: 23px; margin-left: 13px; color: #718096; }
.job-vacancies-search input { width: 100%; min-width: 0; height: 52px; padding: 0 14px; border: 0; color: var(--jv-ink); font: inherit; font-size: 15px; }
.job-vacancies-search input::placeholder { color: #7a8797; opacity: 1; }
.job-vacancies-search button { min-height: 52px; padding: 0 25px; border: 0; border-radius: 9px; color: #fff; background: var(--jv-action); font: inherit; font-weight: 750; cursor: pointer; transition: background .2s, transform .2s; }
.job-vacancies-search button:hover { background: var(--jv-navy); }
.job-vacancies-search button:active { transform: translateY(1px); }
.job-vacancies-trust { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 24px; }
.job-vacancies-trust span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 650; }
.job-vacancies-trust svg { width: 19px; color: #f0c66d; }

.job-vacancies-browser { padding: 46px 0 68px; background: var(--jv-soft); }
.job-vacancies-grid { display: grid; grid-template-columns: 292px minmax(0, 1fr); gap: 28px; align-items: start; }
.job-vacancies-mobile-actions { display: none; }
.job-vacancies-overlay[hidden] { display: none!important; pointer-events: none!important; }
.job-vacancies-filters { border: 1px solid var(--jv-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(23,37,58,.05); overflow: hidden; }
.job-vacancies-filters__header { display: flex; align-items: center; justify-content: space-between; padding: 22px; border-bottom: 1px solid var(--jv-line); }
.job-vacancies-filters__header p { margin: 0 0 3px; color: var(--jv-muted); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.job-vacancies-filters__header h2 { margin: 0; color: var(--jv-ink); font-size: 21px; font-weight: 750; }
.job-vacancies-filters__header button { display: none; border: 0; background: transparent; cursor: pointer; }
.job-vacancies-filters__header button svg { width: 25px; }
.job-vacancies-filter-group { border-bottom: 1px solid var(--jv-line); }
.job-vacancies-filter-group summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 21px; color: var(--jv-ink); font-size: 12px; font-weight: 800; letter-spacing: .035em; list-style: none; text-transform: uppercase; cursor: pointer; }
.job-vacancies-filter-group summary::-webkit-details-marker { display: none; }
.job-vacancies-filter-group summary svg { width: 17px; transition: transform .2s; }
.job-vacancies-filter-group[open] summary svg { transform: rotate(180deg); }
.job-vacancies-filter-group__options { display: grid; gap: 3px; max-height: 230px; padding: 0 20px 17px; overflow: auto; scrollbar-width: thin; }
.job-vacancies-filter-group__options label { display: flex; align-items: center; gap: 10px; min-height: 33px; color: #3d4d61; font-size: 13px; cursor: pointer; }
.job-vacancies-filter-group__options input { width: 17px; height: 17px; margin: 0; border: 1px solid #aab6c4; border-radius: 4px; accent-color: var(--jv-action); }
.job-vacancies-dynamic-filter { padding: 17px 20px 0; }
.job-vacancies-dynamic-filter label { display: block; margin-bottom: 8px; color: var(--jv-ink); font-size: 12px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.job-vacancies-dynamic-filter input, .job-vacancies-dynamic-filter select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #cbd5e0; border-radius: 7px; background: #fff; font: inherit; font-size: 13px; }
.job-vacancies-filter-actions { display: grid; gap: 10px; padding: 22px 20px; }
.job-vacancies-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 7px; font: inherit; font-size: 13px; font-weight: 750; text-decoration: none; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.job-vacancies-button--primary { color: #fff; background: var(--jv-navy); }
.job-vacancies-button--primary:hover { color: #fff; background: var(--jv-action); }
.job-vacancies-button--secondary { color: var(--jv-navy); border-color: var(--jv-navy); background: #fff; }
.job-vacancies-clear { min-height: 40px; border: 0; color: var(--jv-muted); background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.job-vacancies-results { min-width: 0; }
.job-vacancies-list { display: grid; gap: 16px; }
.job-vacancies-pagination { margin-top: 26px; }
.job-vacancies-pagination nav > div:first-child { display: none; }
.job-vacancies-pagination nav > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.job-vacancies-pagination nav p { margin: 0; color: var(--jv-muted); font-size: 12px; }
.job-vacancies-pagination nav span[aria-current="page"] span, .job-vacancies-pagination nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 38px; border: 1px solid var(--jv-line); color: var(--jv-navy); background: #fff; text-decoration: none; }
.job-vacancies-pagination nav span[aria-current="page"] span { color: #fff; border-color: var(--jv-navy); background: var(--jv-navy); }
.job-vacancies-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; min-height: 72px; margin-bottom: 18px; }
.job-vacancies-toolbar h2 { margin: 0; color: var(--jv-ink); font-size: clamp(21px, 2.5vw, 27px); font-weight: 750; letter-spacing: -.02em; }
.job-vacancies-sort { display: flex; align-items: center; gap: 10px; }
.job-vacancies-sort label { color: var(--jv-muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.job-vacancies-sort select { height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--jv-line); border-radius: 7px; color: #647184; background: #fff; font: inherit; font-size: 13px; }
.job-vacancies-notice { margin-bottom: 16px; padding: 13px 16px; border: 1px solid #bad8eb; border-radius: 8px; color: #174d70; background: #ebf6fc; font-size: 13px; }
.job-vacancies-empty { position: relative; min-height: 440px; padding: 68px clamp(24px, 7vw, 78px); border: 1px solid var(--jv-line); border-radius: 16px; background: linear-gradient(145deg, #fff 0%, #fff 63%, #edf5fa 100%); box-shadow: 0 10px 30px rgba(23,37,58,.055); overflow: hidden; }
.job-vacancies-empty::after { position: absolute; right: -90px; bottom: -115px; width: 300px; height: 300px; border: 42px solid rgba(20,110,168,.06); border-radius: 50%; content: ""; }
.job-vacancies-empty__icon { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 25px; border: 1px solid #cbdfea; border-radius: 14px; color: var(--jv-action); background: #f1f8fc; }
.job-vacancies-empty__icon svg { width: 39px; }
.job-vacancies-empty h2 { position: relative; z-index: 1; max-width: 610px; margin: 0; color: var(--jv-navy); font-size: clamp(27px, 4vw, 40px); font-weight: 750; letter-spacing: -.035em; line-height: 1.18; }
.job-vacancies-empty > p:not(.job-vacancies-eyebrow) { position: relative; z-index: 1; max-width: 650px; margin: 18px 0 24px; color: var(--jv-muted); font-size: 15px; line-height: 1.75; }
.job-vacancies-empty a { position: relative; z-index: 1; color: var(--jv-action); font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }

.job-vacancies-about { padding: 66px 0 72px; border-top: 1px solid #edf0f4; background: #fff; }
.job-vacancies-about__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 90px); }
.job-vacancies-about h2 { margin: 0; color: var(--jv-navy); font-size: clamp(27px, 4vw, 39px); font-weight: 750; letter-spacing: -.035em; line-height: 1.2; }
.job-vacancies-about__grid > div:last-child { border-left: 3px solid #d9e8f1; padding-left: 30px; }
.job-vacancies-about__grid > div:last-child p { margin: 0 0 15px; color: var(--jv-muted); font-size: 14px; line-height: 1.8; }

.job-vacancy-card { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 23px; border: 1px solid var(--jv-line); border-radius: 13px; background: #fff; }
.job-vacancy-card__logo { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid #cfe0eb; border-radius: 12px; color: var(--jv-navy); background: #edf5fa; font-size: 24px; font-weight: 800; overflow: hidden; }
.job-vacancy-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.job-vacancy-card__heading { display: flex; justify-content: space-between; gap: 16px; }
.job-vacancy-card__heading h2 { margin: 0; font-size: 19px; }
.job-vacancy-card__heading h2 a { color: var(--jv-navy); text-decoration: none; }
.job-vacancy-card__company { margin: 5px 0 0; color: var(--jv-muted)!important; font-size: 13px; }
.job-vacancy-card__meta { display: flex; flex-wrap: wrap; gap: 6px 17px; margin: 14px 0; padding: 0; list-style: none; color: var(--jv-muted); font-size: 12px; }
.job-vacancy-card__meta li + li::before { margin-right: 17px; color: #a5afba; content: "•"; }
.job-vacancy-card__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.job-vacancy-card__tags span, .job-vacancy-badge { padding: 5px 9px; border-radius: 999px; color: #355066; background: #edf3f7; font-size: 10px; font-weight: 750; }
.job-vacancy-badge--verified { color: #166534; background: #dcfce7; }.job-vacancy-badge--recent { color: #075985; background: #e0f2fe; }.job-vacancy-badge--closing { color: #92400e; background: #fef3c7; }.job-vacancy-badge--closed { color: #991b1b; background: #fee2e2; }
.job-vacancy-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--jv-line); }
.job-vacancy-card__footer dl { display: flex; flex-wrap: wrap; gap: 15px; margin: 0; }.job-vacancy-card__footer dt { color: var(--jv-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }.job-vacancy-card__footer dd { margin: 2px 0 0; font-size: 11px; font-weight: 650; }

.job-vacancy-detail-page { min-height: 70vh; padding: 0 0 70px; background: var(--jv-soft); }
.job-vacancies-breadcrumbs--dark { padding: 22px 0; }.job-vacancies-breadcrumbs--dark li, .job-vacancies-breadcrumbs--dark a { color: var(--jv-muted); }
.job-vacancy-detail__back { display: inline-block; margin-bottom: 18px; color: var(--jv-action); font-size: 13px; font-weight: 700; text-decoration: none; }
.job-vacancy-detail { padding: clamp(25px, 5vw, 50px); border: 1px solid var(--jv-line); border-radius: 16px; background: #fff; }
.job-vacancy-detail__header { display: flex; gap: 22px; align-items: center; margin-bottom: 28px; }.job-vacancy-detail__header h1 { margin: 0; color: var(--jv-navy); font-size: clamp(28px, 5vw, 44px); line-height: 1.15; }.job-vacancy-detail__header p:last-child { margin: 9px 0 0; color: var(--jv-muted); }
.job-vacancy-detail__closed { display: flex; flex-direction: column; gap: 4px; margin: 22px 0; padding: 17px; border: 1px solid #fecaca; border-radius: 8px; color: #991b1b; background: #fff5f5; }
.job-vacancy-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 44px; margin-top: 38px; }.job-vacancy-detail__content section { padding: 24px 0; border-top: 1px solid var(--jv-line); }.job-vacancy-detail__content h2, .job-vacancy-detail__facts h2, .job-vacancy-similar h2 { margin: 0 0 14px; color: var(--jv-navy); font-size: 20px; font-weight: 750; }.job-vacancy-detail__content p, .job-vacancy-detail__content li { color: var(--jv-muted); line-height: 1.75; }
.job-vacancy-detail__facts { padding: 23px; border: 1px solid var(--jv-line); border-radius: 12px; background: var(--jv-soft); }.job-vacancy-detail__facts dl { margin: 0; }.job-vacancy-detail__facts dl div { padding: 12px 0; border-top: 1px solid var(--jv-line); }.job-vacancy-detail__facts dt { color: var(--jv-muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }.job-vacancy-detail__facts dd { margin: 4px 0 0; color: var(--jv-ink); font-size: 13px; font-weight: 650; }
.job-vacancy-similar { margin-top: 36px; }.job-vacancy-similar > div { display: grid; gap: 16px; }

.job-vacancies-page button:focus-visible, .job-vacancies-page a:focus-visible, .job-vacancies-page input:focus-visible, .job-vacancies-page select:focus-visible, .job-vacancies-page summary:focus-visible { outline: 3px solid #e4b755!important; outline-offset: 3px; }

@media (max-width: 899px) {
    html.job-vacancies-drawer-open { overflow: hidden; }
    .job-vacancies-shell { width: min(100% - 30px, 720px); }
    .job-vacancies-hero__content { padding: 38px 0 45px; }
    .job-vacancies-grid { display: block; }
    .job-vacancies-mobile-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; color: var(--jv-muted); font-size: 11px; font-weight: 700; }
    .job-vacancies-filter-trigger { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1px solid var(--jv-navy); border-radius: 7px; color: var(--jv-navy); background: #fff; font: inherit; font-weight: 750; cursor: pointer; }.job-vacancies-filter-trigger svg { width: 20px; }
    .job-vacancies-overlay { position: fixed; z-index: 1090; inset: 0; background: rgba(2,21,41,.55); backdrop-filter: blur(2px); pointer-events: auto; }
    .job-vacancies-filters { position: fixed; z-index: 1100; top: 0; bottom: 0; left: 0; width: min(88vw, 360px); border-radius: 0 14px 14px 0; box-shadow: 20px 0 50px rgba(0,0,0,.2); overflow-y: auto; transform: translateX(-105%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
    .job-vacancies-filters.is-open { transform: translateX(0); visibility: visible; }
    .job-vacancies-filters__header { position: sticky; z-index: 2; top: 0; background: #fff; }
    .job-vacancies-filters__header button { display: grid; place-items: center; width: 44px; height: 44px; }
    .job-vacancies-toolbar { min-height: 0; }.job-vacancies-toolbar > div:first-child { display: none; }
    .job-vacancies-sort { position: relative; z-index: 1; margin-left: auto; }
    .job-vacancies-empty { min-height: 400px; }
    .job-vacancies-about__grid, .job-vacancy-detail__layout { grid-template-columns: 1fr; gap: 28px; }
    .job-vacancies-pagination nav > div:last-child { display: block; }
    .job-vacancies-pagination nav p { margin-bottom: 12px; }
    .job-vacancies-about__grid > div:last-child { border-top: 3px solid #d9e8f1; border-left: 0; padding: 25px 0 0; }
}

@media (max-width: 599px) {
    .job-vacancies-shell { width: calc(100% - 24px); }
    .job-vacancies-breadcrumbs { padding-top: 14px; }
    .job-vacancies-hero__content { padding: 31px 0 38px; }
    .job-vacancies-hero h1 { font-size: 34px; }
    .job-vacancies-hero__intro { margin: 14px 0 22px; font-size: 15px; }
    .job-vacancies-search { grid-template-columns: 1fr; gap: 6px; }.job-vacancies-search button { width: 100%; }.job-vacancies-search input { font-size: 13px; }
    .job-vacancies-trust { display: grid; gap: 10px; margin-top: 20px; }
    .job-vacancies-browser { padding: 28px 0 45px; }
    .job-vacancies-toolbar { display: block; }.job-vacancies-sort { width: 100%; justify-content: space-between; }.job-vacancies-sort select { position: relative; z-index: 1; display: block; flex: 1; min-width: 0; max-width: 220px; min-height: 44px; pointer-events: auto; touch-action: manipulation; -webkit-appearance: menulist; appearance: auto; }
    .job-vacancies-empty { min-height: 390px; padding: 38px 23px; }.job-vacancies-empty h2 { font-size: 28px; }.job-vacancies-empty > p:not(.job-vacancies-eyebrow) { font-size: 13px; }
    .job-vacancies-about { padding: 48px 0; }.job-vacancies-about h2 { font-size: 28px; }
    .job-vacancy-card { grid-template-columns: 50px 1fr; padding: 17px; }.job-vacancy-card__logo { width: 50px; height: 50px; }.job-vacancy-card__heading { display: block; }.job-vacancy-card__footer { display: block; }.job-vacancy-card__footer .job-vacancies-button { width: 100%; margin-top: 15px; }
    .job-vacancy-detail__header { align-items: flex-start; }.job-vacancy-detail__header .job-vacancy-card__logo { flex: 0 0 50px; }.job-vacancy-detail { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .job-vacancies-page *, .job-vacancies-page *::before, .job-vacancies-page *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; }
}

/* ==========================================================
   CA SAMAAJ JOB VACANCIES — PRIMARY QUICK FILTERS
   ========================================================== */

.job-vacancies-primary-filters {
    background: #ffffff;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    padding: 18px 20px;
    margin: 0 0 20px;
    box-shadow: 0 5px 18px rgba(10, 47, 82, 0.05);
}

.job-vacancies-primary-filters__title {
    margin-bottom: 14px;
}

.job-vacancies-primary-filters__title span {
    display: block;
    margin-bottom: 2px;
    color: #738396;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.job-vacancies-primary-filters__title strong {
    color: #092f56;
    font-size: 17px;
    font-weight: 700;
}

.job-vacancies-primary-filters__grid {
    display: grid;
    grid-template-columns:
        minmax(130px, .75fr)
        minmax(180px, 1fr)
        minmax(200px, 1.15fr)
        auto;
    gap: 12px;
    align-items: end;
}

.job-vacancies-primary-filter {
    min-width: 0;
}

.job-vacancies-primary-filter label {
    display: block;
    margin: 0 0 6px;
    color: #334d65;
    font-size: 12px;
    font-weight: 700;
}

.job-vacancies-primary-filter select,
.job-vacancies-primary-filter input {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 12px;
    border: 1px solid #d2dde7;
    border-radius: 9px;
    background: #fff;
    color: #183750;
    font: inherit;
    outline: none;
}

.job-vacancies-primary-filter select:focus,
.job-vacancies-primary-filter input:focus {
    border-color: #1777ad;
    box-shadow: 0 0 0 3px rgba(23,119,173,.10);
}

.job-vacancies-primary-filter__actions {
    display: flex;
    gap: 7px;
    align-items: center;
}

.job-vacancies-primary-filter__apply,
.job-vacancies-primary-filter__clear {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    padding: 0 16px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
}

.job-vacancies-primary-filter__apply {
    border: 1px solid #126da2;
    background: #126da2;
    color: #fff;
    cursor: pointer;
}

.job-vacancies-primary-filter__clear {
    border: 1px solid #d2dde7;
    background: #fff;
    color: #405a70;
    text-decoration: none;
}

.job-vacancies-primary-filter__apply:hover {
    background: #0d5c8b;
}

@media (max-width: 1100px) {

    .job-vacancies-primary-filters__grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .job-vacancies-primary-filter__actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {

    .job-vacancies-primary-filters {
        padding: 15px;
        margin-bottom: 16px;
        border-radius: 13px;
    }

    .job-vacancies-primary-filters__title strong {
        font-size: 15px;
    }

    .job-vacancies-primary-filters__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .job-vacancies-primary-filter__actions {
        grid-column: auto;
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .job-vacancies-primary-filter__apply {
        width: 100%;
    }

    .job-vacancies-primary-filter select,
    .job-vacancies-primary-filter input {
        height: 46px;
        font-size: 16px;
    }
}

/* CA Samaaj mobile Company filter — native list/dropdown */
@media (max-width: 767px) {
    .job-vacancies-primary-filter #primary-vacancy-company {
        width: 100%;
        min-width: 0;
        height: 46px;
        display: block;
        padding: 0 36px 0 12px;
        border: 1px solid #d2dde7;
        border-radius: 9px;
        background-color: #fff;
        color: #183750;
        font-size: 16px;
        line-height: 46px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .job-vacancies-primary-filter {
        width: 100%;
        min-width: 0;
    }

    .job-vacancies-primary-filters__grid {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }
}

/* ==========================================================
   CA Samaaj - Mobile native Location dropdown
   ========================================================== */

@media (max-width: 767px) {

    #primary-vacancy-country,
    #primary-vacancy-location,
    #primary-vacancy-company {
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 46px;
        padding: 0 36px 0 12px;
        border: 1px solid #d2dde7;
        border-radius: 9px;
        background-color: #fff;
        color: #183750;
        font-size: 16px;
    }

    .job-vacancies-primary-filter {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .job-vacancies-primary-filters__grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }
}

/* CA Samaaj AJAX vacancy results loading state */
#job-vacancies-results-content {
    transition: opacity .15s ease;
}

.job-vacancies-results--loading #job-vacancies-results-content {
    opacity: .45;
    pointer-events: none;
}

.job-vacancies-results--loading {
    cursor: progress;
}

/* ==========================================================
   CA Samaaj — All Filters Top / Compact Responsive Layout
   ========================================================== */

.job-vacancies-all-filter-grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(145px, 1fr));
    gap: 11px;
    align-items: end;
}

.job-vacancies-all-filter-grid .job-vacancies-primary-filter {
    min-width: 0;
}

.job-vacancies-all-filter-grid .job-vacancies-primary-filter label {
    display: block;
    min-height: 16px;
    margin-bottom: 5px;
    color: #334d65;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.job-vacancies-all-filter-grid select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding: 0 32px 0 10px;
    border: 1px solid #d2dde7;
    border-radius: 8px;
    background-color: #fff;
    color: #183750;
    font-size: 13px;
    line-height: 42px;
    outline: none;
}

.job-vacancies-all-filter-grid select:focus {
    border-color: #1777ad;
    box-shadow: 0 0 0 3px rgba(23,119,173,.09);
}

.job-vacancies-top-filter-actions {
    display: flex;
    gap: 7px;
    align-items: center;
}

.job-vacancies-top-filter-actions .job-vacancies-primary-filter__apply,
.job-vacancies-top-filter-actions .job-vacancies-primary-filter__clear {
    height: 42px;
    padding-left: 13px;
    padding-right: 13px;
}

@media (max-width: 1350px) {
    .job-vacancies-all-filter-grid {
        grid-template-columns:
            repeat(4, minmax(145px, 1fr));
    }
}

@media (max-width: 1050px) {
    .job-vacancies-all-filter-grid {
        grid-template-columns:
            repeat(3, minmax(145px, 1fr));
    }
}

@media (max-width: 767px) {

    .job-vacancies-primary-filters {
        padding: 14px;
    }

    .job-vacancies-primary-filters__title {
        margin-bottom: 12px;
    }

    .job-vacancies-primary-filters__title strong {
        font-size: 15px;
    }

    .job-vacancies-all-filter-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .job-vacancies-all-filter-grid .job-vacancies-primary-filter label {
        font-size: 10px;
    }

    .job-vacancies-all-filter-grid select {
        height: 44px;
        padding-left: 9px;
        padding-right: 28px;
        font-size: 14px;
    }

    .job-vacancies-top-filter-actions {
        grid-column: 1 / -1;
    }

    .job-vacancies-top-filter-actions .job-vacancies-primary-filter__apply {
        flex: 1;
    }
}

@media (max-width: 430px) {

    .job-vacancies-all-filter-grid {
        grid-template-columns:
            minmax(0, 1fr);
    }

    .job-vacancies-all-filter-grid .job-vacancies-primary-filter label {
        font-size: 11px;
    }

    .job-vacancies-all-filter-grid select {
        height: 46px;
        font-size: 16px;
    }
}

/* ==========================================================
   CA Samaaj - Clean All Top Filters
   ========================================================== */

.job-vacancies-grid {
    grid-template-columns: minmax(0, 1fr) !important;
}

.job-vacancies-primary-filters {
    margin-bottom: 18px;
}

.job-vacancies-all-filter-grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(135px, 1fr));
    gap: 10px;
    align-items: end;
}

.job-vacancies-top-filter {
    min-width: 0;
}

.job-vacancies-top-filter label {
    display: block;
    margin: 0 0 5px;
    color: #385066;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
}

.job-vacancies-top-filter select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding: 0 30px 0 10px;

    border: 1px solid #d4dee7;
    border-radius: 8px;

    background-color: #fff;

    color: #183750;

    font-family: inherit;
    font-size: 13px;
}

.job-vacancies-top-filter select:focus {
    outline: none;

    border-color: #1777ad;

    box-shadow:
        0 0 0 3px rgba(23,119,173,.09);
}

.job-vacancies-top-filter-actions {
    display: flex;
    gap: 7px;
    align-items: center;
}

.job-vacancies-top-filter-actions button {
    height: 42px;
}

.job-vacancies-primary-filter__clear {
    cursor: pointer;
}

.job-vacancies-filter-status {
    min-height: 18px;
    margin-top: 7px;

    color: #597084;
    font-size: 11px;
    font-weight: 600;
}

/*
 * Do NOT blur/fade existing list while request runs.
 */
#job-vacancies-results[aria-busy="true"] {
    cursor: progress;
}

#job-vacancies-results[aria-busy="true"]
.job-vacancies-list {
    opacity: 1 !important;
}

@media (max-width: 1300px) {
    .job-vacancies-all-filter-grid {
        grid-template-columns:
            repeat(4, minmax(130px, 1fr));
    }
}

@media (max-width: 1000px) {
    .job-vacancies-all-filter-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .job-vacancies-primary-filters {
        padding: 14px;
    }

    .job-vacancies-all-filter-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .job-vacancies-top-filter select {
        height: 45px;
        font-size: 15px;
    }

    .job-vacancies-top-filter-actions {
        grid-column: 1 / -1;
    }

    .job-vacancies-top-filter-actions
    .job-vacancies-primary-filter__apply {
        flex: 1;
    }
}

@media (max-width: 430px) {

    .job-vacancies-all-filter-grid {
        grid-template-columns:
            minmax(0, 1fr);
    }

    .job-vacancies-top-filter select {
        height: 46px;
        font-size: 16px;
    }
}

/* CA Samaaj - keep current vacancies fully visible while AJAX updates */
#job-vacancies-results[aria-busy="true"],
#job-vacancies-results[aria-busy="true"] .job-vacancies-list,
#job-vacancies-results[aria-busy="true"] .job-vacancy-card,
.job-vacancies-results--loading #job-vacancies-results-content {
    opacity: 1 !important;
    filter: none !important;
}

#job-vacancies-results[aria-busy="true"] {
    cursor: progress;
}

/* ==========================================================
   CA SAMAAJ JOB VACANCIES — COMPACT / SETTLED UI
   13 Aug 2026
   ========================================================== */

/*
 * HERO / TOP INTRO
 * Reduce oversized visual weight before Quick Filters.
 */

.job-vacancies-hero {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.job-vacancies-hero__content {
    max-width: 900px;
}

.job-vacancies-breadcrumbs {
    margin-bottom: 12px !important;
}

.job-vacancies-hero .job-vacancies-eyebrow {
    margin-bottom: 5px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
}

.job-vacancies-hero h1,
#job-vacancies-title {
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    font-size: clamp(27px, 3vw, 38px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em;
}

.job-vacancies-hero__intro {
    max-width: 720px;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

/*
 * SEARCH BAR
 * More compact desktop appearance.
 */

.job-vacancies-search {
    max-width: 720px !important;
    margin-top: 12px !important;
}

.job-vacancies-search__field {
    min-height: 44px !important;
}

.job-vacancies-search__field input {
    min-height: 44px !important;
    height: 44px !important;
    font-size: 14px !important;
}

.job-vacancies-search button {
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
}

.job-vacancies-trust {
    margin-top: 12px !important;
    gap: 7px !important;
}

.job-vacancies-trust span {
    padding: 5px 9px !important;
    font-size: 11px !important;
}

/*
 * QUICK FILTER CONTAINER
 */

.job-vacancies-primary-filters {
    padding: 14px 16px !important;
    margin-bottom: 15px !important;
    border-radius: 12px !important;
}

.job-vacancies-primary-filters__title {
    margin-bottom: 10px !important;
}

.job-vacancies-primary-filters__title span {
    font-size: 10px !important;
}

.job-vacancies-primary-filters__title strong {
    font-size: 15px !important;
    line-height: 1.3 !important;
}

/*
 * DESKTOP FILTERS — compact dense layout
 */

.job-vacancies-all-filter-grid {
    grid-template-columns:
        repeat(5, minmax(120px, 1fr)) !important;
    gap: 8px !important;
}

.job-vacancies-top-filter label {
    margin-bottom: 4px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

.job-vacancies-top-filter select {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 25px 0 8px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
}

.job-vacancies-top-filter-actions button,
.job-vacancies-primary-filter__apply,
.job-vacancies-primary-filter__clear {
    min-height: 38px !important;
    height: 38px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    font-size: 12px !important;
}

.job-vacancies-filter-status {
    min-height: 12px !important;
    margin-top: 4px !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    /*
     * HERO
     */

    .job-vacancies-hero {
        padding-top: 16px !important;
        padding-bottom: 17px !important;
    }

    .job-vacancies-breadcrumbs {
        margin-bottom: 8px !important;
        font-size: 11px !important;
    }

    .job-vacancies-hero .job-vacancies-eyebrow {
        margin-bottom: 4px !important;
        font-size: 9px !important;
    }

    .job-vacancies-hero h1,
    #job-vacancies-title {
        margin-bottom: 5px !important;
        font-size: 24px !important;
        line-height: 1.12 !important;
    }

    .job-vacancies-hero__intro {
        margin-bottom: 11px !important;
        font-size: 12.5px !important;
        line-height: 1.42 !important;
    }

    /*
     * SEARCH
     */

    .job-vacancies-search {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 9px !important;
        gap: 6px !important;
    }

    .job-vacancies-search__field {
        min-height: 39px !important;
        height: 39px !important;
    }

    .job-vacancies-search__field input {
        min-height: 39px !important;
        height: 39px !important;
        font-size: 13px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .job-vacancies-search button {
        min-height: 39px !important;
        height: 39px !important;
        padding-left: 11px !important;
        padding-right: 11px !important;
        font-size: 11px !important;
        white-space: nowrap;
    }

    /*
     * Trust labels smaller / less visually dominant.
     */

    .job-vacancies-trust {
        margin-top: 8px !important;
        gap: 5px !important;
    }

    .job-vacancies-trust span {
        padding: 4px 6px !important;
        font-size: 9px !important;
    }

    /*
     * QUICK FILTER BOX
     */

    .job-vacancies-primary-filters {
        padding: 10px !important;
        margin-bottom: 12px !important;
        border-radius: 10px !important;
    }

    .job-vacancies-primary-filters__title {
        margin-bottom: 8px !important;
    }

    .job-vacancies-primary-filters__title span {
        font-size: 8px !important;
    }

    .job-vacancies-primary-filters__title strong {
        font-size: 12px !important;
    }

    /*
     * USER REQUEST:
     * exactly 3 compact filters side-by-side on phone.
     */

    .job-vacancies-all-filter-grid {
        display: grid !important;
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: end !important;
    }

    .job-vacancies-top-filter {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .job-vacancies-top-filter label {
        overflow: hidden;
        margin-bottom: 3px !important;
        font-size: 8px !important;
        line-height: 1.15 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .job-vacancies-top-filter select {
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: 35px !important;
        min-height: 35px !important;

        padding:
            0 18px 0 5px !important;

        border-radius: 6px !important;

        font-size: 10px !important;
        line-height: 35px !important;

        text-overflow: ellipsis;
    }

    /*
     * Apply/Clear row can span full width.
     * Instant AJAX means Apply is just fallback.
     */

    .job-vacancies-top-filter-actions {
        grid-column: 1 / -1 !important;
        display: flex !important;
        gap: 6px !important;
        margin-top: 1px !important;
    }

    .job-vacancies-top-filter-actions
    .job-vacancies-primary-filter__apply,
    .job-vacancies-top-filter-actions
    .job-vacancies-primary-filter__clear {
        min-height: 35px !important;
        height: 35px !important;
        padding: 0 10px !important;
        font-size: 10px !important;
    }

    /*
     * Prevent horizontal overflow from select controls.
     */

    .job-vacancies-browser,
    .job-vacancies-results,
    .job-vacancies-primary-filters,
    .job-vacancies-all-filter-grid {
        max-width: 100% !important;
        overflow-x: visible !important;
    }
}


/*
 * Keep 3 columns even on very small phones.
 * Use slightly tighter sizing rather than switching to one column.
 */

@media (max-width: 390px) {

    .job-vacancies-all-filter-grid {
        gap: 5px !important;
    }

    .job-vacancies-top-filter label {
        font-size: 7.5px !important;
    }

    .job-vacancies-top-filter select {
        height: 34px !important;
        min-height: 34px !important;
        padding-left: 4px !important;
        padding-right: 16px !important;
        font-size: 9px !important;
    }
}

/* ==========================================================
   CA SAMAAJ JOB VACANCIES
   FINAL HERO / BLUE BOX PROPORTION FIX
   ========================================================== */

/*
 * The goal is to shrink the actual HERO BOX,
 * not merely make its text smaller.
 */

section.job-vacancies-hero {
    box-sizing: border-box !important;

    min-height: 0 !important;
    height: auto !important;

    padding-top: 18px !important;
    padding-bottom: 18px !important;
    margin-bottom: 0 !important;
}

/*
 * Remove any excess vertical space inherited from shell rules.
 */
section.job-vacancies-hero > .job-vacancies-shell {
    min-height: 0 !important;
    height: auto !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*
 * Do not allow hero content itself to create a tall block.
 */
section.job-vacancies-hero .job-vacancies-hero__content {
    display: block !important;

    width: 100% !important;
    max-width: 820px !important;

    min-height: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Breadcrumb */
section.job-vacancies-hero .job-vacancies-breadcrumbs {
    margin-top: 0 !important;
    margin-bottom: 7px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    font-size: 11px !important;
    line-height: 1.25 !important;
}

/* CA Samaaj Opportunities */
section.job-vacancies-hero .job-vacancies-eyebrow {
    margin: 0 0 3px !important;
    padding: 0 !important;

    font-size: 9px !important;
    line-height: 1.25 !important;
    letter-spacing: .07em !important;
}

/* Main heading */
section.job-vacancies-hero #job-vacancies-title {
    margin: 0 0 5px !important;
    padding: 0 !important;

    max-width: 760px !important;

    font-size: 30px !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
}

/* Supporting text */
section.job-vacancies-hero .job-vacancies-hero__intro {
    margin: 0 0 11px !important;
    padding: 0 !important;

    max-width: 680px !important;

    font-size: 13px !important;
    line-height: 1.4 !important;
}

/*
 * SEARCH BAR
 * Compact width + height; no giant visual block.
 */
section.job-vacancies-hero .job-vacancies-search {
    display: flex !important;
    align-items: stretch !important;

    width: 100% !important;
    max-width: 620px !important;

    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 7px !important;
}

section.job-vacancies-hero .job-vacancies-search__field {
    flex: 1 1 auto !important;

    min-width: 0 !important;
    min-height: 40px !important;
    height: 40px !important;

    margin: 0 !important;
}

section.job-vacancies-hero .job-vacancies-search__field input {
    box-sizing: border-box !important;

    width: 100% !important;
    min-height: 40px !important;
    height: 40px !important;

    margin: 0 !important;

    font-size: 13px !important;
}

section.job-vacancies-hero .job-vacancies-search button {
    min-height: 40px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    font-size: 11px !important;
    line-height: 40px !important;

    white-space: nowrap !important;
}

/*
 * Trust badges:
 * keep them visible but visually secondary.
 */
section.job-vacancies-hero .job-vacancies-trust {
    display: flex !important;
    flex-wrap: wrap !important;

    margin: 8px 0 0 !important;
    padding: 0 !important;

    gap: 5px !important;
}

section.job-vacancies-hero .job-vacancies-trust span {
    margin: 0 !important;

    padding: 3px 7px !important;

    font-size: 9px !important;
    line-height: 1.25 !important;

    border-radius: 999px !important;
}

/*
 * Ensure no child accidentally adds a large bottom margin.
 */
section.job-vacancies-hero
.job-vacancies-hero__content > *:last-child {
    margin-bottom: 0 !important;
}


/* ==========================================================
   PHONE
   ========================================================== */

@media (max-width: 767px) {

    /*
     * This reduces the BLUE BOX itself.
     */
    section.job-vacancies-hero {
        min-height: 0 !important;
        height: auto !important;

        padding-top: 11px !important;
        padding-bottom: 12px !important;
    }

    section.job-vacancies-hero > .job-vacancies-shell {
        min-height: 0 !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    section.job-vacancies-hero .job-vacancies-breadcrumbs {
        margin-bottom: 5px !important;

        font-size: 9px !important;
    }

    section.job-vacancies-hero .job-vacancies-eyebrow {
        margin-bottom: 2px !important;

        font-size: 8px !important;
    }

    section.job-vacancies-hero #job-vacancies-title {
        margin-bottom: 4px !important;

        font-size: 21px !important;
        line-height: 1.12 !important;
    }

    section.job-vacancies-hero .job-vacancies-hero__intro {
        margin-bottom: 8px !important;

        max-width: 100% !important;

        font-size: 11px !important;
        line-height: 1.35 !important;
    }

    /*
     * Search stays one compact row.
     */
    section.job-vacancies-hero .job-vacancies-search {
        display: grid !important;

        grid-template-columns:
            minmax(0, 1fr) auto !important;

        width: 100% !important;
        max-width: 100% !important;

        gap: 5px !important;
    }

    section.job-vacancies-hero .job-vacancies-search__field,
    section.job-vacancies-hero .job-vacancies-search__field input {
        min-height: 36px !important;
        height: 36px !important;
    }

    section.job-vacancies-hero .job-vacancies-search__field input {
        padding-top: 0 !important;
        padding-bottom: 0 !important;

        font-size: 12px !important;
    }

    section.job-vacancies-hero .job-vacancies-search button {
        min-height: 36px !important;
        height: 36px !important;

        padding: 0 9px !important;

        font-size: 9px !important;
        line-height: 36px !important;
    }

    section.job-vacancies-hero .job-vacancies-trust {
        margin-top: 6px !important;
        gap: 4px !important;
    }

    section.job-vacancies-hero .job-vacancies-trust span {
        padding: 2px 5px !important;

        font-size: 7.5px !important;
    }
}


/*
 * Very small phones:
 * do not keep unnecessary whitespace merely to preserve text.
 */
@media (max-width: 390px) {

    section.job-vacancies-hero {
        padding-top: 9px !important;
        padding-bottom: 10px !important;
    }

    section.job-vacancies-hero #job-vacancies-title {
        font-size: 20px !important;
    }

    section.job-vacancies-hero .job-vacancies-hero__intro {
        font-size: 10.5px !important;
    }
}


/* CA Samaaj - final compact search width */

section.job-vacancies-hero .job-vacancies-search {
    width: 100% !important;
    max-width: 520px !important;
}

/* Keep it comfortable on phones */
@media (max-width: 767px) {
    section.job-vacancies-hero .job-vacancies-search {
        width: 88% !important;
        max-width: 430px !important;
    }
}

@media (max-width: 390px) {
    section.job-vacancies-hero .job-vacancies-search {
        width: 92% !important;
        max-width: 100% !important;
    }
}

/* ==========================================================
   CA SAMAAJ — FILTER NATIVE SELECT INTERACTION FINAL FIX
   Do not allow decorative/layout layers to intercept taps.
   ========================================================== */

#job-vacancies-all-filters {
    position: relative !important;
    z-index: 5 !important;
    overflow: visible !important;
}

.job-vacancies-primary-filters,
.job-vacancies-all-filter-grid,
.job-vacancies-top-filter {
    position: relative !important;
    overflow: visible !important;
}

/*
 * Any decorative pseudo-element on filter wrappers must never
 * capture mouse/touch events.
 */
.job-vacancies-primary-filters::before,
.job-vacancies-primary-filters::after,
.job-vacancies-all-filter-grid::before,
.job-vacancies-all-filter-grid::after,
.job-vacancies-top-filter::before,
.job-vacancies-top-filter::after {
    pointer-events: none !important;
}

/*
 * Every filter is a genuine native HTML select.
 */
#job-vacancies-all-filters select {
    position: relative !important;
    z-index: 10 !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    pointer-events: auto !important;
    touch-action: manipulation !important;

    opacity: 1 !important;
    visibility: visible !important;

    cursor: pointer !important;

    /*
     * Restore browser-native dropdown behavior.
     */
    -webkit-appearance: menulist !important;
    appearance: auto !important;

    transform: none !important;

    /*
     * Avoid custom background layers covering native arrow/tap area.
     */
    background-image: none !important;
}

/*
 * Option list itself should remain native.
 */
#job-vacancies-all-filters select option {
    pointer-events: auto !important;
}

/*
 * Ensure labels never overlap the select.
 */
.job-vacancies-top-filter label {
    position: relative !important;
    z-index: 1 !important;

    pointer-events: none !important;
}

/*
 * Filter form must remain usable even while the vacancy list is
 * doing an AJAX update.
 */
#job-vacancies-results[aria-busy="true"]
#job-vacancies-all-filters,
#job-vacancies-results[aria-busy="true"]
#job-vacancies-all-filters select {
    pointer-events: auto !important;
}


/* ==========================================================
   MOBILE TOUCH TARGET
   ========================================================== */

@media (max-width: 767px) {

    #job-vacancies-all-filters {
        isolation: isolate !important;
    }

    .job-vacancies-all-filter-grid {
        overflow: visible !important;
    }

    .job-vacancies-top-filter {
        overflow: visible !important;
        min-width: 0 !important;
    }

    #job-vacancies-all-filters select {
        /*
         * Still compact enough for 3-per-row,
         * but large enough for reliable phone tapping.
         */
        height: 40px !important;
        min-height: 40px !important;

        padding:
            0 17px 0 5px !important;

        font-size: 10px !important;
        line-height: normal !important;

        border-radius: 6px !important;

        -webkit-tap-highlight-color:
            rgba(0,0,0,0.05) !important;
    }
}

@media (max-width: 390px) {

    #job-vacancies-all-filters select {
        height: 39px !important;
        min-height: 39px !important;

        font-size: 9px !important;
    }
}

/* ==========================================================
   CA Samaaj - Zero Vacancy Empty State
   ========================================================== */

.job-vacancies-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 220px;

    padding: 30px 20px;
    margin-top: 12px;

    border: 1px solid #dde6ee;
    border-radius: 12px;

    background: #fff;

    text-align: center;
}

.job-vacancies-empty__icon {
    margin-bottom: 8px;

    color: #6f8396;

    font-size: 28px;
    line-height: 1;
}

.job-vacancies-empty h2 {
    margin: 0 0 6px;

    color: #173a5a;

    font-size: 18px;
    line-height: 1.3;
}

.job-vacancies-empty p {
    max-width: 480px;

    margin: 0;

    color: #687c8f;

    font-size: 13px;
    line-height: 1.5;
}

.job-vacancies-empty__clear {
    margin-top: 14px;

    min-height: 38px;
    padding: 0 14px;

    border: 1px solid #1777ad;
    border-radius: 7px;

    background: #fff;
    color: #126b9d;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;
}

@media (max-width: 767px) {

    .job-vacancies-empty {
        min-height: 160px;

        padding: 22px 14px;
        margin-top: 8px;

        border-radius: 10px;
    }

    .job-vacancies-empty__icon {
        margin-bottom: 6px;
        font-size: 23px;
    }

    .job-vacancies-empty h2 {
        margin-bottom: 5px;

        font-size: 15px;
    }

    .job-vacancies-empty p {
        max-width: 300px;

        font-size: 11px;
        line-height: 1.4;
    }

    .job-vacancies-empty__clear {
        min-height: 35px;
        margin-top: 11px;

        padding: 0 12px;

        font-size: 10px;
    }
}

/* ==========================================================
   CA Samaaj - emergency cleanup for obsolete injected
   zero-result elements. Existing native empty state remains.
   ========================================================== */

.job-vacancies-empty__icon,
#job-vacancies-empty-clear {
    display: none !important;
}

/*
 * Do not let obsolete zero-result children sit absolutely
 * over the site's existing empty-state content.
 */
.job-vacancies-empty > h2,
.job-vacancies-empty > p {
    position: static !important;
    transform: none !important;
}

/* ==========================================================
   CA Samaaj - MOBILE ONLY zero-result cleanup
   Desktop intentionally untouched.
   ========================================================== */

@media (max-width: 767px) {

    /*
     * When the legacy empty state appears after filtering,
     * force it into a clean normal-flow card on mobile.
     */

    .job-vacancies-empty {
        box-sizing: border-box !important;

        position: static !important;
        inset: auto !important;
        transform: none !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        max-width: 100% !important;
        min-height: 130px !important;

        margin: 8px 0 0 !important;
        padding: 18px 12px !important;

        overflow: hidden !important;

        border: 1px solid #dce5ed !important;
        border-radius: 9px !important;

        background: #fff !important;

        text-align: center !important;
    }

    /*
     * Kill any absolute positioning inherited by children.
     */

    .job-vacancies-empty *,
    .job-vacancies-empty h1,
    .job-vacancies-empty h2,
    .job-vacancies-empty h3,
    .job-vacancies-empty p,
    .job-vacancies-empty div,
    .job-vacancies-empty span,
    .job-vacancies-empty a,
    .job-vacancies-empty button {
        position: static !important;
        inset: auto !important;
        transform: none !important;

        float: none !important;

        max-width: 100% !important;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    /*
     * Keep only the useful message readable.
     */

    .job-vacancies-empty h2,
    .job-vacancies-empty h3 {
        margin: 0 0 5px !important;

        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .job-vacancies-empty p {
        margin: 0 !important;

        max-width: 285px !important;

        font-size: 10px !important;
        line-height: 1.4 !important;
    }

    /*
     * Hide decorative oversized elements that were causing overlap.
     */

    .job-vacancies-empty__icon {
        display: none !important;
    }

    /*
     * Any button/link inside empty state gets a normal compact shape.
     */

    .job-vacancies-empty button,
    .job-vacancies-empty a {
        min-height: 32px !important;

        margin-top: 8px !important;
        padding: 0 10px !important;

        font-size: 9px !important;
        line-height: 32px !important;
    }
}

/* ==========================================================
   CA Samaaj - Mobile only filtered zero-result message
   Desktop intentionally untouched.
   ========================================================== */

.job-vacancies-mobile-zero-message {
    display: none;
}

@media (max-width: 767px) {

    .job-vacancies-mobile-zero-message {
        box-sizing: border-box !important;

        position: static !important;
        inset: auto !important;
        transform: none !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        max-width: 100% !important;
        min-height: 125px !important;

        margin: 8px 0 0 !important;
        padding: 18px 12px !important;

        border: 1px solid #dce5ed !important;
        border-radius: 9px !important;

        background: #fff !important;

        text-align: center !important;
    }

    .job-vacancies-mobile-zero-message h2 {
        position: static !important;
        transform: none !important;

        margin: 0 0 5px !important;
        padding: 0 !important;

        color: #173b5c !important;

        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .job-vacancies-mobile-zero-message p {
        position: static !important;
        transform: none !important;

        max-width: 285px !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #6a7d8e !important;

        font-size: 10px !important;
        line-height: 1.4 !important;
    }

    .job-vacancies-mobile-zero-clear {
        position: static !important;
        transform: none !important;

        min-height: 32px !important;

        margin: 9px 0 0 !important;
        padding: 0 10px !important;

        border: 1px solid #1776aa !important;
        border-radius: 7px !important;

        background: #fff !important;
        color: #126b9d !important;

        font-family: inherit !important;
        font-size: 9px !important;
        font-weight: 700 !important;

        cursor: pointer !important;
    }
}

/* ==========================================================
   CA Samaaj - Mobile Search Button Compact Fix
   Desktop intentionally untouched
   ========================================================== */

@media (max-width: 767px) {

    /*
     * Keep search field and button safely inside their row.
     */
    .job-vacancies-search,
    .job-vacancies-search-form,
    .job-vacancies-search__form {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /*
     * Search input must be allowed to shrink instead of
     * colliding with the button.
     */
    #vacancy-keyword {
        box-sizing: border-box !important;

        min-width: 0 !important;
        max-width: 100% !important;

        flex: 1 1 auto !important;
    }

    /*
     * Compact ONLY the blue Search submit button.
     */
    #vacancy-keyword + button,
    label[for="vacancy-keyword"] ~ button[type="submit"],
    .job-vacancies-search button[type="submit"],
    .job-vacancies-search-form button[type="submit"],
    .job-vacancies-search__form button[type="submit"] {
        box-sizing: border-box !important;

        flex: 0 0 auto !important;

        width: auto !important;
        min-width: 54px !important;
        max-width: 64px !important;

        min-height: 32px !important;
        height: 32px !important;

        margin-left: 5px !important;
        padding: 0 8px !important;

        white-space: nowrap !important;

        font-size: 10px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 390px) {

    #vacancy-keyword + button,
    label[for="vacancy-keyword"] ~ button[type="submit"],
    .job-vacancies-search button[type="submit"],
    .job-vacancies-search-form button[type="submit"],
    .job-vacancies-search__form button[type="submit"] {
        min-width: 50px !important;
        max-width: 58px !important;

        padding-left: 6px !important;
        padding-right: 6px !important;

        font-size: 9.5px !important;
    }
}

/* ==========================================================
   CA Samaaj - Mobile search row final tuning
   Desktop intentionally untouched
   ========================================================== */

@media (max-width: 767px) {

    section.job-vacancies-hero .job-vacancies-search {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 52px !important;
        align-items: center !important;

        width: 100% !important;
        max-width: 100% !important;

        gap: 4px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    section.job-vacancies-hero .job-vacancies-search__field {
        box-sizing: border-box !important;

        width: 100% !important;
        min-width: 0 !important;

        height: 36px !important;
        min-height: 36px !important;

        margin: 0 !important;
    }

    section.job-vacancies-hero #vacancy-keyword {
        box-sizing: border-box !important;

        display: block !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        height: 36px !important;
        min-height: 36px !important;

        margin: 0 !important;
        padding: 0 9px !important;

        font-size: 11.5px !important;
        line-height: 36px !important;

        border-radius: 7px !important;
    }

    section.job-vacancies-hero .job-vacancies-search button[type="submit"] {
        box-sizing: border-box !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;

        height: 34px !important;
        min-height: 34px !important;

        margin: 0 !important;
        padding: 0 5px !important;

        border-radius: 7px !important;

        font-size: 9px !important;
        line-height: 1 !important;

        white-space: nowrap !important;

        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

@media (max-width: 390px) {

    section.job-vacancies-hero .job-vacancies-search {
        grid-template-columns: minmax(0, 1fr) 48px !important;
        gap: 3px !important;
    }

    section.job-vacancies-hero .job-vacancies-search button[type="submit"] {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;

        height: 32px !important;
        min-height: 32px !important;

        padding: 0 4px !important;

        font-size: 8.5px !important;
    }

    section.job-vacancies-hero #vacancy-keyword {
        height: 34px !important;
        min-height: 34px !important;

        font-size: 11px !important;
    }
}

/* ==========================================================
   CA Samaaj - MOBILE SEARCH BUTTON ONLY
   Restore previous search field sizing.
   Shrink ONLY the blue Search button.
   ========================================================== */

@media (max-width: 767px) {

    /*
     * Restore search row/input to the earlier comfortable size.
     */
    section.job-vacancies-hero .job-vacancies-search {
        display: flex !important;
        align-items: center !important;

        width: 88% !important;
        max-width: 430px !important;

        gap: 5px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    section.job-vacancies-hero .job-vacancies-search__field {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;

        height: 39px !important;
        min-height: 39px !important;
    }

    section.job-vacancies-hero #vacancy-keyword {
        box-sizing: border-box !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        height: 39px !important;
        min-height: 39px !important;

        padding: 0 10px !important;

        font-size: 13px !important;
        line-height: normal !important;

        border-radius: 7px !important;
    }

    /*
     * ONLY the blue Search button becomes smaller.
     */
    section.job-vacancies-hero .job-vacancies-search button[type="submit"] {
        flex: 0 0 46px !important;

        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;

        height: 30px !important;
        min-height: 30px !important;

        margin: 0 !important;
        padding: 0 4px !important;

        border-radius: 6px !important;

        font-size: 8.5px !important;
        line-height: 1 !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        white-space: nowrap !important;
    }
}

@media (max-width: 390px) {

    section.job-vacancies-hero .job-vacancies-search {
        width: 92% !important;
        max-width: 100% !important;
    }

    section.job-vacancies-hero .job-vacancies-search button[type="submit"] {
        flex-basis: 44px !important;

        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;

        height: 29px !important;
        min-height: 29px !important;

        font-size: 8px !important;
    }
}

/* CA Samaaj - Mobile Search button slight right adjustment */
@media (max-width: 767px) {

    section.job-vacancies-hero
    .job-vacancies-search
    button[type="submit"] {
        position: relative !important;
        left: 3px !important;
    }
}


/* CA Samaaj - Mobile Search button slight LEFT adjustment */
@media (max-width: 767px) {

    section.job-vacancies-hero
    .job-vacancies-search
    button[type="submit"] {
        position: relative !important;
        left: -3px !important;
    }
}


/* CA Samaaj - Mobile job title readability */
@media (max-width: 767px) {

    .job-vacancy-card {
        grid-template-columns: 46px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 15px !important;
    }

    .job-vacancy-card__logo {
        width: 46px !important;
        height: 46px !important;
        font-size: 18px !important;
    }

    .job-vacancy-card__heading {
        display: block !important;
        min-width: 0 !important;
    }

    .job-vacancy-card__heading > div {
        min-width: 0 !important;
        width: 100% !important;
    }

    .job-vacancy-card__heading h2 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;

        font-size: 15px !important;
        line-height: 1.32 !important;
        font-weight: 700 !important;

        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;

        overflow-wrap: anywhere !important;
        word-break: break-word !important;

        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        display: block !important;
    }

    .job-vacancy-card__heading h2 a {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;

        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;

        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .job-vacancy-card__company {
        font-size: 12px !important;
        line-height: 1.35 !important;
        margin-top: 5px !important;
    }

    .job-vacancy-badge {
        display: inline-block !important;
        margin-top: 9px !important;
    }
}

@media (max-width: 390px) {
    .job-vacancy-card__heading h2 {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }
}

/* ==========================================================
   CA Samaaj Job Detail - mobile overflow protection
   Handles ATS titles/content containing long underscore,
   URL and other non-breaking sequences.
   ========================================================== */

.job-vacancy-detail,
.job-vacancy-detail__layout,
.job-vacancy-detail__content,
.job-vacancy-detail__content section,
.job-vacancy-detail__header,
.job-vacancy-detail__header > div,
.job-vacancy-detail__facts {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.job-vacancy-detail__header h1,
.job-vacancy-detail__header p,
.job-vacancy-detail__content p,
.job-vacancy-detail__content li,
.job-vacancy-detail__content a,
.job-vacancy-detail__content span,
.job-vacancy-detail__facts dd,
.job-vacancies-breadcrumbs li {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
}

.job-vacancy-detail__content p {
    white-space: pre-line;
}

.job-vacancy-detail__content img,
.job-vacancy-detail__content iframe,
.job-vacancy-detail__content video,
.job-vacancy-detail__content table {
    max-width: 100%;
}

@media (max-width: 767px) {

    .job-vacancy-detail-page {
        overflow-x: hidden;
    }

    .job-vacancy-detail__layout {
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100%;
    }

    .job-vacancy-detail__header {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .job-vacancy-detail__header h1 {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
        line-height: 1.25;
    }

    .job-vacancy-detail__content,
    .job-vacancy-detail__facts {
        width: 100%;
        min-width: 0;
    }
}

/* ==========================================================
   JOB DETAIL MOBILE - FINAL HARD WIDTH CONTAINMENT
   ========================================================== */

@media (max-width: 767px) {

    /*
     * Never mask layout bugs by clipping the page.
     */
    .job-vacancy-detail-page {
        overflow-x: visible !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .job-vacancy-detail-page .job-vacancies-shell {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .job-vacancy-detail {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 20px 14px !important;
        overflow: visible !important;
    }

    /*
     * Header is flex, NOT grid.
     * Explicitly allow its text column to shrink.
     */
    .job-vacancy-detail__header {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 12px !important;
        align-items: flex-start !important;
    }

    .job-vacancy-detail__header > div:last-child {
        flex: 1 1 0 !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .job-vacancy-detail__header .job-vacancy-card__logo {
        flex: 0 0 46px !important;
        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
        height: 46px !important;
    }

    .job-vacancy-detail__header h1,
    .job-vacancy-detail__header p {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;

        overflow-wrap: anywhere !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
    }

    .job-vacancy-detail__layout {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-top: 28px !important;
    }

    .job-vacancy-detail__content,
    .job-vacancy-detail__content section,
    .job-vacancy-detail__facts,
    .job-vacancy-detail__facts dl,
    .job-vacancy-detail__facts dl div {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .job-vacancy-detail__content p,
    .job-vacancy-detail__content li,
    .job-vacancy-detail__content span,
    .job-vacancy-detail__content a,
    .job-vacancy-detail__facts dt,
    .job-vacancy-detail__facts dd {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;

        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;

        overflow-wrap: anywhere !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
    }

    /*
     * PwC ATS titles frequently contain underscores.
     */
    .job-vacancy-detail__content p {
        white-space: normal !important;
    }

    .job-vacancy-detail__facts {
        margin-top: 28px !important;
    }

    .job-vacancies-breadcrumbs,
    .job-vacancies-breadcrumbs ol,
    .job-vacancies-breadcrumbs li {
        max-width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }
}

@media (max-width: 390px) {

    .job-vacancy-detail-page .job-vacancies-shell {
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
    }

    .job-vacancy-detail {
        padding: 18px 12px !important;
    }

    .job-vacancy-detail__header h1 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
}


/* ==========================================================
   JOB DETAIL ROOT CLIPPING FIX
   Base .job-vacancies-page uses overflow:clip for listing UI.
   Detail pages must NOT inherit that clipping.
   ========================================================== */

main.job-vacancies-page.job-vacancy-detail-page {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

main.job-vacancy-detail-page .job-vacancies-shell,
main.job-vacancy-detail-page .job-vacancy-detail,
main.job-vacancy-detail-page .job-vacancy-detail__layout,
main.job-vacancy-detail-page .job-vacancy-detail__content,
main.job-vacancy-detail-page .job-vacancy-detail__content section {
    overflow: visible !important;
    min-width: 0 !important;
}

@media (max-width: 767px) {

    main.job-vacancy-detail-page,
    main.job-vacancy-detail-page .job-vacancies-shell,
    main.job-vacancy-detail-page .job-vacancy-detail,
    main.job-vacancy-detail-page .job-vacancy-detail__layout,
    main.job-vacancy-detail-page .job-vacancy-detail__content,
    main.job-vacancy-detail-page .job-vacancy-detail__content section {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    main.job-vacancy-detail-page .job-vacancies-shell {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin-inline: auto !important;
    }

    main.job-vacancy-detail-page .job-vacancy-detail__content p,
    main.job-vacancy-detail-page .job-vacancy-detail__content li,
    main.job-vacancy-detail-page .job-vacancy-detail__content a,
    main.job-vacancy-detail-page .job-vacancy-detail__content span,
    main.job-vacancy-detail-page .job-vacancy-detail__header h1,
    main.job-vacancy-detail-page .job-vacancy-detail__header p,
    main.job-vacancy-detail-page .job-vacancy-detail__facts dd {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        max-width: 100% !important;
    }
}


/* ==========================================================
   JOB DETAIL MOBILE TYPOGRAPHY
   ========================================================== */

@media (max-width: 767px) {

    .job-vacancy-detail__header h1 {
        font-size: 21px !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
    }

    .job-vacancies-eyebrow {
        font-size: 11px !important;
        line-height: 1.25 !important;
        letter-spacing: .11em !important;
    }

    .job-vacancy-detail__header p:last-child {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .job-vacancy-detail__content h2,
    .job-vacancy-detail__facts h2 {
        font-size: 23px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .job-vacancy-detail__content p,
    .job-vacancy-detail__content li {
        font-size: 16px !important;
        line-height: 1.65 !important;
        letter-spacing: 0 !important;
    }

    .job-vacancy-detail__facts dt {
        font-size: 10px !important;
        line-height: 1.35 !important;
    }

    .job-vacancy-detail__facts dd {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .job-vacancies-button {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 390px) {

    .job-vacancy-detail__header h1 {
        font-size: 20px !important;
    }

    .job-vacancy-detail__content h2,
    .job-vacancy-detail__facts h2 {
        font-size: 22px !important;
    }

    .job-vacancy-detail__content p,
    .job-vacancy-detail__content li {
        font-size: 15.5px !important;
        line-height: 1.62 !important;
    }
}




/* CA_SAMAAJ_VERIFIED_OPEN_EXACT_START */

/*
 * VERIFIED OPEN ONLY
 * Soft light-green raised / 3D pill.
 */
.job-vacancy-badge.job-vacancy-badge--verified {

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    min-width: 106px !important;
    min-height: 38px !important;

    padding: 7px 15px !important;

    border-radius: 999px !important;

    background:
        linear-gradient(
            180deg,
            #f2fff6 0%,
            #dcfce7 48%,
            #c5f1d3 100%
        ) !important;

    border: 1px solid rgba(91, 190, 122, .42) !important;

    color: #087a36 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    text-align: center !important;
    white-space: nowrap !important;

    box-shadow:
        inset 0 2px 1px rgba(255,255,255,.95),
        inset 0 -2px 3px rgba(43,150,78,.08),
        0 4px 8px rgba(31,130,68,.15),
        0 1px 2px rgba(31,130,68,.12) !important;

    text-shadow:
        0 1px 0 rgba(255,255,255,.90) !important;

    vertical-align: middle !important;
}

/*
 * Phone version.
 * Same design, compact dimensions.
 */
@media screen and (max-width: 639px) {

    .job-vacancy-badge.job-vacancy-badge--verified {

        min-width: 98px !important;
        min-height: 34px !important;

        padding: 6px 13px !important;

        font-size: 11px !important;
        line-height: 1 !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* CA_SAMAAJ_VERIFIED_OPEN_EXACT_END */

/* ==========================================================
   CA Samaaj - Structured Job Description Headings
   ========================================================== */

.job-vacancy-description-structured {
    display: block;
    white-space: normal;
}

.job-vacancy-description-heading {
    display: block;

    margin-top: 20px;
    margin-bottom: 8px;

    font-weight: 700;

    text-decoration-line: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;

    line-height: 1.4;
}

.job-vacancy-description-heading:first-child {
    margin-top: 0;
}

.job-vacancy-description-line {
    margin-bottom: 7px;
    line-height: 1.65;
}

.job-vacancy-description-bullet {
    display: flex;
    align-items: flex-start;

    gap: 7px;
    margin-bottom: 7px;

    line-height: 1.6;
}

.job-vacancy-description-bullet__mark {
    flex: 0 0 auto;
    font-weight: 700;
}

.job-vacancy-description-gap {
    height: 7px;
}

@media (max-width: 767px) {

    .job-vacancy-description-heading {
        margin-top: 16px;
        margin-bottom: 7px;

        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
    }

    .job-vacancy-description-line,
    .job-vacancy-description-bullet {
        line-height: 1.55;
    }

    .job-vacancy-description-gap {
        height: 5px;
    }
}

