/* Sports Hired Core v0.4.2
 * UI system aligned to SPMA Hub Pages v1.9.1.
 */

:root {
    --sh-green: #006837;
    --sh-green-dark: #004e2a;
    --sh-green-deep: #003a20;
    --sh-gold: #d5be52;
    --sh-gold-soft: #e9dda4;
    --sh-ink: #101713;
    --sh-muted: #637069;
    --sh-line: #e1e7e3;
    --sh-wash: #f5f7f6;
    --sh-wash-2: #eef3f0;
    --sh-white: #fff;
    --sh-good: #067647;
    --sh-warn: #9a6700;
    --sh-danger: #b42318;
    --sh-shadow-sm: 0 12px 34px rgba(0, 48, 26, .09);
    --sh-shadow-md: 0 24px 70px rgba(0, 48, 26, .14);
    --sh-shadow-lg: 0 32px 90px rgba(0, 34, 18, .2);
    --sh-radius-sm: 16px;
    --sh-radius-md: 24px;
    --sh-radius-lg: 34px;
    --sh-container: 1240px;
    --spma-primary: var(--sh-green);
    --spma-primary-dark: var(--sh-green-dark);
    --spma-accent: var(--sh-gold);
    --spma-background: var(--sh-wash);
    --spma-surface: var(--sh-white);
    --spma-text: var(--sh-ink);
    --spma-text-muted: var(--sh-muted);
    --spma-border: var(--sh-line);
    --spma-success: var(--sh-good);
    --spma-warning: var(--sh-warn);
    --spma-error: var(--sh-danger);
}

/* Screen-level layout containment lives in sports-hired-layout.css and is
 * scoped to Sports Hired application pages, not every article with a job widget.
 */
.sh-app,
.sh-pricing {
    color: var(--sh-ink);
    font-family: inherit;
}

.sh-app {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
    overflow-y: visible;
    background: var(--sh-white);
}

.sh-app *,
.sh-pricing *,
.sh-app *::before,
.sh-app *::after,
.sh-pricing *::before,
.sh-pricing *::after {
    box-sizing: border-box;
}

.sh-app a,
.sh-pricing a { color: inherit; text-decoration: none; }
.sh-app img { display: block; max-width: 100%; }
.sh-app h1,.sh-app h2,.sh-app h3,.sh-app p,.sh-pricing h1,.sh-pricing h2,.sh-pricing h3,.sh-pricing p { margin-top: 0; }
.sh-app button,.sh-app input,.sh-app select,.sh-app textarea,.sh-pricing button { font: inherit; }

.sh-app a:focus-visible,
.sh-app button:focus-visible,
.sh-app input:focus-visible,
.sh-app select:focus-visible,
.sh-app textarea:focus-visible,
.sh-pricing button:focus-visible,
.sh-pricing a:focus-visible {
    outline: 3px solid var(--sh-gold);
    outline-offset: 3px;
}

.sh-app > :not(.sh-hero):not(.sh-dashboard-head):not(.sh-company-hero):not(.sh-account-photo-modal),
.sh-pricing-page > .sh-pricing {
    width: min(calc(100% - 48px), var(--sh-container));
    margin-left: auto;
    margin-right: auto;
}

.sh-app > .sh-hero + *,
.sh-app > .sh-dashboard-head + *,
.sh-app > .sh-company-hero + * { margin-top: 0; }

.sh-narrow > :not(.sh-hero) { max-width: 980px; }

/* Eyebrows */
.sh-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--sh-green);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sh-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--sh-gold);
}

.sh-hero .sh-eyebrow,
.sh-dashboard-head .sh-eyebrow,
.sh-company-hero .sh-eyebrow { color: var(--sh-gold-soft); }

/* Full-width SPMA hero language */
.sh-hero,
.sh-dashboard-head,
.sh-company-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    width: 100%;
    min-height: 330px;
    margin: 0 0 56px;
    padding: 70px max(24px, calc((100vw - var(--sh-container)) / 2));
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 12%, rgba(213, 190, 82, .20), transparent 28%),
        radial-gradient(circle at 90% 90%, rgba(233, 221, 164, .10), transparent 30%),
        linear-gradient(132deg, var(--sh-green-dark) 0%, var(--sh-green-deep) 58%, #002c18 100%);
}

.sh-hero::before,
.sh-dashboard-head::before,
.sh-company-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .14;
    background-image:
        linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.sh-hero::after,
.sh-dashboard-head::after,
.sh-company-hero::after {
    content: "";
    position: absolute;
    top: -190px;
    right: -120px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(213,190,82,.20);
    border-radius: 50%;
    box-shadow: 0 0 0 74px rgba(213,190,82,.025), 0 0 0 148px rgba(213,190,82,.018);
    pointer-events: none;
}

.sh-hero > div,
.sh-dashboard-head > div { max-width: 810px; }

.sh-hero h1,
.sh-dashboard-head h1,
.sh-company-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.6vw, 84px);
    line-height: .97;
    letter-spacing: -.055em;
    font-weight: 900;
}

.sh-hero h1 + p,
.sh-dashboard-head h1 + p,
.sh-company-hero h1 + p,
.sh-hero > div > p:last-child,
.sh-dashboard-head > div > p:last-child {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.80);
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.62;
}

.sh-hero-compact { min-height: 280px; padding-top: 58px; padding-bottom: 58px; }
.sh-hero-compact h1 { font-size: clamp(42px, 4.6vw, 66px); }

.sh-company-hero { justify-content: flex-start; }
.sh-company-hero > div:last-child { min-width: 0; }
.sh-company-hero a { color: var(--sh-gold-soft); font-weight: 800; }
.sh-company-hero a:hover { color: #fff; }

/* Buttons */
.sh-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid var(--sh-line);
    border-radius: 999px;
    background: #fff;
    color: var(--sh-green-dark);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.sh-btn:hover { transform: translateY(-2px); border-color: var(--sh-gold); box-shadow: var(--sh-shadow-sm); }
.sh-btn-primary { border-color: var(--sh-green); background: var(--sh-green); color: #fff !important; box-shadow: 0 12px 28px rgba(0,104,55,.20); }
.sh-btn-primary:hover { border-color: var(--sh-green-dark); background: var(--sh-green-dark); color: #fff !important; }
.sh-btn-light { border-color: #d5dcd8; background: #fff; color: var(--sh-green-dark) !important; }
.sh-btn-light:hover { border-color: var(--sh-gold); background: #fffdf5; }
.sh-hero .sh-btn-primary,.sh-dashboard-head .sh-btn-primary { border-color: var(--sh-gold); background: var(--sh-gold); color: #17301f !important; box-shadow: 0 14px 36px rgba(213,190,82,.25); }
.sh-hero .sh-btn-primary:hover,.sh-dashboard-head .sh-btn-primary:hover { background: var(--sh-gold-soft); }
.sh-dashboard-head .sh-btn-light { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff !important; }
.sh-dashboard-head .sh-btn-light:hover { border-color: var(--sh-gold); background: rgba(255,255,255,.13); }
.sh-btn-block { width: 100%; }
.sh-btn-small { min-height: 36px; padding: 0 13px; border-radius: 999px; font-size: 12px; }
.sh-btn:disabled { opacity: .48; cursor: not-allowed; transform: none; box-shadow: none; }

/* Search + forms */
.sh-search {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin: -90px auto 42px !important;
    padding: 18px;
    border: 1px solid rgba(0,78,42,.10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0,48,26,.15);
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
}

.sh-search-simple { margin-top: -86px !important; }
.sh-field { min-width: 180px; }
.sh-field-grow { flex: 1; min-width: 280px; }

.sh-field label,
.sh-form label,
.sh-ajax-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #405047;
    font-size: 12px;
    font-weight: 850;
}

.sh-field input,
.sh-field select,
.sh-form input,
.sh-form select,
.sh-form textarea,
.sh-ajax-form input,
.sh-ajax-form select,
.sh-ajax-form textarea,
.sh-status-select {
    width: 100%;
    border: 1px solid #cfd7d2;
    border-radius: 12px;
    background: #fff;
    color: var(--sh-ink);
    padding: 12px 13px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.sh-field input,
.sh-field select,
.sh-form input,
.sh-form select,
.sh-ajax-form input,
.sh-ajax-form select { min-height: 48px; }

.sh-field textarea,
.sh-form textarea,
.sh-ajax-form textarea { line-height: 1.6; resize: vertical; }

.sh-field input:focus,
.sh-field select:focus,
.sh-form input:focus,
.sh-form select:focus,
.sh-form textarea:focus,
.sh-ajax-form input:focus,
.sh-ajax-form select:focus,
.sh-ajax-form textarea:focus,
.sh-status-select:focus {
    border-color: var(--sh-green);
    box-shadow: 0 0 0 4px rgba(0,104,55,.10);
}

.sh-more-filters { width: 100%; border-top: 1px solid var(--sh-line); padding-top: 12px; }
.sh-more-filters summary { display: inline-flex; align-items: center; gap: 8px; color: var(--sh-green-dark); font-size: 13px; font-weight: 900; cursor: pointer; list-style: none; }
.sh-more-filters summary::-webkit-details-marker { display: none; }
.sh-more-filters summary::before { content: "\f1de"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--sh-green); }
.sh-more-filters[open] summary::after { content: "\f077"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; }
.sh-more-filters:not([open]) summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; }

.sh-filter-grid,.sh-form-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 15px; }
.sh-form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 0 22px; }
.sh-span-2 { grid-column: span 2; }
.sh-check { flex-direction: row !important; align-items: center !important; gap: 10px !important; }
.sh-check input { width: auto !important; min-height: 0 !important; accent-color: var(--sh-green); }

/* Results */
.sh-results-head,
.sh-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    margin-bottom: 18px;
}

.sh-results-head { color: var(--sh-muted); font-size: 14px; }
.sh-results-head strong { color: var(--sh-ink); font-size: 19px; }
.sh-results-head a,.sh-section-head a,.sh-back { color: var(--sh-green); font-weight: 850; }
.sh-results-head a:hover,.sh-section-head a:hover,.sh-back:hover { color: var(--sh-green-dark); }
.sh-section-head h2 { margin: 0; color: var(--sh-ink); font-size: clamp(25px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }
.sh-section-head p { margin: 6px 0 0; }

.sh-job-list { display: grid; gap: 15px; padding-bottom: 6px; }
.sh-job-card {
    display: flex;
    gap: 20px;
    padding: 23px;
    border: 1px solid var(--sh-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0,48,26,.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sh-job-card:hover { transform: translateY(-4px); border-color: rgba(213,190,82,.78); box-shadow: 0 22px 55px rgba(0,78,42,.12); }
.sh-job-card.is-featured { border-color: rgba(213,190,82,.88); box-shadow: 0 16px 42px rgba(213,190,82,.13); }

.sh-company-mark {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--sh-line);
    border-radius: 16px;
    background: linear-gradient(135deg,#edf3ef,#fff);
}
.sh-company-mark img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.sh-company-mark span { color: var(--sh-green); font-size: 22px; font-weight: 950; }
.sh-company-mark-lg { width: 78px; height: 78px; border-radius: 20px; }
.sh-company-mark-xl { width: 112px; height: 112px; border-radius: 26px; border-color: rgba(255,255,255,.22); background: #fff; box-shadow: 0 16px 38px rgba(0,0,0,.18); }

.sh-job-main { flex: 1; min-width: 0; }
.sh-job-top,.sh-job-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.sh-job-card h2 { margin: 0 0 5px; font-size: clamp(19px,1.7vw,23px); line-height: 1.2; letter-spacing: -.025em; font-weight: 900; }
.sh-job-card h2 a { color: var(--sh-ink); }
.sh-job-card h2 a:hover { color: var(--sh-green); }
.sh-company-name { margin: 0; color: #425047; font-size: 14px; font-weight: 750; }

.sh-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0; }
.sh-meta span { display: inline-flex; min-height: 29px; align-items: center; padding: 0 10px; border-radius: 999px; color: var(--sh-green-dark); background: #eef5f1; font-size: 11px; font-weight: 800; }
.sh-source-label { display: inline-flex; align-items: center; gap: 7px; color: var(--sh-muted); font-size: 12px; font-weight: 750; }
.sh-source-label::before { content: "\f058"; color: var(--sh-green); font-family: "Font Awesome 6 Free"; font-weight: 900; }

.sh-badge-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.sh-badge { display: inline-flex; min-height: 29px; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid #dbe2de; border-radius: 999px; background: #fff; color: #4c5a52; font-size: 10px; font-weight: 900; letter-spacing: .025em; }
button.sh-badge { cursor: pointer; }
button.sh-badge:hover { border-color: var(--sh-gold); color: var(--sh-green-dark); }
.sh-badge-featured { border-color: var(--sh-gold); background: #fffdf5; color: #6b5a13; }
.sh-badge-featured::before { content: "\f005"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--sh-gold); }

.sh-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 32px !important; margin-bottom: 82px !important; }
.sh-pagination a { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 0 10px; border: 1px solid var(--sh-line); border-radius: 11px; color: var(--sh-green-dark); background: #fff; font-size: 13px; font-weight: 850; }
.sh-pagination a:hover { border-color: var(--sh-gold); background: #fffdf5; }
.sh-pagination a.is-current { border-color: var(--sh-green); background: var(--sh-green); color: #fff; }

/* Detail / cards */
.sh-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 38px !important; margin-bottom: 18px !important; }

.sh-detail-card,
.sh-card {
    border: 1px solid var(--sh-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--sh-shadow-sm);
    padding: 30px;
}
.sh-detail-card { margin-bottom: 82px !important; }
.sh-detail-head { display: flex; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid var(--sh-line); }
.sh-detail-title { min-width: 0; }
.sh-detail-title h1 { margin: 0 0 9px; color: var(--sh-ink); font-size: clamp(36px,4.5vw,62px); line-height: 1; letter-spacing: -.05em; font-weight: 900; }
.sh-detail-title > p { margin: 0; color: #425047; font-size: 18px; font-weight: 800; }
.sh-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: clamp(30px,4vw,52px); padding-top: 30px; }
.sh-description { color: #36453d; font-size: 16px; line-height: 1.8; }
.sh-description h2,.sh-description h3 { margin: 32px 0 12px; color: var(--sh-ink); letter-spacing: -.025em; font-weight: 900; }
.sh-description a { color: var(--sh-green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.sh-apply-panel {
    position: sticky;
    top: 24px;
    height: max-content;
    padding: 22px;
    border: 1px solid var(--sh-line);
    border-radius: 20px;
    background: var(--sh-wash);
}
.sh-apply-panel::before { content: ""; display: block; width: 42px; height: 3px; margin: 0 0 18px; border-radius: 999px; background: var(--sh-gold); }
.sh-apply-panel h3 { margin-bottom: 8px; font-weight: 900; }
.sh-apply-panel p { color: var(--sh-muted); line-height: 1.6; }
.sh-fact { padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid var(--sh-line); }
.sh-fact small,.sh-table small { display: block; margin-bottom: 4px; color: var(--sh-muted); }
.sh-fact strong { color: var(--sh-ink); }
.sh-muted { color: var(--sh-muted); font-size: 13px; }

.sh-alert,.sh-note { padding: 15px 17px; margin: 18px 0; border: 1px solid #eadb9f; border-radius: 14px; background: #fffdf5; color: #695610; line-height: 1.55; }
.sh-alert a,.sh-note a { color: var(--sh-green); font-weight: 800; }

/* Company directory */
.sh-company-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding-bottom: 82px; }
.sh-company-card { display: flex; gap: 17px; align-items: center; min-height: 126px; padding: 20px; border: 1px solid var(--sh-line); border-radius: 22px; color: var(--sh-ink); background: #fff; box-shadow: 0 10px 28px rgba(0,48,26,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.sh-company-card:hover { transform: translateY(-4px); border-color: var(--sh-gold); box-shadow: 0 22px 55px rgba(0,78,42,.12); }
.sh-company-card h2 { margin: 0 0 5px; color: var(--sh-ink); font-size: 19px; line-height: 1.18; letter-spacing: -.025em; font-weight: 900; }
.sh-company-card p { margin: 0 0 8px; color: var(--sh-muted); }
.sh-mini-job { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--sh-line); color: var(--sh-ink); transition: color .2s ease, padding-left .2s ease; }
.sh-mini-job:hover { color: var(--sh-green); padding-left: 4px; }
.sh-mini-job span { color: var(--sh-muted); }
.sh-company-detail > .sh-detail-grid { padding-bottom: 82px; }

/* Dashboards */
.sh-dashboard-head { min-height: 300px; margin-bottom: 0; }
.sh-dashboard-head + .sh-stat-grid { margin-top: -42px !important; position: relative; z-index: 3; }
.sh-stat-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; margin-bottom: 26px !important; }
.sh-stat-grid-small { grid-template-columns: repeat(2,minmax(0,1fr)); }
.sh-stat { padding: 19px; border: 1px solid var(--sh-line); border-radius: 18px; background: #fff; box-shadow: var(--sh-shadow-sm); }
.sh-stat span { display: flex; align-items: center; gap: 7px; margin-bottom: 7px; color: var(--sh-muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.sh-stat span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sh-gold); }
.sh-stat strong { color: var(--sh-ink); font-size: 30px; line-height: 1; letter-spacing: -.04em; font-weight: 900; }

.sh-tabs { display: flex; gap: 6px; margin-bottom: 24px !important; padding: 7px; border: 1px solid var(--sh-line); border-radius: 17px; background: var(--sh-wash); }
.sh-tabs button { min-height: 42px; padding: 0 15px; border: 0; border-radius: 11px; background: transparent; color: var(--sh-muted); font-weight: 850; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.sh-tabs button:hover { color: var(--sh-green-dark); background: #fff; }
.sh-tabs button.is-active { color: #fff; background: var(--sh-green-dark); box-shadow: 0 8px 22px rgba(0,78,42,.16); }
.sh-tab-panel { display: none; margin-bottom: 82px !important; }
.sh-tab-panel.is-active { display: block; }

.sh-table-wrap { overflow: auto; border: 1px solid var(--sh-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(0,48,26,.055); }
.sh-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.sh-table th,.sh-table td { padding: 14px 15px; border-bottom: 1px solid var(--sh-line); text-align: left; vertical-align: middle; font-size: 13px; }
.sh-table th { color: var(--sh-muted); background: var(--sh-wash); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sh-table tr:last-child td { border-bottom: 0; }
.sh-table tbody tr { transition: background .18s ease; }
.sh-table tbody tr:hover { background: #fbfcfb; }
.sh-table a { color: var(--sh-green); font-weight: 850; }

.sh-status { display: inline-flex; min-height: 27px; align-items: center; padding: 0 9px; border-radius: 999px; background: #eef3f0; color: #425047; font-size: 10px; font-weight: 900; }
.sh-status-active { background: #e9f8ef; color: var(--sh-good); }
.sh-status-expired { background: #f0f2f1; color: #69736d; }
.sh-status-pending, .sh-status-retry { background: #fff8df; color: #765d00; }
.sh-status-processing { background: #e8f4ff; color: #135d88; }
.sh-status-sent { background: #e9f8ef; color: var(--sh-good); }
.sh-status-failed, .sh-status-dead { background: #fdecec; color: #9d2c2c; }
.sh-status-select { width: auto; min-height: 36px; padding: 6px 30px 6px 10px; border-radius: 999px; background: var(--sh-wash); font-size: 12px; font-weight: 850; }

.sh-form-status { min-height: 20px; margin-top: 13px; font-size: 13px; font-weight: 800; }
.sh-form-status.is-success { color: var(--sh-good); }
.sh-form-status.is-error { color: var(--sh-danger); }

/* Pricing */
.sh-pricing-page { padding-bottom: 82px; }
.sh-pricing { padding: 34px 0 10px; }
.sh-pricing-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 28px; }
.sh-pricing-head h1 { margin: 2px 0 10px; color: var(--sh-ink); font-size: clamp(38px,4.4vw,62px); line-height: 1; letter-spacing: -.05em; font-weight: 900; }
.sh-pricing-head p { max-width: 720px; color: var(--sh-muted); font-size: 16px; line-height: 1.65; }
.sh-currency { display: flex; flex: 0 0 auto; padding: 5px; border: 1px solid var(--sh-line); border-radius: 999px; background: var(--sh-wash); }
.sh-currency button { min-height: 38px; padding: 0 13px; border: 0; border-radius: 999px; background: transparent; color: var(--sh-muted); font-weight: 900; cursor: pointer; }
.sh-currency button.is-active { background: var(--sh-green-dark); color: #fff; }

.sh-price-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.sh-price-card { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 22px; overflow: hidden; border: 1px solid var(--sh-line); border-radius: 22px; background: #fff; box-shadow: var(--sh-shadow-sm); }
.sh-price-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--sh-green); opacity: .12; }
.sh-price-card.is-primary { border-color: var(--sh-gold); box-shadow: 0 20px 54px rgba(0,78,42,.13); }
.sh-price-card.is-primary::before { background: var(--sh-gold); opacity: 1; }
.sh-price-card h2 { margin: 3px 0; color: var(--sh-ink); font-size: 20px; line-height: 1.18; font-weight: 900; }
.sh-price { display: flex; align-items: baseline; gap: 7px; }
.sh-price span { color: var(--sh-green-dark); font-size: 31px; font-weight: 950; letter-spacing: -.04em; }
.sh-price small { color: var(--sh-muted); font-weight: 800; }
.sh-price-card ul { flex: 1; margin: 0; padding: 0; list-style: none; color: #47564e; font-size: 13px; line-height: 1.65; }
.sh-price-card li { position: relative; padding: 5px 0 5px 21px; }
.sh-price-card li::before { content: "\f00c"; position: absolute; top: 6px; left: 0; color: var(--sh-green); font-family: "Font Awesome 6 Free"; font-size: 11px; font-weight: 900; }
.sh-addons-title { margin: 42px 0 14px; color: var(--sh-ink); font-size: 28px; font-weight: 900; letter-spacing: -.035em; }
.sh-addon-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.sh-addon { display: flex; justify-content: space-between; gap: 18px; padding: 19px; border: 1px solid var(--sh-line); border-radius: 18px; background: var(--sh-wash); }
.sh-addon strong { font-weight: 900; }
.sh-addon p { margin: 5px 0 0; color: var(--sh-muted); font-size: 12px; line-height: 1.5; }
.sh-addon > span { color: var(--sh-green-dark); font-weight: 950; white-space: nowrap; }

/* Manage */
.sh-manage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sh-review-row { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--sh-line); }
.sh-review-row:last-child { border-bottom: 0; }
.sh-review-row small { display: block; margin-top: 4px; color: var(--sh-muted); }
.sh-row-actions { display: flex; align-items: center; gap: 10px; }
.sh-row-actions a { color: var(--sh-green); font-weight: 850; }
.sh-source-form { padding-bottom: 20px; }
.sh-rule { margin: 26px 0; border: 0; border-top: 1px solid var(--sh-line); }

/* Empty states */
.sh-empty { padding: 58px 24px; border: 1px dashed #cbd4ce; border-radius: 22px; text-align: center; background: var(--sh-wash); }
.sh-empty::before { content: "\f002"; display: grid; width: 52px; height: 52px; margin: 0 auto 15px; place-items: center; border-radius: 16px; color: #fff; background: var(--sh-green); font-family: "Font Awesome 6 Free"; font-size: 20px; font-weight: 900; }
.sh-empty h2,.sh-empty h3 { margin-bottom: 8px; color: var(--sh-ink); font-weight: 900; }
.sh-empty p { color: var(--sh-muted); }
.sh-empty .sh-btn { margin-top: 10px; }

/* Inline standalone shortcode states */
body > .sh-empty,
.et_pb_code_inner > .sh-empty { max-width: var(--sh-container); margin: 40px auto 80px; }

/* Divi cleanup */
.sh-app .et_pb_section,
.sh-app .et_pb_row { width: auto; max-width: none; padding: 0; }

/* Responsive */
@media (max-width: 1180px) {
    .sh-price-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .sh-stat-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .sh-company-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 880px) {
    .sh-app > :not(.sh-hero):not(.sh-dashboard-head):not(.sh-company-hero),
    .sh-pricing-page > .sh-pricing { width: min(calc(100% - 30px), var(--sh-container)); }
    .sh-hero,.sh-dashboard-head,.sh-company-hero { min-height: 0; padding: 58px 18px 72px; align-items: flex-start; flex-direction: column; }
    .sh-hero h1,.sh-dashboard-head h1,.sh-company-hero h1 { font-size: clamp(38px,8vw,58px); }
    .sh-company-hero .sh-company-mark-xl { width: 86px; height: 86px; }
    .sh-search,.sh-search-simple { margin-top: -46px !important; padding: 14px; align-items: stretch; border-radius: 20px; }
    .sh-field,.sh-field-grow { width: 100%; min-width: 0; }
    .sh-filter-grid,.sh-form-grid { grid-template-columns: 1fr; }
    .sh-span-2 { grid-column: auto; }
    .sh-detail-grid { grid-template-columns: 1fr; gap: 24px; }
    .sh-apply-panel { position: static; }
    .sh-detail-head { flex-direction: column; }
    .sh-manage-grid,.sh-addon-grid { grid-template-columns: 1fr; }
    .sh-tabs-scroll,.sh-tabs { overflow-x: auto; justify-content: flex-start; scrollbar-width: thin; }
    .sh-tabs button { flex: 0 0 auto; white-space: nowrap; }
    .sh-pricing-head { flex-direction: column; }
}

@media (max-width: 680px) {
    .sh-app > :not(.sh-hero):not(.sh-dashboard-head):not(.sh-company-hero),
    .sh-pricing-page > .sh-pricing { width: min(calc(100% - 24px), var(--sh-container)); }
    .sh-hero,.sh-dashboard-head,.sh-company-hero { padding: 48px 14px 66px; }
    .sh-hero::after,.sh-dashboard-head::after,.sh-company-hero::after { width: 360px; height: 360px; right: -180px; top: -170px; }
    .sh-hero h1,.sh-dashboard-head h1,.sh-company-hero h1 { font-size: clamp(34px,10vw,48px); line-height:1.02; }
    .sh-hero h1 + p,.sh-dashboard-head h1 + p,.sh-company-hero h1 + p { font-size: 16px; }
    .sh-job-card { padding: 17px; gap: 12px; border-radius: 19px; }
    .sh-company-mark { width: 48px; height: 48px; border-radius: 14px; }
    .sh-job-top,.sh-job-bottom { align-items: flex-start; flex-direction: column; }
    .sh-job-bottom .sh-btn { width: 100%; }
    .sh-company-grid { grid-template-columns: 1fr; }
    .sh-stat-grid,.sh-stat-grid-small { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sh-dashboard-head + .sh-stat-grid { margin-top: -28px !important; }
    .sh-detail-card,.sh-card { padding: 20px; border-radius: 20px; }
    .sh-detail-title h1 { font-size: 36px; }
    .sh-price-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 12px; }
    .sh-price-card { min-width: min(82vw,300px); scroll-snap-align: start; }
    .sh-review-row { align-items: flex-start; flex-direction: column; }
    .sh-row-actions { width: 100%; justify-content: space-between; }
    .sh-mini-job { flex-direction: column; gap: 5px; }
}

@media (max-width: 430px) {
    .sh-stat-grid,.sh-stat-grid-small { grid-template-columns: 1fr 1fr; gap: 8px; }
    .sh-stat { padding: 14px; }
    .sh-stat strong { font-size: 26px; }
    .sh-btn { min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    .sh-app *, .sh-app *::before, .sh-app *::after,
    .sh-pricing *, .sh-pricing *::before, .sh-pricing *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Jobs hero enhancements */
.sh-title-accent { color: var(--sh-gold); }
.sh-hero-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); }
.sh-hero-links a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 850; }
.sh-hero-links a:hover { color: #fff; }
.sh-hero-links i { color: var(--sh-gold); }
.sh-hero-side { position: relative; width: min(340px,32vw); flex: 0 0 auto; padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 25px 65px rgba(0,0,0,.18); }
.sh-hero-side__icon { display: grid; width: 54px; height: 54px; margin-bottom: 22px; place-items: center; border-radius: 17px; color: var(--sh-green-dark); background: var(--sh-gold); font-size: 21px; }
.sh-hero-side strong { display: block; color: #fff; font-size: 22px; line-height: 1.15; letter-spacing: -.025em; }
.sh-hero-side span { display: block; margin-top: 9px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }
.sh-suggestion-row { display: flex; width: 100%; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 2px; }
.sh-suggestion-row > span { margin-right: 2px; color: var(--sh-muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sh-suggestion-row a { display: inline-flex; min-height: 31px; align-items: center; padding: 0 11px; border: 1px solid var(--sh-line); border-radius: 999px; color: var(--sh-green-dark); background: var(--sh-wash); font-size: 11px; font-weight: 800; transition: background .2s ease,border-color .2s ease,color .2s ease; }
.sh-suggestion-row a:hover { border-color: var(--sh-gold); background: #fffdf5; color: var(--sh-green); }
.sh-meta i { margin-right: 6px; color: var(--sh-green); font-size: 10px; }
.sh-results-head a i { margin-right: 6px; }
@media(max-width:880px){.sh-hero-side{width:100%;max-width:520px}.sh-jobs-hero{padding-bottom:92px}}
.sh-panel-kicker { display: block; margin-bottom: 8px; color: var(--sh-green); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.sh-fact small i { width: 16px; color: var(--sh-green); }
.sh-company-detail main > p { color: #405047; font-size: 16px; line-height: 1.78; }
.sh-tabs button i { margin-right: 7px; }
.sh-section-head a i { margin-right: 5px; }
.sh-pricing-page > .sh-pricing { margin-top: -28px; position: relative; z-index: 3; padding: 28px; border: 1px solid var(--sh-line); border-radius: 26px; background: #fff; box-shadow: var(--sh-shadow-sm); }
@media(max-width:880px){.sh-pricing-page > .sh-pricing{margin-top:-32px;padding:20px}}

/* SEO landing pages and closed-job recovery */
.sh-landing-intro { max-width: 820px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.72; }
.sh-landing-intro p { margin: 0 0 10px; color: inherit; }
.sh-landing-intro strong { color: #fff; }
.sh-related-resources,.sh-closed-next { margin-top: 34px !important; padding-top: 28px; border-top: 1px solid var(--sh-line); }
.sh-resource-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.sh-resource-card { display: flex; min-height: 160px; flex-direction: column; justify-content: space-between; gap: 16px; padding: 20px; border: 1px solid var(--sh-line); border-radius: 20px; background: #fff; box-shadow: var(--sh-shadow-sm); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.sh-resource-card:hover { transform: translateY(-2px); border-color: var(--sh-gold); box-shadow: var(--sh-shadow); }
.sh-resource-card small { color: var(--sh-green); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sh-resource-card strong { color: var(--sh-ink); font-size: 16px; line-height: 1.35; font-weight: 900; }
.sh-resource-card span { color: var(--sh-green-dark); font-size: 12px; font-weight: 850; }
.sh-job-closed { display: flex; align-items: center; gap: 14px; }
.sh-job-closed strong { flex: 0 0 auto; letter-spacing: .09em; }
.sh-job-list-compact .sh-job-card { min-height: 0; }
.sh-job-list-compact h3 { margin: 0 0 5px; color: var(--sh-ink); font-size: 18px; font-weight: 900; line-height: 1.25; }
.sh-related-searches { margin-top: 18px; padding: 20px; border: 1px solid var(--sh-line); border-radius: 18px; background: var(--sh-wash); }
.sh-related-searches > strong { display: block; margin-bottom: 10px; color: var(--sh-ink); font-weight: 900; }
.sh-related-searches > div { display: flex; flex-wrap: wrap; gap: 8px; }
.sh-related-searches a { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border: 1px solid var(--sh-line); border-radius: 999px; color: var(--sh-green-dark); background: #fff; font-size: 12px; font-weight: 850; }
.sh-related-searches a:hover { border-color: var(--sh-gold); color: var(--sh-green); }
.sh-table td small { display: block; margin-top: 4px; color: var(--sh-muted); }

@media (max-width: 980px) {
    .sh-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
    .sh-resource-grid { grid-template-columns: 1fr; }
    .sh-job-closed { align-items: flex-start; flex-direction: column; }
}

/* Inline SEO editor */
.sh-inline-editor { position: relative; }
.sh-inline-editor > summary { cursor: pointer; color: var(--sh-green); font-weight: 850; list-style: none; }
.sh-inline-editor > summary::-webkit-details-marker { display: none; }
.sh-inline-editor[open] > form { position: absolute; right: 0; z-index: 20; width: min(760px,82vw); margin-top: 10px; padding: 20px; border: 1px solid var(--sh-line); background: #fff; box-shadow: var(--sh-shadow); }
.sh-inline-editor textarea { min-width: 0; }
@media (max-width: 760px) {
  .sh-inline-editor[open] > form { position: fixed; inset: 78px 12px auto 12px; width: auto; max-height: calc(100vh - 100px); overflow: auto; }
}
/* v0.4.8 billing package metadata */
.sh-price-card{position:relative}.sh-price-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:#d5be52;color:#173021;font-size:11px;font-weight:900;letter-spacing:.02em}.sh-price-card>div:first-of-type p{margin:7px 0 0;color:var(--sh-muted,#5f6f65);font-size:14px;line-height:1.55}.sh-price-cadence{margin-top:-5px;color:var(--sh-muted,#5f6f65);font-size:12px;font-weight:700}
.sh-addon-purchase{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.sh-addon-purchase>span{font-weight:900}.sh-addon-purchase .sh-btn{padding:9px 12px;font-size:12px}

.sh-company-link{color:inherit;text-decoration:none;font-weight:800}.sh-company-link:hover,.sh-company-link:focus{text-decoration:underline;text-underline-offset:3px}

/* Cloudflare Turnstile */
.sh-turnstile-wrap{margin:18px 0;min-height:1px;width:100%;}
.sh-turnstile-wrap iframe{max-width:100%;}
.login .sh-turnstile-login{margin:16px 0 18px;}
.comment-form .sh-turnstile-comment{margin:14px 0 18px;}

/* Google Identity Services */
.sh-google-auth-block{margin:18px auto 0;max-width:420px;width:100%}.sh-google-auth-sep{display:flex;align-items:center;gap:12px;margin:14px 0;color:#68746d;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sh-google-auth-sep:before,.sh-google-auth-sep:after{content:"";height:1px;background:#dce5df;flex:1}.sh-google-signin{min-height:44px;display:flex;justify-content:center;width:100%}.sh-google-auth-error{display:none;margin:10px 0 0;color:#a82b22;font-size:13px;font-weight:700;line-height:1.45}.sh-login-actions{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:16px}.sh-login-actions>.sh-btn{min-width:220px}

/* Company profile enrichment */
.sh-company-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.sh-company-links a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 11px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.10);color:#fff!important;font-size:13px;font-weight:850;line-height:1;text-decoration:none;box-shadow:0 1px 0 rgba(255,255,255,.05) inset;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.sh-company-links a:visited{color:#fff!important}.sh-company-links a:hover{background:#fff;border-color:#fff;color:var(--sh-green-deep,#063a25)!important;text-decoration:none;transform:translateY(-1px)}.sh-company-links a:focus-visible{outline:3px solid var(--sh-gold,#d5be52);outline-offset:3px}.sh-company-links i{color:var(--sh-gold-soft,#eadb8b);font-size:14px}.sh-company-links a:hover i{color:var(--sh-green,#16834a)}.sh-company-links .sh-company-link-external{font-size:10px;opacity:.8}.sh-company-links .sh-company-link-website{background:rgba(255,255,255,.15)}@media(max-width:520px){.sh-company-links{gap:7px}.sh-company-links a{min-height:34px;padding:7px 10px;font-size:12px}}
.sh-company-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}.sh-company-facts>div{padding:15px 16px;border:1px solid var(--sh-line);border-radius:16px;background:var(--sh-wash)}.sh-company-facts small{display:block;margin-bottom:5px;color:var(--sh-muted);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sh-company-facts strong{display:block;color:var(--sh-ink);font-size:14px;line-height:1.35}@media(max-width:760px){.sh-company-facts{grid-template-columns:1fr 1fr}}@media(max-width:520px){.sh-company-facts{grid-template-columns:1fr}}
/* SPMA product catalogue */
.sh-product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 20px}.sh-product-toolbar>div{display:grid;gap:3px}.sh-product-toolbar strong{font-size:22px}.sh-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.sh-product-card{position:relative;background:#fff;border:1px solid #e3e8e4;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:12px;min-height:380px;transition:transform .18s ease,box-shadow .18s ease}.sh-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(16,24,40,.09)}.sh-product-card.is-featured{border-width:2px}.sh-product-card-link{position:absolute;inset:0;z-index:1}.sh-product-card-top{display:flex;align-items:center;justify-content:space-between}.sh-product-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#f0f6f1;font-size:20px}.sh-product-card h2{font-size:24px;margin:0}.sh-product-card p{margin:0;color:#667085}.sh-product-card ul{list-style:none;padding:0;margin:4px 0;display:grid;gap:8px}.sh-product-card li{display:flex;gap:8px;align-items:flex-start;font-size:14px}.sh-product-price{display:flex;align-items:baseline;gap:7px;margin-top:auto}.sh-product-price strong{font-size:30px}.sh-product-price span{font-size:12px;color:#667085}.sh-product-view{font-weight:800;display:flex;align-items:center;gap:8px}.sh-product-card>*:not(.sh-product-card-link){position:relative;z-index:2;pointer-events:none}.sh-product-breadcrumb{display:flex;align-items:center;gap:10px;font-size:13px;margin:18px 0 26px}.sh-product-breadcrumb i{font-size:9px}.sh-product-detail{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);gap:32px;align-items:start}.sh-product-detail-main{background:#fff;border:1px solid #e3e8e4;border-radius:22px;padding:36px}.sh-product-detail-main h1{font-size:clamp(36px,5vw,58px);line-height:1;margin:10px 0 16px}.sh-product-lead{font-size:19px;line-height:1.65;color:#475467}.sh-product-copy{margin-top:24px;line-height:1.75}.sh-product-includes{margin-top:32px;padding-top:28px;border-top:1px solid #e7ebe8}.sh-product-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sh-product-feature-grid>div{display:flex;gap:10px;align-items:flex-start;padding:13px;border-radius:12px;background:#f7f9f7}.sh-product-buybox{position:sticky;top:24px;background:#fff;border:1px solid #e3e8e4;border-radius:22px;padding:28px;display:grid;gap:16px}.sh-product-bigprice{display:flex;align-items:baseline;gap:8px}.sh-product-bigprice strong{font-size:46px;line-height:1}.sh-product-buybox .sh-btn{width:100%;justify-content:center}.sh-product-buybox small{color:#667085;text-align:center}.sh-product-related{margin:42px 0}.sh-related-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sh-related-products a{border:1px solid #e3e8e4;border-radius:16px;background:#fff;padding:20px;text-decoration:none;display:grid;gap:8px}.sh-related-products span{font-size:13px;color:#667085}.sh-related-products i{margin-top:8px}@media(max-width:900px){.sh-product-grid,.sh-related-products{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-product-detail{grid-template-columns:1fr}.sh-product-buybox{position:static}}@media(max-width:620px){.sh-product-grid,.sh-related-products,.sh-product-feature-grid{grid-template-columns:1fr}.sh-product-toolbar{align-items:flex-start;flex-direction:column}.sh-product-detail-main{padding:24px}.sh-product-buybox{padding:22px}}

/* v0.6.2 premium Hiring Solutions catalogue, product detail and checkout */
.sh-products-page{padding-bottom:92px;background:linear-gradient(180deg,#fff 0,#fff 48%,#f8faf8 100%)}
.sh-solutions-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--sh-green-deep) 0,var(--sh-green-dark) 56%,#073823 100%);color:#fff}
.sh-solutions-hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-250px;top:-310px;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}
.sh-solutions-hero:after{content:"";position:absolute;inset:auto 0 0;height:5px;background:linear-gradient(90deg,var(--sh-gold),var(--sh-green),var(--sh-gold-soft))}
.sh-solutions-hero__inner{position:relative;z-index:1;width:min(calc(100% - 44px),var(--sh-container));min-height:560px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(350px,.7fr);gap:72px;align-items:center;padding:74px 0 82px}
.sh-solutions-hero__copy{max-width:780px}.sh-solutions-hero__copy .sh-eyebrow{color:var(--sh-gold-soft)}
.sh-solutions-hero__copy h1{margin:12px 0 20px;font-size:clamp(48px,6vw,78px);line-height:.96;letter-spacing:-.055em;font-weight:950;color:#fff}.sh-solutions-hero__copy h1 span{color:var(--sh-gold-soft)}
.sh-solutions-hero__copy>p{max-width:730px;margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.68}
.sh-solutions-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:29px}.sh-solutions-hero__actions .sh-btn{min-height:48px;padding:0 18px;border-radius:13px}.sh-solutions-hero__actions .sh-btn-primary{border-color:var(--sh-gold);background:var(--sh-gold);color:#17301f!important;box-shadow:0 16px 38px rgba(213,190,82,.25)}
.sh-btn-ghost{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff!important}.sh-btn-ghost:hover{border-color:rgba(255,255,255,.52);background:rgba(255,255,255,.12);color:#fff!important}
.sh-solutions-hero__panel{position:relative;padding:31px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.065));box-shadow:0 26px 70px rgba(0,0,0,.17);backdrop-filter:blur(14px)}
.sh-solutions-hero__mark{width:58px;height:58px;display:grid;place-items:center;margin-bottom:21px;border-radius:18px;background:var(--sh-gold);color:var(--sh-green-deep);font-size:22px;box-shadow:0 13px 30px rgba(213,190,82,.22)}.sh-solutions-hero__panel>strong{display:block;font-size:24px;line-height:1.2;letter-spacing:-.025em}.sh-solutions-hero__panel>p{margin:9px 0 23px;color:rgba(255,255,255,.7);line-height:1.55}.sh-solutions-trust{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.14)}.sh-solutions-trust span{display:flex;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px;font-weight:800;color:rgba(255,255,255,.88)}.sh-solutions-trust span:last-child{border-bottom:0}.sh-solutions-trust i{width:22px;color:var(--sh-gold-soft);text-align:center}
.sh-solutions-intro{width:min(calc(100% - 44px),var(--sh-container));margin:0 auto;padding:74px 0 48px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);gap:70px;align-items:end}.sh-solutions-intro h2{max-width:720px;margin:5px 0 0;font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.045em}.sh-solutions-intro>p{margin:0;color:var(--sh-muted);font-size:16px;line-height:1.72}
.sh-solutions-section{width:min(calc(100% - 44px),var(--sh-container));margin:0 auto;padding:38px 0}.sh-solutions-section+.sh-solutions-section{border-top:1px solid var(--sh-line)}.sh-solutions-section--plans{position:relative}
.sh-solutions-section__head{display:flex;justify-content:space-between;align-items:end;gap:26px;margin-bottom:22px}.sh-solutions-section__head h2{margin:7px 0 6px;font-size:31px;line-height:1.1;letter-spacing:-.035em}.sh-solutions-section__head p{margin:0;color:var(--sh-muted);font-size:14px}.sh-solutions-section__head>a{display:inline-flex;align-items:center;gap:8px;padding-bottom:4px;color:var(--sh-green-dark);font-size:12px;font-weight:900;white-space:nowrap}.sh-solutions-section__head>a:hover{color:var(--sh-green)}.sh-solutions-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--sh-green);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.sh-solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.sh-solution-card{position:relative;display:flex;flex-direction:column;min-height:465px;padding:25px;border:1px solid var(--sh-line);border-radius:25px;background:#fff;box-shadow:0 12px 34px rgba(0,48,26,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sh-solution-card:hover{transform:translateY(-5px);border-color:#cbd7cf;box-shadow:0 24px 60px rgba(0,48,26,.12)}.sh-solution-card.is-featured{border-color:var(--sh-gold);box-shadow:0 22px 62px rgba(0,78,42,.13)}.sh-solution-card.is-featured:before{content:"";position:absolute;inset:0 0 auto;height:5px;border-radius:25px 25px 0 0;background:linear-gradient(90deg,var(--sh-gold),var(--sh-green))}
.sh-solution-card__recommended{margin:-25px -25px 22px;padding:10px 18px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,var(--sh-gold),#eadb95);color:#17301f;font-size:10px;font-weight:900;text-align:center;letter-spacing:.025em}.sh-solution-card__recommended i{margin-right:5px}
.sh-solution-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.sh-solution-icon{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#eef6f0,#f9fbf9);color:var(--sh-green);font-size:20px;border:1px solid #e1ebe4}.sh-solution-card__body{display:flex;flex:1;flex-direction:column}.sh-solution-card h3{margin:6px 0 8px;font-size:25px;line-height:1.12;letter-spacing:-.035em}.sh-solution-card__body>p{min-height:64px;margin:0 0 19px;color:var(--sh-muted);font-size:13px;line-height:1.6}.sh-solution-price{display:flex;align-items:baseline;gap:7px;padding-top:2px}.sh-solution-price strong{font-size:38px;line-height:1;letter-spacing:-.045em}.sh-solution-price span{color:var(--sh-muted);font-size:11px;font-weight:850}.sh-solution-value{min-height:21px;margin:7px 0 5px;color:var(--sh-green-dark);font-size:11px;font-weight:850}.sh-solution-card ul{display:grid;gap:9px;margin:19px 0 22px;padding:18px 0 0;border-top:1px solid var(--sh-line);list-style:none}.sh-solution-card li{display:grid;grid-template-columns:18px 1fr;gap:8px;color:#46534c;font-size:12px;line-height:1.45}.sh-solution-card li i{color:var(--sh-green);margin-top:2px}.sh-solution-card__cta{margin-top:auto;width:100%;justify-content:space-between;min-height:46px;border-radius:12px}
.sh-solution-addon-grid{display:grid;gap:11px}.sh-solution-addon{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:19px 21px;border:1px solid var(--sh-line);border-radius:19px;background:#fff;box-shadow:0 9px 25px rgba(0,48,26,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.sh-solution-addon:hover{transform:translateY(-2px);border-color:var(--sh-gold);box-shadow:0 18px 42px rgba(0,48,26,.09)}.sh-solution-addon>div:nth-child(2)>strong{display:block;margin:4px 0 3px;font-size:18px}.sh-solution-addon p{margin:0;color:var(--sh-muted);font-size:12px}.sh-solution-addon__price{text-align:right}.sh-solution-addon__price strong,.sh-solution-addon__price span{display:block}.sh-solution-addon__price strong{font-size:22px;letter-spacing:-.03em}.sh-solution-addon__price span{margin:1px 0 7px;color:var(--sh-muted);font-size:9px;font-weight:850}.sh-solution-addon__price i{color:var(--sh-green)}
.sh-solutions-confidence{width:min(calc(100% - 44px),var(--sh-container));margin:44px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--sh-line);border-radius:25px;background:#fff;box-shadow:0 18px 48px rgba(0,48,26,.065)}.sh-solutions-confidence>div{position:relative;padding:27px}.sh-solutions-confidence>div+div{border-left:1px solid var(--sh-line)}.sh-solutions-confidence__icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:16px;border-radius:13px;background:#edf6ef;color:var(--sh-green)}.sh-solutions-confidence strong{display:block;margin-bottom:6px;font-size:16px}.sh-solutions-confidence p{margin:0;color:var(--sh-muted);font-size:12px;line-height:1.55}

/* Premium individual Hiring Solution pages */
.sh-product-page{padding-bottom:92px;background:linear-gradient(180deg,#f8faf8 0,#fff 520px)}.sh-product-shell{width:min(calc(100% - 44px),var(--sh-container));margin:0 auto}.sh-product-breadcrumb{min-height:64px;margin:0!important;color:var(--sh-muted);font-size:11px;font-weight:800}.sh-product-breadcrumb a{color:var(--sh-green-dark)}.sh-product-breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}
.sh-product-showcase{position:relative;overflow:hidden;margin:0 0 26px;border-radius:31px;background:linear-gradient(135deg,var(--sh-green-deep) 0,var(--sh-green-dark) 62%,#0b3e27 100%);color:#fff;box-shadow:0 26px 75px rgba(0,55,30,.18)}.sh-product-showcase:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-180px;top:-210px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 64px rgba(255,255,255,.025),0 0 0 128px rgba(255,255,255,.016)}.sh-product-showcase__main{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;align-items:start;padding:45px 46px 35px}.sh-product-showcase__icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:var(--sh-gold);color:var(--sh-green-deep);font-size:27px;box-shadow:0 14px 34px rgba(213,190,82,.24)}.sh-product-showcase__copy{max-width:850px}.sh-product-showcase__meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.sh-product-showcase .sh-solutions-kicker{color:var(--sh-gold-soft)}.sh-product-showcase h1{margin:10px 0 12px;color:#fff;font-size:clamp(42px,5.3vw,68px);line-height:.98;letter-spacing:-.052em}.sh-product-showcase .sh-product-lead{max-width:760px;margin:0;color:rgba(255,255,255,.76);font-size:18px;line-height:1.63}.sh-product-bestfor{display:flex;align-items:flex-start;gap:11px;margin-top:23px}.sh-product-bestfor>i{margin-top:2px;color:var(--sh-gold-soft)}.sh-product-bestfor small,.sh-product-bestfor strong{display:block}.sh-product-bestfor small{margin-bottom:2px;color:rgba(255,255,255,.55);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.sh-product-bestfor strong{color:#fff;font-size:13px;line-height:1.45}.sh-product-statbar{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055)}.sh-product-statbar>div{padding:18px 24px}.sh-product-statbar>div+div{border-left:1px solid rgba(255,255,255,.11)}.sh-product-statbar strong,.sh-product-statbar span{display:block}.sh-product-statbar strong{color:#fff;font-size:18px;letter-spacing:-.02em}.sh-product-statbar span{margin-top:3px;color:rgba(255,255,255,.57);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.sh-product-detail{display:grid!important;grid-template-columns:minmax(0,1.5fr) minmax(340px,.66fr)!important;gap:24px!important;align-items:start}.sh-product-detail-main{padding:0!important;border:0!important;background:transparent!important}.sh-product-content-block,.sh-product-process,.sh-product-faq{padding:32px;border:1px solid var(--sh-line);border-radius:24px;background:#fff;box-shadow:0 10px 34px rgba(0,48,26,.045)}.sh-product-detail-main>section+section{margin-top:18px}.sh-product-content-block h2,.sh-product-process h2,.sh-product-faq h2{margin:7px 0 18px;font-size:27px;line-height:1.12;letter-spacing:-.035em}.sh-product-copy{margin:0 0 22px!important;color:#49574f;line-height:1.75}.sh-product-copy p:last-child{margin-bottom:0}.sh-product-copy-intro{margin:0 0 22px;color:#49574f;font-size:15px;line-height:1.72}.sh-product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.sh-product-feature-grid>div{min-height:64px;align-items:flex-start!important;padding:14px!important;border:1px solid #e5ebe7;border-radius:14px!important;background:#f8faf8!important;color:#354139;font-size:12px;line-height:1.48}.sh-product-feature-grid i{margin-top:2px;color:var(--sh-green);font-size:15px}
.sh-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.sh-process-grid>div{position:relative;min-height:205px;padding:20px;border:1px solid var(--sh-line);border-radius:17px;background:linear-gradient(180deg,#fff,#fafbfa)}.sh-process-grid>div>span{position:absolute;top:14px;right:14px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--sh-green-dark);color:#fff;font-size:10px;font-weight:900}.sh-process-grid>div>i{width:42px;height:42px;display:grid;place-items:center;margin-bottom:18px;border-radius:13px;background:#edf6ef;color:var(--sh-green);font-size:18px}.sh-process-grid strong{display:block;margin-bottom:7px;font-size:14px}.sh-process-grid p{margin:0;color:var(--sh-muted);font-size:11px;line-height:1.55}
.sh-product-faq details{border-top:1px solid var(--sh-line)}.sh-product-faq details:last-child{border-bottom:1px solid var(--sh-line)}.sh-product-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;cursor:pointer;list-style:none;font-size:13px;font-weight:850}.sh-product-faq summary::-webkit-details-marker{display:none}.sh-product-faq summary i{color:var(--sh-green);transition:transform .18s ease}.sh-product-faq details[open] summary i{transform:rotate(45deg)}.sh-product-faq details p{margin:-2px 0 17px;color:var(--sh-muted);font-size:12px;line-height:1.65}
.sh-product-buybox{top:22px!important;padding:27px!important;border:1px solid #dbe4de!important;border-radius:24px!important;background:#fff!important;box-shadow:0 22px 62px rgba(0,48,26,.11)!important}.sh-buybox-head h2{margin:5px 0 4px;font-size:22px;line-height:1.15;letter-spacing:-.03em}.sh-buybox-head p{margin:0;color:var(--sh-muted);font-size:11px}.sh-product-bigprice{padding:6px 0 1px}.sh-product-bigprice strong{font-size:49px!important;letter-spacing:-.055em}.sh-product-bigprice span{color:var(--sh-muted);font-size:11px;font-weight:900}.sh-buybox-cadence{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:10px;background:#f4f7f5;color:var(--sh-green-dark);font-size:10px;font-weight:850}.sh-buybox-divider{height:1px;background:var(--sh-line)}.sh-buybox-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:11px}.sh-buybox-row>span{color:var(--sh-muted)}.sh-buybox-row>strong{text-align:right}.sh-buybox-currency{display:grid;gap:8px}.sh-buybox-currency>span{font-size:10px;color:var(--sh-muted);font-weight:850}.sh-buybox-account{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;padding:12px;border:1px solid var(--sh-line);border-radius:12px;background:#fafbfa}.sh-buybox-account>i{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#edf6ef;color:var(--sh-green)}.sh-buybox-account small,.sh-buybox-account strong{display:block;min-width:0}.sh-buybox-account small{margin:0 0 2px!important;text-align:left!important;color:var(--sh-muted);font-size:9px}.sh-buybox-account strong{overflow:hidden;text-overflow:ellipsis;color:var(--sh-ink);font-size:11px;white-space:nowrap}.sh-buybox-security{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;padding-top:4px}.sh-buybox-security>i{margin-top:2px;color:var(--sh-green)}.sh-buybox-security strong,.sh-buybox-security span{display:block}.sh-buybox-security strong{font-size:10px}.sh-buybox-security span{margin-top:2px;color:var(--sh-muted);font-size:9px;line-height:1.45}.sh-buybox-signin{margin:-7px 0 0;color:var(--sh-muted);font-size:10px;line-height:1.5;text-align:center}
.sh-product-related{margin:48px 0 0!important}.sh-product-related__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.sh-product-related__head h2{margin:5px 0 0;font-size:26px;letter-spacing:-.035em}.sh-product-related__head>a{display:inline-flex;gap:7px;align-items:center;color:var(--sh-green-dark);font-size:11px;font-weight:900}.sh-related-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.sh-related-products>a{position:relative;min-height:180px;padding:20px!important;border-radius:18px!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.sh-related-products>a:hover{transform:translateY(-3px);border-color:var(--sh-gold);box-shadow:0 15px 36px rgba(0,48,26,.08)}.sh-related-products>a>strong{font-size:17px;line-height:1.2}.sh-related-products>a>span:not(.sh-solutions-kicker){line-height:1.5}.sh-related-products>a>div{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid var(--sh-line)}.sh-related-products>a>div b{color:var(--sh-ink);font-size:12px}.sh-related-products>a>div i{margin:0!important;color:var(--sh-green)}

/* Checkout review modal */
body.sh-checkout-open{overflow:hidden}.sh-checkout-modal[hidden]{display:none!important}.sh-checkout-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:18px}.sh-checkout-modal__backdrop{position:absolute;inset:0;background:rgba(5,14,9,.72);backdrop-filter:blur(7px)}.sh-checkout-modal__dialog{position:relative;z-index:1;width:min(100%,610px);max-height:calc(100vh - 36px);overflow:auto;border:1px solid rgba(255,255,255,.1);border-radius:27px;background:#fff;box-shadow:0 42px 110px rgba(0,0,0,.35)}.sh-checkout-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.sh-checkout-modal__brand{display:flex;align-items:center;gap:12px;padding:25px 62px 22px 25px;background:linear-gradient(135deg,var(--sh-green-deep),var(--sh-green-dark));color:#fff}.sh-checkout-modal__brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--sh-gold);color:var(--sh-green-deep)}.sh-checkout-modal__brand strong,.sh-checkout-modal__brand small{display:block}.sh-checkout-modal__brand strong{font-size:14px}.sh-checkout-modal__brand small{margin-top:2px;color:rgba(255,255,255,.62);font-size:9px}.sh-checkout-modal__progress{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:9px;align-items:center;padding:15px 24px;border-bottom:1px solid var(--sh-line);background:#f8faf8}.sh-checkout-modal__progress>div{display:flex;align-items:center;gap:7px;color:var(--sh-muted);font-size:9px}.sh-checkout-modal__progress>div>span{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#e8ece9;color:#5f6963;font-size:9px;font-weight:900}.sh-checkout-modal__progress>div.is-active,.sh-checkout-modal__progress>div.is-done{color:var(--sh-green-dark)}.sh-checkout-modal__progress>div.is-active>span,.sh-checkout-modal__progress>div.is-done>span{background:var(--sh-green-dark);color:#fff}.sh-checkout-modal__progress>i{color:#bac4bd;font-size:8px}.sh-checkout-modal__content{padding:28px}.sh-checkout-modal__content h2{margin:6px 0 6px;font-size:28px;line-height:1.1;letter-spacing:-.04em}.sh-checkout-modal__content>p{margin:0 0 19px;color:var(--sh-muted);font-size:12px;line-height:1.6}.sh-checkout-modal__summary{overflow:hidden;border:1px solid var(--sh-line);border-radius:15px}.sh-checkout-modal__summary>div{display:grid;grid-template-columns:115px minmax(0,1fr);gap:18px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--sh-line)}.sh-checkout-modal__summary>div:last-child{border-bottom:0}.sh-checkout-modal__summary>div>span{color:var(--sh-muted);font-size:10px;font-weight:800}.sh-checkout-modal__summary>div>strong{justify-self:end;text-align:right;font-size:12px}.sh-checkout-modal__summary .sh-currency{justify-self:end}.sh-checkout-modal__total{background:#f5f8f6}.sh-checkout-modal__total strong{font-size:18px!important;color:var(--sh-green-dark)}.sh-checkout-modal__security{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:15px;padding:13px 14px;border-radius:13px;background:#f0f7f2}.sh-checkout-modal__security>i{margin-top:2px;color:var(--sh-green)}.sh-checkout-modal__security strong,.sh-checkout-modal__security span{display:block}.sh-checkout-modal__security strong{font-size:11px}.sh-checkout-modal__security span{margin-top:2px;color:var(--sh-muted);font-size:9px;line-height:1.45}.sh-checkout-modal__actions{display:flex;justify-content:flex-end;gap:9px;padding:16px 28px 24px}.sh-checkout-modal__actions .sh-btn{min-height:44px;border-radius:12px}.sh-checkout-modal__actions .sh-btn-primary{min-width:260px}

/* Checkout page and return states */
.sh-checkout-page{padding-bottom:88px;background:#fff}.sh-checkout-page>.sh-dashboard-head{min-height:330px}.sh-checkout-progress{width:min(calc(100% - 44px),var(--sh-container));margin:-28px auto 30px;position:relative;z-index:3;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center;padding:16px 19px;border:1px solid var(--sh-line);border-radius:19px;background:#fff;box-shadow:0 18px 45px rgba(0,48,26,.1)}.sh-checkout-progress>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.sh-checkout-progress>div>span{grid-row:1/3;width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#eef2ef;color:var(--sh-muted);font-size:11px;font-weight:900}.sh-checkout-progress>div>strong{font-size:11px}.sh-checkout-progress>div>small{color:var(--sh-muted);font-size:9px}.sh-checkout-progress>div.is-active>span{background:var(--sh-green-dark);color:#fff}.sh-checkout-progress>i{color:#b9c5bd;font-size:10px}.sh-checkout-page>.sh-pricing{width:min(calc(100% - 44px),var(--sh-container));margin:0 auto;padding-top:8px}.sh-payment-result{min-height:70vh;display:grid;place-items:center;padding:70px 22px;background:linear-gradient(180deg,#f5f8f6,#fff)}.sh-payment-result__card{width:min(100%,760px);padding:45px;border:1px solid var(--sh-line);border-radius:29px;background:#fff;text-align:center;box-shadow:0 28px 85px rgba(0,48,26,.12)}.sh-payment-result__icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 19px;border-radius:22px;background:#edf7ef;color:var(--sh-green);font-size:29px}.sh-payment-result__card.is-cancelled .sh-payment-result__icon{background:#f4f5f4;color:var(--sh-muted)}.sh-payment-result__card h1{margin:6px 0 10px;font-size:clamp(34px,4vw,49px);line-height:1.05;letter-spacing:-.045em}.sh-payment-result__card>p{max-width:600px;margin:0 auto;color:var(--sh-muted);font-size:14px;line-height:1.65}.sh-payment-result__steps{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:25px 0}.sh-payment-result__steps span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#f3f5f4;color:var(--sh-muted);font-size:10px;font-weight:850}.sh-payment-result__steps .is-done{background:#eaf7ed;color:var(--sh-good)}.sh-payment-result__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:25px}

@media(max-width:1050px){.sh-solutions-hero__inner{grid-template-columns:1fr;gap:35px}.sh-solutions-hero__panel{max-width:680px}.sh-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-product-detail{grid-template-columns:1fr!important}.sh-product-buybox{position:static!important}.sh-product-buybox{max-width:none}.sh-process-grid{grid-template-columns:1fr 1fr}.sh-related-products{grid-template-columns:1fr 1fr!important}}
@media(max-width:760px){.sh-solutions-hero__inner,.sh-solutions-intro,.sh-solutions-section,.sh-solutions-confidence,.sh-product-shell,.sh-checkout-progress,.sh-checkout-page>.sh-pricing{width:min(calc(100% - 28px),var(--sh-container))}.sh-solutions-hero__inner{min-height:0;padding:58px 0 64px}.sh-solutions-hero__copy h1{font-size:clamp(43px,13vw,62px)}.sh-solutions-hero__copy>p{font-size:16px}.sh-solutions-hero__panel{padding:24px;border-radius:22px}.sh-solutions-intro{grid-template-columns:1fr;gap:15px;padding:52px 0 26px}.sh-solutions-intro h2{font-size:36px}.sh-solutions-section__head{align-items:flex-start;flex-direction:column}.sh-solution-grid{grid-template-columns:1fr}.sh-solutions-confidence{grid-template-columns:1fr}.sh-solutions-confidence>div+div{border-left:0;border-top:1px solid var(--sh-line)}.sh-solution-addon{grid-template-columns:auto 1fr}.sh-solution-addon__price{grid-column:2;text-align:left;display:flex;align-items:center;gap:7px}.sh-solution-addon__price strong,.sh-solution-addon__price span{display:inline}.sh-solution-addon__price span{margin:0}.sh-product-breadcrumb{min-height:54px}.sh-product-showcase{border-radius:24px}.sh-product-showcase__main{grid-template-columns:1fr;padding:30px 26px 27px}.sh-product-showcase__icon{width:58px;height:58px;border-radius:18px}.sh-product-showcase h1{font-size:43px}.sh-product-showcase .sh-product-lead{font-size:15px}.sh-product-statbar{grid-template-columns:1fr}.sh-product-statbar>div{padding:13px 26px}.sh-product-statbar>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.1)}.sh-product-content-block,.sh-product-process,.sh-product-faq{padding:24px}.sh-product-feature-grid{grid-template-columns:1fr!important}.sh-process-grid{grid-template-columns:1fr}.sh-process-grid>div{min-height:0}.sh-product-buybox{padding:23px!important}.sh-related-products{grid-template-columns:1fr!important}.sh-product-related__head{align-items:flex-start;flex-direction:column}.sh-checkout-modal{padding:9px}.sh-checkout-modal__dialog{max-height:calc(100vh - 18px);border-radius:21px}.sh-checkout-modal__brand{padding:21px 56px 19px 20px}.sh-checkout-modal__progress{padding:13px 17px;gap:5px}.sh-checkout-modal__progress>div{gap:5px}.sh-checkout-modal__progress>div b{display:none}.sh-checkout-modal__content{padding:22px 20px}.sh-checkout-modal__summary>div{grid-template-columns:90px 1fr}.sh-checkout-modal__actions{display:grid;grid-template-columns:1fr;padding:13px 20px 20px}.sh-checkout-modal__actions .sh-btn-primary{min-width:0}.sh-checkout-modal__actions .sh-btn-light{order:2}.sh-checkout-progress{grid-template-columns:1fr;gap:8px;margin-top:-20px}.sh-checkout-progress>i{display:none}.sh-payment-result__card{padding:31px 23px;border-radius:23px}.sh-payment-result__actions{display:grid}.sh-payment-result__actions .sh-btn{width:100%;justify-content:center}}
@media(max-width:430px){.sh-solutions-hero__actions{display:grid}.sh-solutions-hero__actions .sh-btn{width:100%;justify-content:center}.sh-solution-card{padding:21px}.sh-solution-card__recommended{margin:-21px -21px 19px}.sh-product-showcase h1{font-size:38px}.sh-product-content-block h2,.sh-product-process h2,.sh-product-faq h2{font-size:24px}.sh-product-bigprice strong{font-size:43px!important}}

/* Candidate + employer account access */
.sh-auth-page{min-height:760px;background:#f4f7f5}
.sh-auth-shell{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr);min-height:760px;width:100%}
.sh-auth-story{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;min-height:760px;padding:44px clamp(34px,5vw,78px);overflow:hidden;color:#fff;background:linear-gradient(145deg,var(--sh-green-deep),var(--sh-green-dark) 58%,#002c18)}
.sh-auth-story:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:56px 56px}
.sh-auth-story:after{content:"";position:absolute;right:-210px;bottom:-210px;z-index:-1;width:560px;height:560px;border:1px solid rgba(213,190,82,.24);border-radius:50%;box-shadow:0 0 0 90px rgba(213,190,82,.035),0 0 0 180px rgba(213,190,82,.02)}
.sh-auth-brand{display:inline-flex;align-items:center;gap:13px;width:max-content;color:#fff!important}
.sh-auth-brand__mark{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:var(--sh-gold);color:var(--sh-green-deep);font-size:18px;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.sh-auth-brand strong,.sh-auth-brand small{display:block}.sh-auth-brand strong{font-size:16px;line-height:1.1;font-weight:900}.sh-auth-brand small{margin-top:3px;color:rgba(255,255,255,.68);font-size:10px;font-weight:700}
.sh-auth-story__content{max-width:620px;padding:72px 0 50px}.sh-auth-story__content .sh-eyebrow{color:var(--sh-gold-soft)}.sh-auth-story__content h1{margin:0 0 18px;color:#fff;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.055em;font-weight:950}.sh-auth-story__content>p{max-width:590px;margin:0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.72}
.sh-auth-benefits{display:grid;gap:13px;margin-top:34px}.sh-auth-benefits>div{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.sh-auth-benefits>div>i{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:rgba(213,190,82,.15);color:var(--sh-gold-soft)}.sh-auth-benefits strong,.sh-auth-benefits small{display:block}.sh-auth-benefits strong{color:#fff;font-size:12px}.sh-auth-benefits small{margin-top:2px;color:rgba(255,255,255,.61);font-size:10px;line-height:1.45}
.sh-auth-trust{display:flex;align-items:flex-start;gap:9px;color:rgba(255,255,255,.6);font-size:10px;line-height:1.55}.sh-auth-trust i{margin-top:2px;color:var(--sh-gold-soft)}
.sh-auth-main{display:grid;place-items:center;padding:54px clamp(24px,5vw,78px);background:linear-gradient(180deg,#f8faf9,#eef3f0)}
.sh-auth-card{width:min(100%,560px);padding:34px;border:1px solid #dce5df;border-radius:28px;background:#fff;box-shadow:0 28px 76px rgba(0,48,26,.13)}
.sh-auth-card__head{margin-bottom:22px}.sh-auth-card__head h2,.sh-auth-signed-in h2{margin:5px 0 8px;color:var(--sh-ink);font-size:clamp(29px,3vw,38px);line-height:1.08;letter-spacing:-.04em;font-weight:950}.sh-auth-card__head>p,.sh-auth-signed-in>p{margin:0;color:var(--sh-muted);font-size:13px;line-height:1.65}
.sh-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 24px;padding:5px;border:1px solid var(--sh-line);border-radius:14px;background:#f4f7f5}.sh-auth-tabs button{min-height:43px;border:0;border-radius:10px;background:transparent;color:#59655e;font-size:12px;font-weight:900;cursor:pointer}.sh-auth-tabs button.is-active{background:#fff;color:var(--sh-green-dark);box-shadow:0 4px 14px rgba(0,48,26,.08)}
.sh-auth-panel{display:none}.sh-auth-panel.is-active{display:block}.sh-auth-panel .sh-google-auth-block{max-width:none;margin:0}.sh-auth-panel .sh-google-signin{min-height:44px}.sh-auth-panel .sh-google-signin>div{max-width:100%!important}
.sh-auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:#87918b;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sh-auth-divider:before,.sh-auth-divider:after{content:"";height:1px;flex:1;background:#e2e8e4}
.sh-account-auth-form{display:grid;gap:14px}.sh-auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sh-auth-field{display:grid;gap:7px;color:var(--sh-ink);font-size:11px;font-weight:900}.sh-auth-field>span:first-child{letter-spacing:.01em}.sh-auth-field input{width:100%;min-height:48px;padding:0 14px;border:1px solid #d6dfd9;border-radius:12px;background:#fff;color:var(--sh-ink);font-size:13px;outline:0;transition:border-color .15s,box-shadow .15s}.sh-auth-field input:focus{border-color:var(--sh-green);box-shadow:0 0 0 3px rgba(0,104,55,.09)}.sh-auth-field small{margin-top:-2px;color:var(--sh-muted);font-size:9px;font-weight:700}
.sh-password-wrap{position:relative;display:block}.sh-password-wrap input{padding-right:48px}.sh-password-wrap button{position:absolute;top:50%;right:7px;transform:translateY(-50%);display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:9px;background:transparent;color:#738078;cursor:pointer}.sh-password-wrap button:hover{background:#f1f5f2;color:var(--sh-green)}
.sh-auth-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--sh-muted);font-size:10px}.sh-auth-form-row>a{color:var(--sh-green);font-weight:850}.sh-auth-check{display:flex;align-items:center;gap:7px;cursor:pointer}.sh-auth-check input{width:15px;height:15px;accent-color:var(--sh-green)}
.sh-account-auth-form .sh-btn{min-height:50px;margin-top:1px;border-radius:12px}.sh-account-auth-form .sh-form-status{min-height:0;margin-top:0;font-size:11px}.sh-account-auth-form .sh-form-status:empty{display:none}.sh-account-auth-form .sh-form-status.is-error{display:block;padding:10px 12px;border-radius:10px;background:#fff0ee;color:var(--sh-danger);font-weight:800}.sh-account-auth-form .sh-form-status.is-success{display:block;padding:10px 12px;border-radius:10px;background:#edf8f0;color:var(--sh-good);font-weight:800}
.sh-auth-fineprint{margin:16px 0 0!important;color:#7a857e!important;font-size:9px!important;line-height:1.6!important}.sh-auth-switch{margin:24px -34px -34px;padding:17px 24px;border-top:1px solid var(--sh-line);border-radius:0 0 28px 28px;background:#f8faf9;text-align:center}.sh-auth-switch a{display:inline-flex;align-items:center;gap:8px;color:var(--sh-green)!important;font-size:11px;font-weight:900}
.sh-auth-signed-in{text-align:center}.sh-auth-status-icon{display:grid;width:66px;height:66px;margin:0 auto 19px;place-items:center;border-radius:20px;background:#edf8f0;color:var(--sh-good);font-size:27px}.sh-auth-signed-in .sh-eyebrow{justify-content:center}.sh-auth-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:24px}.sh-auth-actions .sh-btn{min-height:46px}

@media(max-width:960px){.sh-auth-shell{grid-template-columns:1fr}.sh-auth-story{min-height:auto;padding:34px max(24px,calc((100vw - 680px)/2));}.sh-auth-story__content{padding:52px 0 34px}.sh-auth-story__content h1{max-width:700px}.sh-auth-benefits{grid-template-columns:repeat(3,1fr)}.sh-auth-benefits>div{grid-template-columns:1fr;align-items:start}.sh-auth-trust{margin-top:26px}.sh-auth-main{padding:42px 22px 70px}}
@media(max-width:680px){.sh-auth-story{padding:27px 22px 32px}.sh-auth-story__content{padding:44px 0 22px}.sh-auth-story__content h1{font-size:42px}.sh-auth-benefits{grid-template-columns:1fr}.sh-auth-benefits>div{grid-template-columns:42px 1fr}.sh-auth-main{padding:28px 14px 56px}.sh-auth-card{padding:24px;border-radius:22px}.sh-auth-switch{margin:22px -24px -24px;border-radius:0 0 22px 22px}.sh-auth-name-grid{grid-template-columns:1fr}.sh-auth-form-row{align-items:flex-start;flex-direction:column}.sh-auth-actions{display:grid}.sh-auth-actions .sh-btn{width:100%;justify-content:center}}

/* v0.6.5 employer experience + localized Hiring Solutions */
.sh-hire-experience{background:#fff}
.sh-hire-hero{width:100%!important;max-width:none!important;margin:0!important;position:relative;overflow:hidden;background:linear-gradient(138deg,#002d19 0,#004d2a 57%,#006837 100%);color:#fff}
.sh-hire-hero:before{content:"";position:absolute;right:-210px;top:-270px;width:650px;height:650px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 78px rgba(255,255,255,.025),0 0 0 156px rgba(255,255,255,.015)}
.sh-hire-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,var(--sh-gold),#fff1a9,var(--sh-gold))}
.sh-hire-hero__inner{position:relative;z-index:1;width:min(calc(100% - 48px),var(--sh-container));min-height:610px;margin:0 auto;padding:70px 0 78px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:64px;align-items:center}
.sh-hire-hero__copy{max-width:735px}.sh-hire-hero__copy .sh-eyebrow{color:var(--sh-gold-soft)}.sh-hire-hero__copy .sh-eyebrow:before{background:var(--sh-gold)}
.sh-hire-hero__copy h1{margin:12px 0 22px;color:#fff;font-size:clamp(49px,5.7vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:950}
.sh-hire-hero__copy>p{max-width:720px;margin:0;color:rgba(255,255,255,.8);font-size:18px;line-height:1.72}
.sh-hire-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:29px}.sh-hire-hero__actions .sh-btn{min-height:49px;padding:0 19px;border-radius:13px}.sh-hire-hero__actions .sh-btn-primary{background:var(--sh-gold);border-color:var(--sh-gold);color:#162419}.sh-hire-hero__actions .sh-btn-primary:hover{background:#e2cc68;border-color:#e2cc68}.sh-hire-hero__actions .sh-btn-ghost{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff}.sh-hire-hero__actions .sh-btn-ghost:hover{background:rgba(255,255,255,.12)}
.sh-hire-hero__trust{display:flex;flex-wrap:wrap;gap:17px 23px;margin-top:30px;color:rgba(255,255,255,.69);font-size:11px;font-weight:800}.sh-hire-hero__trust span{display:inline-flex;align-items:center;gap:7px}.sh-hire-hero__trust i{color:var(--sh-gold-soft)}
.sh-hire-hero__visual{position:relative;display:grid;place-items:center;min-width:0}.sh-hire-hero__image-wrap{position:relative;width:min(100%,560px);padding:26px;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:rgba(255,255,255,.075);box-shadow:0 36px 84px rgba(0,0,0,.22);backdrop-filter:blur(8px)}.sh-hire-hero__image-wrap:before{content:"";position:absolute;inset:13px;border:1px solid rgba(213,190,82,.2);border-radius:25px;pointer-events:none}.sh-hire-hero__image-wrap img{position:relative;width:100%;height:auto;filter:drop-shadow(0 18px 26px rgba(0,0,0,.16))}
.sh-hire-hero__market{position:absolute;right:-6px;bottom:10px;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;max-width:250px;padding:11px 14px;border-radius:15px;background:#fff;color:var(--sh-ink);box-shadow:0 18px 42px rgba(0,0,0,.2)}.sh-hire-hero__market>span{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--sh-green);color:#fff;font-size:11px;font-weight:950;letter-spacing:.06em}.sh-hire-hero__market strong{font-size:11px;line-height:1.35}
.sh-hire-intro{padding:72px 0 62px!important;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:58px;align-items:end}.sh-hire-intro__copy h2{margin:6px 0 18px;font-size:clamp(36px,4vw,54px);line-height:1.03;letter-spacing:-.045em}.sh-hire-intro__copy>p{margin:0;color:var(--sh-muted);font-size:15px;line-height:1.78}
.sh-hire-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.sh-hire-feature-card{min-height:185px;padding:22px;border:1px solid var(--sh-line);border-radius:21px;background:linear-gradient(145deg,#fff,#f7faf8);box-shadow:0 14px 35px rgba(0,48,26,.05);display:grid;grid-template-columns:62px 1fr;grid-template-rows:auto auto;column-gap:15px;align-content:center}.sh-hire-feature-card img{grid-row:1/3;width:62px;height:62px;object-fit:contain}.sh-hire-feature-card strong{align-self:end;color:var(--sh-green-dark);font-size:20px;line-height:1.05;letter-spacing:-.025em}.sh-hire-feature-card span{align-self:start;margin-top:4px;color:var(--sh-muted);font-size:11px;font-weight:800;line-height:1.35}
.sh-hire-story{padding:4px 0 70px!important}.sh-hire-story__row{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:58px;align-items:center;padding:62px 0;border-top:1px solid var(--sh-line)}.sh-hire-story__row.is-reversed .sh-hire-story__copy{order:2}.sh-hire-story__row.is-reversed .sh-hire-story__media{order:1}.sh-hire-story__copy h2{margin:7px 0 17px;font-size:clamp(34px,3.8vw,50px);line-height:1.04;letter-spacing:-.045em}.sh-hire-story__copy>p{margin:0;color:var(--sh-muted);font-size:15px;line-height:1.78}.sh-hire-story__copy ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.sh-hire-story__copy li{display:grid;grid-template-columns:21px 1fr;gap:10px;align-items:start;color:#34443a;font-size:13px;line-height:1.58}.sh-hire-story__copy li i{margin-top:3px;color:var(--sh-green)}.sh-hire-story__copy li strong{color:var(--sh-ink)}
.sh-hire-story__media{position:relative;display:grid;place-items:center;min-height:370px;padding:31px;border:1px solid var(--sh-line);border-radius:28px;background:radial-gradient(circle at 30% 20%,#fff 0,#f4f8f5 62%,#eef4f0 100%);box-shadow:0 24px 60px rgba(0,48,26,.08);overflow:hidden}.sh-hire-story__media:after{content:"";position:absolute;width:250px;height:250px;right:-90px;bottom:-110px;border:1px solid rgba(0,104,55,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(0,104,55,.025)}.sh-hire-story__media img{position:relative;z-index:1;max-width:100%;max-height:440px;width:auto;height:auto}.sh-hire-story__media--square img{max-height:430px}.sh-hire-story__media--analytics img{width:100%;max-height:430px;object-fit:contain}
.sh-solutions-intro--pricing{padding-top:68px!important;border-top:1px solid var(--sh-line)}.sh-solutions-intro__right{display:grid;gap:13px}.sh-solutions-intro__right>p{margin:0}.sh-market-note{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:8px 11px;border-radius:10px;background:#edf7f1;color:var(--sh-green-dark);font-size:10px;font-weight:850}.sh-market-note i{color:var(--sh-green)}
.sh-hire-commitment{margin-top:68px!important;padding:42px!important;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center;border:1px solid #16492f;border-radius:28px;background:linear-gradient(135deg,#08291a,#0c3d26);color:#fff;box-shadow:0 24px 64px rgba(0,48,26,.13)}.sh-hire-commitment .sh-eyebrow{color:var(--sh-gold-soft)}.sh-hire-commitment .sh-eyebrow:before{background:var(--sh-gold)}.sh-hire-commitment h2{margin:5px 0 13px;color:#fff;font-size:clamp(31px,3vw,43px);line-height:1.06;letter-spacing:-.04em}.sh-hire-commitment p{max-width:820px;margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.75}.sh-hire-commitment__actions{display:grid;gap:9px;min-width:230px}.sh-hire-commitment__actions .sh-btn{justify-content:center}.sh-hire-commitment__actions .sh-btn-primary{background:var(--sh-gold);border-color:var(--sh-gold);color:#14231a}.sh-hire-commitment__actions .sh-btn-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.17);color:#fff}
@media(max-width:1050px){.sh-hire-hero__inner{grid-template-columns:1fr;gap:44px}.sh-hire-hero__copy{max-width:850px}.sh-hire-hero__visual{max-width:650px}.sh-hire-intro{grid-template-columns:1fr}.sh-hire-story__row{grid-template-columns:1fr;gap:32px}.sh-hire-story__row.is-reversed .sh-hire-story__copy,.sh-hire-story__row.is-reversed .sh-hire-story__media{order:initial}.sh-hire-story__copy{max-width:820px}.sh-hire-commitment{grid-template-columns:1fr}.sh-hire-commitment__actions{display:flex;flex-wrap:wrap;min-width:0}}
@media(max-width:700px){.sh-hire-hero__inner{width:min(calc(100% - 30px),var(--sh-container));min-height:0;padding:54px 0 63px}.sh-hire-hero__copy h1{font-size:clamp(42px,13vw,61px)}.sh-hire-hero__copy>p{font-size:16px}.sh-hire-hero__actions{display:grid}.sh-hire-hero__actions .sh-btn{width:100%;justify-content:center}.sh-hire-hero__trust{display:grid;gap:10px}.sh-hire-hero__image-wrap{padding:17px;border-radius:24px}.sh-hire-hero__market{position:relative;right:auto;bottom:auto;margin:-12px 12px 0;justify-self:stretch;max-width:none}.sh-hire-intro{padding:54px 0 45px!important;gap:34px}.sh-hire-feature-grid{grid-template-columns:1fr}.sh-hire-feature-card{min-height:128px}.sh-hire-story{padding-bottom:48px!important}.sh-hire-story__row{padding:45px 0}.sh-hire-story__media{min-height:0;padding:22px;border-radius:22px}.sh-hire-story__copy h2{font-size:35px}.sh-solutions-intro--pricing{padding-top:52px!important}.sh-market-note{width:100%;line-height:1.45}.sh-hire-commitment{margin-top:50px!important;padding:27px!important;border-radius:22px}.sh-hire-commitment__actions{display:grid}.sh-hire-commitment__actions .sh-btn{width:100%}}


/* v0.6.6 integrated embedded checkout refinement */
.sh-checkout-modal{padding:22px}.sh-checkout-modal__backdrop{background:rgba(5,14,9,.78);backdrop-filter:blur(10px)}
.sh-checkout-modal__dialog{width:min(100%,760px);max-height:calc(100vh - 44px);border-radius:30px;border:1px solid rgba(255,255,255,.14);box-shadow:0 42px 120px rgba(0,0,0,.42);scrollbar-width:thin;scrollbar-color:#b9c8be transparent}
.sh-checkout-modal__brand{position:sticky;top:0;z-index:5;padding:22px 68px 20px 24px;background:linear-gradient(135deg,#00351d 0%,#00552e 100%);border-radius:29px 29px 0 0}.sh-checkout-modal__mark{width:46px!important;height:46px!important;background:linear-gradient(145deg,#e4cc62,#c9ad35)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.26),0 7px 18px rgba(0,0,0,.16)}.sh-checkout-modal__mark img{display:block;width:32px;height:32px;object-fit:contain}.sh-checkout-modal__brand strong{font-size:15px;letter-spacing:-.015em}.sh-checkout-modal__brand small{font-size:9px}.sh-checkout-modal__secure{margin-left:auto!important;width:auto!important;height:auto!important;padding:7px 10px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;color:#e9f2ec!important;font-size:9px!important;font-weight:850!important;display:inline-flex!important;gap:6px;align-items:center}.sh-checkout-modal__secure i{color:#e4cc62}
.sh-checkout-modal__close{top:18px;right:18px;width:38px;height:38px;background:rgba(255,255,255,.11);transition:background .15s ease,transform .15s ease}.sh-checkout-modal__close:hover{background:rgba(255,255,255,.2);transform:rotate(4deg)}
.sh-checkout-modal__progress{padding:16px 24px;background:#f7faf8}.sh-checkout-modal__progress>div{font-size:10px;font-weight:800}.sh-checkout-modal__progress>div>span{width:25px;height:25px}.sh-checkout-modal__content{padding:30px 30px 24px}.sh-checkout-modal__content h2{font-size:32px;margin:7px 0 7px}.sh-checkout-modal__content>p{font-size:13px;max-width:590px}
.sh-checkout-modal__summary{border-radius:18px;border-color:#dbe5de;box-shadow:0 8px 24px rgba(0,48,26,.035)}.sh-checkout-modal__summary>div{padding:14px 16px}.sh-checkout-modal__summary>div>span{font-size:10px}.sh-checkout-modal__summary>div>strong{font-size:13px}.sh-checkout-modal__total{background:linear-gradient(90deg,#f3f8f5,#f8faf9)}.sh-checkout-modal__total strong{font-size:20px!important}
.sh-checkout-modal__security{margin-top:16px;padding:15px 16px;border:1px solid #dceadf;background:#f1f8f3}.sh-checkout-modal__security>i{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#dff0e4}.sh-checkout-modal__security strong{font-size:12px}.sh-checkout-modal__security span{font-size:10px;line-height:1.55}
.sh-checkout-modal__actions{padding:15px 30px 28px;border-top:1px solid #edf1ee;background:#fff}.sh-checkout-modal__actions .sh-btn{min-height:46px}.sh-checkout-modal__actions .sh-btn-primary{min-width:245px;box-shadow:0 10px 24px rgba(0,104,55,.18)}
.sh-checkout-payhead{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;padding:26px 30px 18px;border-bottom:1px solid #e7ece8}.sh-checkout-payhead>button{appearance:none;border:1px solid #dbe4de;border-radius:10px;background:#fff;color:#315f42;padding:9px 11px;font-size:10px;font-weight:850;cursor:pointer}.sh-checkout-payhead>button:hover{border-color:#aec6b6;background:#f7faf8}.sh-checkout-payhead h2{margin:4px 0 4px;font-size:26px;line-height:1.12;letter-spacing:-.035em}.sh-checkout-payhead p{margin:0;color:var(--sh-muted);font-size:11px}.sh-checkout-embedded-shell{position:relative;min-height:430px;padding:18px 22px 8px;background:#fff}.sh-checkout-loading{min-height:360px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--sh-green-dark);text-align:center}.sh-checkout-loading[hidden]{display:none!important}.sh-checkout-loading i{font-size:22px;color:var(--sh-green)}.sh-checkout-loading strong{font-size:13px}.sh-checkout-loading span{color:var(--sh-muted);font-size:10px}.sh-checkout-trustbar{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:12px 22px 22px;color:#68766e;font-size:9px;font-weight:800}.sh-checkout-trustbar span{display:inline-flex;align-items:center;gap:6px}.sh-checkout-trustbar i{color:var(--sh-green)}
@media(max-width:760px){.sh-checkout-modal{padding:0}.sh-checkout-modal__dialog{width:100%;height:100%;max-height:none;border-radius:0;border:0}.sh-checkout-modal__brand{border-radius:0;padding:17px 57px 16px 16px}.sh-checkout-modal__secure{display:none!important}.sh-checkout-modal__progress{padding:12px 16px}.sh-checkout-modal__content{padding:22px 16px 18px}.sh-checkout-modal__content h2{font-size:28px}.sh-checkout-modal__actions{padding:12px 16px 20px}.sh-checkout-payhead{grid-template-columns:1fr;padding:18px 16px 14px}.sh-checkout-payhead>button{width:max-content}.sh-checkout-embedded-shell{padding:8px 6px;min-height:410px}.sh-checkout-trustbar{justify-content:flex-start;padding:10px 16px 22px;gap:9px 14px}}

/* Administrator job controls */
.sh-job-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:38px!important;margin-bottom:18px!important}.sh-job-topbar .sh-back{margin:0!important}.sh-admin-job-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.sh-admin-job-tools>span{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 11px;border:1px solid #dfe7e1;border-radius:999px;background:#f7f9f7;color:#5a685f;font-size:11px;font-weight:900}.sh-btn-danger{border-color:#c43d35;background:#b42318;color:#fff!important;box-shadow:0 10px 24px rgba(180,35,24,.16)}.sh-btn-danger:hover{border-color:#8f1f18;background:#8f1f18;color:#fff!important}.sh-btn-danger:focus-visible{outline:3px solid rgba(180,35,24,.2);outline-offset:2px}
@media(max-width:760px){.sh-job-topbar{align-items:flex-start;flex-direction:column}.sh-admin-job-tools{width:100%;justify-content:flex-start}.sh-admin-job-tools .sh-btn{flex:1 1 auto;justify-content:center}.sh-row-actions .sh-btn-danger{width:100%;justify-content:center}}
@media(max-width:520px){.sh-admin-job-tools{display:grid;grid-template-columns:1fr}.sh-admin-job-tools>span,.sh-admin-job-tools .sh-btn{width:100%;min-width:0;justify-content:center}.sh-admin-job-tools>span{border-radius:12px}.sh-job-topbar{gap:11px}}

/* Job Match interest capture */
.sh-job-match{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;margin:-54px 0 82px;padding:24px;border:1px solid rgba(213,190,82,.55);border-radius:24px;background:linear-gradient(135deg,#f7fbf8 0%,#fffdf4 100%);box-shadow:0 16px 42px rgba(0,78,42,.08)}
.sh-job-match__icon{display:grid;width:54px;height:54px;place-items:center;border-radius:17px;background:var(--sh-green);color:#fff;font-size:20px;box-shadow:0 10px 24px rgba(0,78,42,.2)}
.sh-job-match__body h2{margin:4px 0 8px;color:var(--sh-ink);font-size:clamp(24px,2.6vw,34px);line-height:1.08;letter-spacing:-.035em;font-weight:900}
.sh-job-match__body>p{max-width:780px;margin:0 0 12px;color:#4c5a52;line-height:1.65}
.sh-job-match__context{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.sh-job-match__context span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#eef5f1;color:var(--sh-green-dark);font-size:11px;font-weight:850}
.sh-job-interest-form{padding-top:18px;border-top:1px solid var(--sh-line)}
.sh-job-interest-fields{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:12px}.sh-job-interest-fields label{display:flex;flex-direction:column;gap:6px;color:var(--sh-ink);font-size:12px;font-weight:850}.sh-job-interest-fields input{width:100%;min-height:48px;padding:0 14px;border:1px solid #cfdad3;border-radius:13px;background:#fff;color:var(--sh-ink);font:inherit;outline:none}.sh-job-interest-fields input:focus{border-color:var(--sh-green);box-shadow:0 0 0 3px rgba(0,78,42,.08)}
.sh-job-interest-consent{display:flex;align-items:flex-start;gap:10px;margin:13px 0 16px;color:#536159;font-size:12px;line-height:1.55}.sh-job-interest-consent input{width:17px;height:17px;margin-top:2px;accent-color:var(--sh-green)}.sh-job-interest-consent a{color:var(--sh-green);font-weight:800;text-decoration:underline;text-underline-offset:2px}
.sh-job-interest-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sh-job-interest-actions small{color:var(--sh-muted)}.sh-job-interest-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.sh-job-interest-success{display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid #bfe0ca;border-radius:15px;background:#f0faf3;color:var(--sh-green-dark)}.sh-job-interest-success>i{font-size:24px}.sh-job-interest-success strong,.sh-job-interest-success span{display:block}.sh-job-interest-success span{margin-top:3px;color:#536159;font-size:13px}
.sh-job-interest-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px}.sh-job-interest-modal[hidden]{display:none}.sh-job-interest-modal__backdrop{position:absolute;inset:0;background:rgba(7,25,17,.66);backdrop-filter:blur(5px)}.sh-job-interest-modal__dialog{position:relative;width:min(480px,100%);padding:32px;border-radius:24px;background:#fff;color:var(--sh-ink);text-align:center;box-shadow:0 28px 90px rgba(0,0,0,.3)}.sh-job-interest-modal__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#eef4f0;color:var(--sh-ink);cursor:pointer}.sh-job-interest-modal__check{display:grid;width:64px;height:64px;margin:0 auto 16px;place-items:center;border-radius:50%;background:var(--sh-green);color:#fff;font-size:28px}.sh-job-interest-modal__dialog>span{display:block;color:var(--sh-green);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sh-job-interest-modal__dialog h2{margin:8px 0 10px;font-size:30px;line-height:1.05;letter-spacing:-.04em}.sh-job-interest-modal__dialog p{margin:0 0 20px;color:var(--sh-muted);line-height:1.6}.sh-interest-modal-open{overflow:hidden}
@media(max-width:700px){.sh-job-match{grid-template-columns:1fr;margin:-54px 0 54px;padding:18px;border-radius:20px}.sh-job-match__icon{width:48px;height:48px}.sh-job-interest-fields{grid-template-columns:1fr}.sh-job-interest-actions{align-items:stretch;flex-direction:column}.sh-job-interest-actions .sh-btn{width:100%;justify-content:center}.sh-job-interest-actions small{text-align:center}.sh-job-interest-modal__dialog{padding:28px 20px}}

/* 0.6.18 social account access */
.sh-auth-social-grid{display:grid;gap:10px;margin:2px 0 4px}.sh-auth-social-grid .sh-google-auth-block{margin:0}.sh-auth-social-grid .sh-linkedin-auth-button{width:100%;min-height:44px;border-radius:10px;border:1px solid #0a66c2;background:#fff;color:#0a66c2;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:800;font-size:14px;transition:background .18s ease,color .18s ease,border-color .18s ease}.sh-auth-social-grid .sh-linkedin-auth-button:hover{background:#eef6fc;color:#004182;border-color:#004182}.sh-auth-social-grid .sh-linkedin-auth-button i{font-size:18px}.sh-auth-social-grid:empty{display:none}

/* 0.6.18 employer job-posting experience */
.sh-post-job-page{background:linear-gradient(180deg,#f6faf7 0,#fff 34%,#fff 100%);padding-bottom:90px}
.sh-post-job-hero{min-height:430px;padding-top:82px;padding-bottom:70px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:54px;align-items:center;background:radial-gradient(circle at 88% 16%,rgba(213,190,82,.2),transparent 26%),radial-gradient(circle at 68% 85%,rgba(255,255,255,.08),transparent 34%),linear-gradient(135deg,#003a20 0%,#005c32 58%,#006837 100%)}
.sh-post-job-hero>div:first-child{width:min(100%,820px);margin-left:max(24px,calc((100vw - var(--sh-container))/2))}
.sh-post-job-hero .sh-eyebrow{color:#e4cf68}.sh-post-job-hero .sh-eyebrow:before{background:#e4cf68}
.sh-post-job-hero h1{max-width:800px;margin:0 0 20px;color:#fff;font-size:clamp(42px,5.5vw,76px);line-height:.96;letter-spacing:-.055em;font-weight:950}
.sh-post-job-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.7}
.sh-title-accent{color:var(--sh-gold)}
.sh-post-job-hero__trust{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:30px;color:#fff;font-size:12px;font-weight:800}.sh-post-job-hero__trust span{display:inline-flex;align-items:center;gap:8px}.sh-post-job-hero__trust i{color:var(--sh-gold)}
.sh-post-job-hero__side{width:min(380px,calc(100% - 48px));margin-right:max(24px,calc((100vw - var(--sh-container))/2));justify-self:end;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:15px;padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.1);backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(0,30,17,.25);color:#fff}
.sh-post-job-hero__side small,.sh-post-job-hero__side strong,.sh-post-job-hero__side span{display:block}.sh-post-job-hero__side small{margin-bottom:4px;color:rgba(255,255,255,.64);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.sh-post-job-hero__side strong{font-size:16px;line-height:1.25}.sh-post-job-hero__side span{margin-top:5px;color:rgba(255,255,255,.72);font-size:11px}.sh-post-job-hero__side span i{margin-right:5px;color:var(--sh-gold)}.sh-post-company-verified{color:var(--sh-gold);font-size:19px}
.sh-post-company-mark{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:#fff;color:var(--sh-green-dark);box-shadow:0 9px 26px rgba(0,0,0,.16);font-size:27px;font-weight:950}.sh-post-company-mark img{width:100%;height:100%;object-fit:contain;padding:8px}.sh-post-company-mark--small{width:54px;height:54px;border:1px solid #dce6df;border-radius:14px;box-shadow:none;font-size:20px}
.sh-post-stepper{position:relative;z-index:5;display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:10px;margin-top:-30px!important;margin-bottom:34px!important;padding:18px 22px;border:1px solid #dce7df;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(0,55,31,.12)}
.sh-post-stepper>button{appearance:none;border:0;background:transparent;padding:0;font:inherit;display:flex;align-items:center;gap:9px;min-width:0;color:#7a877f;cursor:pointer}.sh-post-stepper>button b{width:31px;height:31px;display:grid;place-items:center;flex:0 0 31px;border-radius:50%;border:1px solid #d5dfd8;background:#f7f9f8;color:#5d6962;font-size:11px}.sh-post-stepper>button em{font-style:normal;font-size:11px;font-weight:900;white-space:nowrap}.sh-post-stepper>i{height:2px;border-radius:999px;background:#e6ece8}.sh-post-stepper>button.is-active{color:var(--sh-green)}.sh-post-stepper>button.is-active b{border-color:var(--sh-green);background:var(--sh-green);color:#fff;box-shadow:0 5px 15px rgba(0,104,55,.18)}.sh-post-stepper>button.is-done b{border-color:#a8d2b7;background:#eaf6ee;color:var(--sh-green)}.sh-post-stepper>button.is-done b:before{content:"✓";font-size:13px}.sh-post-stepper>button.is-done b{font-size:0}
.sh-post-credit-alert{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:24px!important;padding:16px 18px!important;border:1px solid #eed7a0!important;border-radius:18px!important;background:#fff9e9!important}.sh-post-credit-alert>i{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#f6e8ba;color:#765b00}.sh-post-credit-alert strong,.sh-post-credit-alert span{display:block}.sh-post-credit-alert strong{font-size:13px}.sh-post-credit-alert span{margin-top:3px;color:#6c6552;font-size:11px}
.sh-post-form{margin:0}.sh-post-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.sh-post-main{min-width:0;display:grid;gap:22px}.sh-post-section{scroll-margin-top:110px;padding:30px;border:1px solid #dde7e0;border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(0,55,31,.055)}
.sh-post-section__head{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start;margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #e8eeea}.sh-post-number{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eef6f1;color:var(--sh-green);font-size:11px;font-weight:950;letter-spacing:.08em}.sh-post-section__head .sh-eyebrow{margin-bottom:7px;font-size:9px}.sh-post-section__head h2{margin:0 0 6px;color:var(--sh-ink);font-size:27px;line-height:1.1;letter-spacing:-.035em;font-weight:950}.sh-post-section__head p{max-width:720px;margin:0;color:var(--sh-muted);font-size:12px;line-height:1.6}
.sh-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sh-post-field{display:flex;flex-direction:column;gap:7px;min-width:0;color:var(--sh-ink);font-size:12px;font-weight:850}.sh-post-field>span{display:flex;align-items:center;gap:7px}.sh-post-field>span b{padding:3px 6px;border-radius:999px;background:#edf6f0;color:var(--sh-green);font-size:8px;letter-spacing:.04em;text-transform:uppercase}.sh-post-field input,.sh-post-field select,.sh-post-field textarea{width:100%;border:1px solid #cfdad3;border-radius:13px;background:#fff;color:var(--sh-ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.sh-post-field input,.sh-post-field select{min-height:49px;padding:0 13px}.sh-post-field textarea{min-height:250px;padding:13px;line-height:1.62;resize:vertical}.sh-post-field input:hover,.sh-post-field select:hover,.sh-post-field textarea:hover{border-color:#b7c8bd}.sh-post-field input:focus,.sh-post-field select:focus,.sh-post-field textarea:focus{border-color:var(--sh-green);box-shadow:0 0 0 4px rgba(0,104,55,.075)}.sh-post-field small{color:#7a877f;font-size:10px;line-height:1.45;font-weight:500}.sh-span-2{grid-column:1/-1}
.sh-choice-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 20px;padding:0;border:0}.sh-choice-group legend{grid-column:1/-1;margin-bottom:7px;color:var(--sh-ink);font-size:12px;font-weight:900}.sh-choice-group label{position:relative;min-width:0;cursor:pointer}.sh-choice-group input{position:absolute;opacity:0;pointer-events:none}.sh-choice-group label>span{position:relative;display:flex;min-height:148px;height:100%;flex-direction:column;align-items:flex-start;gap:7px;padding:18px;border:1px solid #d8e2db;border-radius:17px;background:#fbfcfb;color:var(--sh-ink);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.sh-choice-group label>span>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#edf5f0;color:var(--sh-green);font-size:15px}.sh-choice-group label>span strong{font-size:13px}.sh-choice-group label>span small{color:var(--sh-muted);font-size:10px;line-height:1.5}.sh-choice-group label>span em{position:absolute;top:12px;right:12px;padding:4px 7px;border-radius:999px;background:#fff5c9;color:#6d5700;font-size:8px;font-style:normal;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.sh-choice-group label:hover>span{transform:translateY(-1px);border-color:#b9cbbf}.sh-choice-group label.is-selected>span,.sh-choice-group label:has(input:checked)>span{border-color:var(--sh-green);background:#f2f8f4;box-shadow:0 0 0 3px rgba(0,104,55,.08)}.sh-choice-group label.is-selected>span:after,.sh-choice-group label:has(input:checked)>span:after{content:"✓";position:absolute;right:12px;bottom:12px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--sh-green);color:#fff;font-size:10px;font-weight:950}
.sh-application-choice label>span{min-height:168px}.sh-application-extra{display:grid;gap:12px;margin-top:2px}.sh-application-extra>[hidden],.sh-post-field[hidden],.sh-easy-apply-benefits[hidden]{display:none!important}.sh-easy-apply-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding:14px 16px;border:1px solid #cfe2d5;border-radius:14px;background:#f3faf5}.sh-easy-apply-benefits span{display:inline-flex;align-items:center;gap:6px;color:#31563d;font-size:10px;font-weight:800}.sh-easy-apply-benefits i{color:var(--sh-green)}
.sh-post-description-wrap{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:18px;align-items:start;margin-top:20px}.sh-description-guide{padding:17px;border:1px solid #e1e8e3;border-radius:16px;background:#f8faf9}.sh-description-guide strong{display:flex;align-items:flex-start;gap:8px;color:var(--sh-green-dark);font-size:11px;line-height:1.4}.sh-description-guide ul{display:grid;gap:8px;margin:13px 0 0;padding:0;list-style:none}.sh-description-guide li{position:relative;padding-left:14px;color:#637069;font-size:10px;line-height:1.45}.sh-description-guide li:before{content:"";position:absolute;left:0;top:6px;width:5px;height:5px;border-radius:50%;background:var(--sh-gold)}
.sh-post-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sh-post-review-grid>div{padding:17px;border:1px solid #e0e8e2;border-radius:16px;background:#f9fbfa}.sh-post-review-grid i{width:35px;height:35px;display:grid;place-items:center;margin-bottom:12px;border-radius:11px;background:#edf6f0;color:var(--sh-green)}.sh-post-review-grid strong,.sh-post-review-grid span{display:block}.sh-post-review-grid strong{font-size:12px}.sh-post-review-grid span{margin-top:5px;color:var(--sh-muted);font-size:10px;line-height:1.5}.sh-post-review [data-sh-turnstile]{margin-top:18px}.sh-post-mobile-submit{display:none}
.sh-post-sidebar{position:sticky;top:96px;display:grid;gap:16px}.sh-post-side-card{padding:20px;border:1px solid #dce6df;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(0,55,31,.055)}.sh-post-side-kicker{display:block;margin-bottom:12px;color:#7a877f;font-size:9px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.sh-post-company-summary{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center}.sh-post-company-summary strong,.sh-post-company-summary small{display:block}.sh-post-company-summary strong{font-size:13px}.sh-post-company-summary small{margin-top:3px;color:var(--sh-good);font-size:9px;font-weight:800}.sh-post-company-card>p{margin:15px 0;color:var(--sh-muted);font-size:10px;line-height:1.6}.sh-post-side-links{display:grid;gap:7px}.sh-post-side-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #edf1ee;color:var(--sh-green);font-size:10px;font-weight:850}.sh-post-side-links a:hover{color:var(--sh-green-dark)}
.sh-post-checklist__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sh-post-checklist__head span,.sh-post-checklist__head strong{display:block}.sh-post-checklist__head .sh-post-side-kicker{margin-bottom:4px}.sh-post-checklist__head strong{font-size:13px}.sh-post-checklist__head>span{padding:5px 8px;border-radius:999px;background:#edf5f0;color:var(--sh-green);font-size:9px;font-weight:900}.sh-post-ready-track{height:6px;margin:13px 0 15px;overflow:hidden;border-radius:999px;background:#edf1ee}.sh-post-ready-track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sh-green),#4b9a68);transition:width .25s ease}.sh-post-checklist ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.sh-post-checklist li{display:flex;align-items:center;gap:9px;color:#7a857e;font-size:10px;font-weight:750}.sh-post-checklist li i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#eef1ef;color:#a4ada7;font-size:8px}.sh-post-checklist li.is-ready{color:#2d5139}.sh-post-checklist li.is-ready i{background:#e5f5ea;color:var(--sh-green)}
.sh-post-publish-card{border-color:#c8dfd0;background:linear-gradient(180deg,#f5fbf7,#fff)}.sh-post-publish-card>strong{display:block;font-size:15px;line-height:1.3}.sh-post-publish-card>p{margin:8px 0 16px;color:var(--sh-muted);font-size:10px;line-height:1.55}.sh-post-publish-card .sh-form-status{margin-top:9px;font-size:10px}.sh-btn-block{width:100%;justify-content:center}

/* Mobile sticky application control for live individual jobs */
.sh-mobile-applybar{display:none}
@media(max-width:980px){
  .sh-post-job-hero{grid-template-columns:1fr;gap:30px;padding-top:70px;padding-bottom:68px}.sh-post-job-hero>div:first-child{width:min(calc(100% - 48px),var(--sh-container));margin:0 auto}.sh-post-job-hero__side{width:min(calc(100% - 48px),var(--sh-container));margin:0 auto;justify-self:stretch}.sh-post-layout{grid-template-columns:1fr}.sh-post-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.sh-post-publish-card{display:none}.sh-post-mobile-submit{display:block;margin-top:20px;padding-top:20px;border-top:1px solid #e5ebe7}.sh-post-mobile-submit .sh-form-status{margin-top:9px}.sh-post-description-wrap{grid-template-columns:1fr}.sh-description-guide{display:grid;grid-template-columns:200px 1fr;gap:10px 20px}.sh-description-guide ul{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}
}
@media(max-width:760px){
  .sh-post-job-page{padding-bottom:60px}.sh-post-job-page>.sh-post-stepper,.sh-post-job-page>.sh-post-credit-alert,.sh-post-job-page>.sh-post-form{width:min(calc(100% - 24px),var(--sh-container))!important}
  .sh-post-job-hero{min-height:auto;padding-top:54px;padding-bottom:60px}.sh-post-job-hero>div:first-child,.sh-post-job-hero__side{width:calc(100% - 28px)}.sh-post-job-hero h1{font-size:42px}.sh-post-job-hero p{font-size:14px;line-height:1.6}.sh-post-job-hero__trust{display:grid;gap:8px;margin-top:22px}.sh-post-job-hero__side{grid-template-columns:58px minmax(0,1fr) auto;padding:15px;border-radius:18px}.sh-post-company-mark{width:58px;height:58px;border-radius:14px}.sh-post-company-verified{font-size:16px}
  .sh-post-stepper{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;margin-top:-24px!important;margin-bottom:20px!important;padding:12px 8px;border-radius:16px}.sh-post-stepper>i{display:none}.sh-post-stepper>button{flex-direction:column;gap:5px;justify-content:center;text-align:center}.sh-post-stepper>button b{width:28px;height:28px;flex-basis:28px}.sh-post-stepper>button em{font-size:8px}.sh-post-credit-alert{grid-template-columns:auto 1fr;padding:13px!important}.sh-post-credit-alert .sh-btn{grid-column:1/-1;width:100%;justify-content:center}
  .sh-post-main{gap:14px}.sh-post-section{padding:18px 15px;border-radius:19px}.sh-post-section__head{grid-template-columns:36px 1fr;gap:11px;margin-bottom:18px;padding-bottom:17px}.sh-post-number{width:36px;height:36px;border-radius:11px;font-size:9px}.sh-post-section__head h2{font-size:22px}.sh-post-section__head p{font-size:11px}.sh-post-grid{grid-template-columns:1fr;gap:14px}.sh-span-2{grid-column:auto}.sh-post-field input,.sh-post-field select{min-height:52px;font-size:16px}.sh-post-field textarea{min-height:290px;font-size:16px}.sh-choice-group{grid-template-columns:1fr;gap:9px}.sh-choice-group label>span,.sh-application-choice label>span{min-height:0;padding:14px 48px 14px 60px}.sh-choice-group label>span>i{position:absolute;left:13px;top:13px;width:35px;height:35px}.sh-choice-group label>span em{position:static;width:max-content;margin-top:3px}.sh-choice-group label.is-selected>span:after,.sh-choice-group label:has(input:checked)>span:after{right:13px;top:20px;bottom:auto}.sh-easy-apply-benefits{display:grid}.sh-description-guide{display:block}.sh-description-guide ul{display:grid;grid-template-columns:1fr;margin-top:12px}.sh-post-review-grid{grid-template-columns:1fr}.sh-post-sidebar{grid-template-columns:1fr}.sh-post-company-card{order:2}.sh-post-checklist{order:1}.sh-post-mobile-submit .sh-btn{min-height:52px;font-size:14px}

  .sh-job-detail{padding-bottom:96px!important}.sh-mobile-applybar{position:fixed;left:0;right:0;bottom:0;z-index:99980;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));border-top:1px solid rgba(0,78,42,.18);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 -12px 35px rgba(0,55,31,.14)}.sh-mobile-applybar__job{min-width:0}.sh-mobile-applybar__job small,.sh-mobile-applybar__job strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-mobile-applybar__job small{margin-bottom:3px;color:var(--sh-green);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sh-mobile-applybar__job strong{color:var(--sh-ink);font-size:11px;line-height:1.25}.sh-mobile-applybar__button{min-height:46px!important;padding:0 17px!important;border-radius:13px!important;white-space:nowrap;font-size:11px!important;box-shadow:0 8px 20px rgba(0,104,55,.22)}#sh-apply-panel{scroll-margin-top:88px}
}
@media(max-width:430px){.sh-mobile-applybar{grid-template-columns:minmax(0,1fr) auto}.sh-mobile-applybar__button{padding:0 14px!important}.sh-mobile-applybar__job strong{max-width:160px}.sh-post-job-hero h1{font-size:38px}}

/* v0.6.19 four-step Sports Hired employer posting workflow */
.sh-post-job-v2{max-width:1240px!important;margin:0 auto;padding:34px 0 80px}.sh-post-job-hero--v2{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin:0 0 22px;padding:34px 38px;border:1px solid #d9e7dd;border-radius:28px;background:linear-gradient(135deg,#f8fbf9,#eef7f1);box-shadow:0 20px 50px rgba(0,55,31,.07)}.sh-post-job-hero--v2 h1{margin:5px 0 10px;max-width:820px;color:var(--sh-ink);font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.045em}.sh-post-job-hero--v2 p{max-width:760px;margin:0;color:var(--sh-muted);font-size:14px;line-height:1.7}.sh-post-save-state{display:flex;align-items:center;gap:11px;min-width:170px;padding:13px 15px;border:1px solid #dce8df;border-radius:16px;background:#fff}.sh-post-save-state>i{width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:#edf6f0;color:var(--sh-green)}.sh-post-save-state small,.sh-post-save-state strong{display:block}.sh-post-save-state small{color:#7a877f;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.sh-post-save-state strong{margin-top:2px;font-size:11px}.sh-post-save-state.is-saving i{color:#805f00;background:#fff7d8}.sh-post-save-state.is-error i{color:#a13229;background:#fff0ee}.sh-post-save-state.is-saved i{color:var(--sh-green);background:#eaf6ed}
.sh-post-stepper--four{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr);align-items:center;width:100%;margin:0 0 22px;padding:12px;border:1px solid #dfe8e2;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(0,55,31,.04)}.sh-post-stepper--four>button{display:flex;align-items:center;gap:10px;min-height:58px;padding:8px 10px;border:0;border-radius:13px;background:transparent;text-align:left;cursor:pointer}.sh-post-stepper--four>button b{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:50%;background:#eef2ef;color:#738078;font-size:10px}.sh-post-stepper--four>button span,.sh-post-stepper--four>button strong,.sh-post-stepper--four>button small{display:block}.sh-post-stepper--four>button strong{font-size:11px}.sh-post-stepper--four>button small{margin-top:2px;color:#89948d;font-size:8px}.sh-post-stepper--four>button.is-active{background:#f0f8f3;color:var(--sh-green-dark)}.sh-post-stepper--four>button.is-active b{background:var(--sh-green);color:#fff}.sh-post-stepper--four>button.is-done b{background:#dff1e4;color:var(--sh-green)}.sh-post-stepper--four>i{height:1px;background:#dfe7e2}
.sh-ai-start-card,.sh-ai-locked-note{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 22px;padding:22px 24px;border:1px solid #d9e7dd;border-radius:20px;background:#fff}.sh-ai-start-card h2{margin:3px 0 6px;font-size:20px;letter-spacing:-.025em}.sh-ai-start-card p{margin:0;max-width:710px;color:var(--sh-muted);font-size:11px;line-height:1.6}.sh-ai-start-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.sh-ai-start-actions .sh-btn{min-height:39px;padding:0 12px;font-size:9px}.sh-ai-locked-note{justify-content:flex-start;background:#fafbfa}.sh-ai-locked-note>i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef2ef;color:#768079}.sh-ai-locked-note strong,.sh-ai-locked-note span{display:block}.sh-ai-locked-note strong{font-size:12px}.sh-ai-locked-note span{margin-top:3px;color:var(--sh-muted);font-size:10px}
.sh-post-form-v2{display:block}.sh-flow-panel{padding:30px;border:1px solid #dce6df;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(0,55,31,.055)}.sh-flow-panel[hidden]{display:none!important}.sh-flow-panel__head{margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid #e8eeea}.sh-flow-panel__head>span{display:block;color:var(--sh-green);font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.sh-flow-panel__head h2{margin:5px 0 6px;font-size:30px;letter-spacing:-.035em}.sh-flow-panel__head p{margin:0;color:var(--sh-muted);font-size:12px;line-height:1.6}.sh-form-block,.sh-editor-block{margin:0 0 22px;padding:20px;border:1px solid #e1e9e3;border-radius:18px;background:#fbfcfb}.sh-field-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.sh-field-title strong{font-size:12px}.sh-field-title p{margin:4px 0 0;color:var(--sh-muted);font-size:10px;line-height:1.5}.sh-post-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:22px}.sh-post-grid-v2 .sh-span-2{grid-column:1/-1}.sh-post-field>span{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#27352d;font-size:10px;font-weight:900}.sh-post-field>span b{color:#a53a31;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.sh-post-field input,.sh-post-field select,.sh-post-field textarea{width:100%;border:1px solid #cedbd2;border-radius:12px;background:#fff;color:var(--sh-ink);font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.sh-post-field input,.sh-post-field select{min-height:48px;padding:0 13px}.sh-post-field textarea{padding:13px;resize:vertical;line-height:1.55}.sh-post-field input:focus,.sh-post-field select:focus,.sh-post-field textarea:focus{outline:0;border-color:#6eaa83;box-shadow:0 0 0 3px rgba(0,104,55,.08)}.sh-post-field input.has-error,.sh-post-field select.has-error,.sh-post-field textarea.has-error{border-color:#bb4136;background:#fffafa}.sh-post-field small{display:block;margin-top:6px;color:#7b8880;font-size:9px;line-height:1.45}.sh-field-error{color:#ad3028!important;font-weight:800!important}.sh-field-help{position:relative;border:0;background:transparent;color:#77867d;padding:0;cursor:pointer}.sh-field-help:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);z-index:50;width:260px;max-width:min(260px,calc(100vw - 32px));padding:10px 11px;border:1px solid #d7e2da;border-radius:10px;background:#13251a;color:#fff;font-size:9px;font-weight:650;line-height:1.45;text-align:left;transform:translateX(-50%) translateY(4px);opacity:0;pointer-events:none;transition:.15s ease;box-shadow:0 10px 30px rgba(0,0,0,.18)}.sh-field-help:hover:after,.sh-field-help.is-open:after{opacity:1;transform:translateX(-50%) translateY(0)}
.sh-segmented{display:flex;gap:7px;flex-wrap:wrap}.sh-segmented label{position:relative}.sh-segmented input{position:absolute;opacity:0}.sh-segmented span{display:flex;align-items:center;justify-content:center;min-width:82px;min-height:39px;padding:0 13px;border:1px solid #d6e0d9;border-radius:11px;background:#fff;color:#56635b;font-size:10px;font-weight:900;cursor:pointer}.sh-segmented input:checked+span{border-color:var(--sh-green);background:#edf7f1;color:var(--sh-green-dark);box-shadow:0 0 0 2px rgba(0,104,55,.06)}.sh-segmented-small span{min-width:72px;min-height:35px}.sh-inline-label{display:block;margin:14px 0 8px;font-size:10px;font-weight:850}.sh-search-input{position:relative}.sh-search-input>i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#859087}.sh-search-input input{padding-left:40px!important}.sh-company-results{display:grid;gap:7px;margin:8px 0}.sh-company-results>button{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;width:100%;padding:10px;border:1px solid #dce6df;border-radius:12px;background:#fff;text-align:left;cursor:pointer}.sh-company-results>button:hover{border-color:#9dbca7;background:#f8fbf9}.sh-company-result__mark{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#edf5f0;color:var(--sh-green);font-weight:950}.sh-company-results strong,.sh-company-results small{display:block}.sh-company-results strong{font-size:11px}.sh-company-results small{margin-top:2px;color:#7b877f;font-size:8px}.sh-link-button{border:0;background:transparent;color:var(--sh-green);font-size:10px;font-weight:900;cursor:pointer}.sh-company-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:12px 0}.sh-company-choice{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:11px;border:1px solid #dce6df;border-radius:13px;background:#fff;text-align:left;cursor:pointer}.sh-company-choice>.spma-company-logo{width:48px!important;height:48px!important;min-width:48px;min-height:48px;border-radius:11px!important;padding:5px!important}.sh-company-choice.is-selected{border-color:var(--sh-green);background:#f0f8f3}.sh-company-choice i{color:var(--sh-green);opacity:0}.sh-company-choice.is-selected i{opacity:1}.sh-company-choice strong,.sh-company-choice small{display:block}.sh-company-choice strong{font-size:11px}.sh-company-choice small{margin-top:2px;color:#7b877f;font-size:8px}.sh-company-mark-sm{width:46px;height:46px;border-radius:11px}.sh-selected-company{display:flex;align-items:center;gap:10px;margin-top:12px;padding:11px 13px;border:1px solid #cfe1d5;border-radius:13px;background:#f3faf5}.sh-selected-company>i{color:var(--sh-green)}.sh-selected-company div{flex:1}.sh-selected-company small,.sh-selected-company strong{display:block}.sh-selected-company small{font-size:8px;color:#77837b}.sh-selected-company strong{font-size:11px}.sh-selected-company button{border:0;background:transparent;color:var(--sh-green);font-size:9px;font-weight:900;cursor:pointer}.sh-new-company{margin-top:14px;padding:17px;border:1px solid #cfe1d5;border-radius:16px;background:#f8fbf9}.sh-new-company__head{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}.sh-new-company__head strong{font-size:12px}.sh-new-company__head p{margin:4px 0 0;color:var(--sh-muted);font-size:9px}.sh-new-company__head button{width:32px;height:32px;border:1px solid #dce6df;border-radius:10px;background:#fff;cursor:pointer}
.sh-ai-field-tools{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:7px}.sh-ai-field-tools button{min-height:30px;padding:0 9px;border:1px solid #d9e3dc;border-radius:9px;background:#fff;color:#34523f;font-size:8px;font-weight:900;cursor:pointer}.sh-ai-field-tools button:hover:not(:disabled){border-color:#96b7a0;background:#f4faf6}.sh-ai-field-tools button:disabled{opacity:.38;cursor:not-allowed}.sh-ai-field-tools>span{margin-left:3px;color:#8a958e;font-size:8px}.sh-rich-toolbar{display:flex;gap:4px;flex-wrap:wrap;padding:7px;border:1px solid #dce6df;border-bottom:0;border-radius:11px 11px 0 0;background:#f6f9f7}.sh-rich-toolbar button{width:34px;height:30px;border:1px solid transparent;border-radius:7px;background:transparent;color:#4e5d54;cursor:pointer}.sh-rich-toolbar button:hover{border-color:#d2dfd6;background:#fff;color:var(--sh-green)}.sh-editor-block>textarea{width:100%;min-height:250px;padding:14px;border:1px solid #dce6df;border-radius:0 0 12px 12px;font:inherit;font-size:12px;line-height:1.6;resize:vertical}.sh-editor-block>textarea:focus{outline:0;border-color:#77a98a;box-shadow:0 0 0 3px rgba(0,104,55,.07)}
.sh-application-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}.sh-application-cards label{position:relative}.sh-application-cards input{position:absolute;opacity:0}.sh-application-cards span{display:block;min-height:125px;padding:14px;border:1px solid #dce6df;border-radius:14px;background:#fff;cursor:pointer}.sh-application-cards input:checked+span{border-color:var(--sh-green);background:#eef8f1;box-shadow:0 0 0 2px rgba(0,104,55,.06)}.sh-application-cards i{width:34px;height:34px;display:grid;place-items:center;margin-bottom:10px;border-radius:10px;background:#edf5f0;color:var(--sh-green)}.sh-application-cards strong,.sh-application-cards small{display:block}.sh-application-cards strong{font-size:10px}.sh-application-cards small{margin-top:4px;color:#7b877f;font-size:8px;line-height:1.4}.sh-checkbox-card{display:block;margin:0 0 22px;position:relative}.sh-checkbox-card input{position:absolute;opacity:0}.sh-checkbox-card span{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:15px;border:1px solid #dce6df;border-radius:14px;background:#fff;cursor:pointer}.sh-checkbox-card input:checked+span{border-color:var(--sh-green);background:#f0f8f3}.sh-checkbox-card i{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#edf5f0;color:var(--sh-green)}.sh-checkbox-card strong,.sh-checkbox-card small{display:block}.sh-checkbox-card strong{font-size:11px}.sh-checkbox-card small{color:#7b877f;font-size:9px}.sh-ai-qualifications{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:15px 17px;border:1px solid #d7e6dc;border-radius:15px;background:#f5faf7}.sh-ai-qualifications>div:first-child{display:flex;align-items:center;gap:11px}.sh-ai-qualifications>div:first-child>i{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#e7f4eb;color:var(--sh-green)}.sh-ai-qualifications strong,.sh-ai-qualifications span{display:block}.sh-ai-qualifications strong{font-size:11px}.sh-ai-qualifications span{margin-top:3px;color:#78857d;font-size:8px}.sh-flow-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding-top:20px;border-top:1px solid #e8eeea}.sh-flow-actions .sh-btn{min-height:46px}
.sh-review-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.sh-candidate-preview{padding:24px;border:1px solid #dbe6de;border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(0,55,31,.05)}.sh-preview-company{display:flex;align-items:center;gap:10px}.sh-preview-company small,.sh-preview-company strong{display:block}.sh-preview-company small{color:var(--sh-green);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sh-preview-company strong{margin-top:2px;font-size:11px}.sh-candidate-preview>h2{margin:18px 0 10px;font-size:31px;line-height:1.08;letter-spacing:-.04em}.sh-preview-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}.sh-preview-meta span:not(:empty){padding:6px 8px;border-radius:999px;background:#eef5f0;color:#345440;font-size:8px;font-weight:850}.sh-preview-section{padding:18px 0;border-top:1px solid #edf1ee}.sh-preview-section h3{margin:0 0 9px;font-size:14px}.sh-preview-section div{color:#435149;font-size:11px;line-height:1.7}.sh-preview-section div ul,.sh-preview-section div ol{padding-left:20px}.sh-preview-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-top:18px;border-top:1px solid #edf1ee}.sh-preview-dates>div{padding:12px;border-radius:12px;background:#f5f8f6}.sh-preview-dates small,.sh-preview-dates strong{display:block}.sh-preview-dates small{color:#7e8a82;font-size:8px}.sh-preview-dates strong{margin-top:3px;font-size:10px}.sh-review-checks{display:grid;gap:11px}.sh-review-checks>section{padding:15px;border:1px solid #dfe7e2;border-radius:15px;background:#fbfcfb}.sh-review-checks__head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sh-review-checks__head strong{font-size:10px}.sh-status-dot{width:8px;height:8px;border-radius:50%}.sh-status-dot.is-error{background:#c4483d}.sh-status-dot.is-warning{background:#d2a22a}.sh-status-dot.is-info{background:#4b8ca8}.sh-review-checks section>div:last-child{display:grid;gap:6px}.sh-review-checks section>div:last-child>button,.sh-ai-final-review button[data-ai-review-field]{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 9px;border:1px solid #e3e9e5;border-radius:9px;background:#fff;color:#4a574f;font-size:8px;text-align:left;cursor:pointer}.sh-review-empty{margin:0;color:#78857d;font-size:8px}.sh-ai-final-review{background:#f3f9f5!important}.sh-ai-final-review>strong{font-size:11px}.sh-ai-final-review>p{margin:4px 0 10px;color:#748179;font-size:8px;line-height:1.45}.sh-ai-final-review [data-ai-review-results]{margin-top:10px}.sh-ai-final-review [data-ai-review-results]>div{margin-top:8px}.sh-ai-final-review [data-ai-review-results]>div>strong{display:block;margin-bottom:4px;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.sh-review-edit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0}.sh-review-edit-grid button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid #dce6df;border-radius:12px;background:#fff;color:#33483b;font-size:9px;font-weight:850;cursor:pointer}.sh-final-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px;border:1px solid #cde0d3;border-radius:16px;background:linear-gradient(90deg,#eff8f2,#f9fbfa)}.sh-final-submit strong,.sh-final-submit span{display:block}.sh-final-submit strong{font-size:12px}.sh-final-submit span{margin-top:3px;color:#6e7b73;font-size:9px}.sh-final-submit .sh-btn{min-width:210px;justify-content:center}.sh-job-post-success{margin:50px auto;max-width:760px;padding:48px 34px;border:1px solid #d4e4d9;border-radius:26px;background:#fff;text-align:center;box-shadow:0 24px 70px rgba(0,55,31,.09)}.sh-job-post-success__icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 18px;border-radius:22px;background:#eaf7ed;color:var(--sh-green);font-size:28px}.sh-job-post-success h1{margin:5px 0 8px;font-size:34px;letter-spacing:-.04em}.sh-job-post-success p{color:var(--sh-muted)}.sh-success-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:24px}
.sh-ai-modal{position:fixed;inset:0;z-index:100100;display:grid;place-items:center;padding:20px}.sh-ai-modal[hidden]{display:none!important}.sh-ai-modal__backdrop{position:absolute;inset:0;background:rgba(6,18,11,.7);backdrop-filter:blur(8px)}.sh-ai-modal>section{position:relative;z-index:1;width:min(100%,650px);max-height:calc(100vh - 40px);overflow:auto;padding:26px;border-radius:22px;background:#fff;box-shadow:0 35px 100px rgba(0,0,0,.35)}.sh-ai-modal__close{position:absolute;right:16px;top:16px;width:36px;height:36px;border:1px solid #dce6df;border-radius:11px;background:#fff;cursor:pointer}.sh-ai-modal h2{margin:5px 0 5px;font-size:24px}.sh-ai-modal>section>p{margin:0 0 14px;color:var(--sh-muted);font-size:10px;line-height:1.55}.sh-ai-modal textarea{width:100%;padding:12px;border:1px solid #d7e2da;border-radius:11px;font:inherit;font-size:11px;line-height:1.55;resize:vertical}.sh-ai-modal-providers{display:flex;gap:6px;margin:0 0 12px}.sh-ai-modal-providers button{min-height:35px;padding:0 12px;border:1px solid #dbe4de;border-radius:10px;background:#fff;color:#3b5243;font-size:9px;font-weight:900;cursor:pointer}.sh-ai-modal-providers button.is-active{border-color:var(--sh-green);background:#edf7f1;color:var(--sh-green)}.sh-ai-modal-providers button:disabled{opacity:.35;cursor:not-allowed}.sh-ai-modal__actions,.sh-ai-result>div{display:flex;justify-content:flex-end;gap:7px;margin-top:12px}.sh-ai-result{margin-top:16px;padding-top:16px;border-top:1px solid #e4eae6}.sh-ai-result label{font-size:9px;font-weight:900}.sh-ai-open{overflow:hidden}
@media(max-width:900px){.sh-post-job-v2{padding:18px 14px 80px}.sh-post-job-hero--v2{grid-template-columns:1fr}.sh-post-save-state{width:100%}.sh-ai-start-card{display:block}.sh-ai-start-actions{justify-content:flex-start;margin-top:14px}.sh-application-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-review-layout{grid-template-columns:1fr}.sh-review-checks{grid-template-columns:repeat(3,minmax(0,1fr))}.sh-ai-final-review{grid-column:1/-1}.sh-field-help:after{left:auto;right:0;transform:translateY(4px)}.sh-field-help:hover:after,.sh-field-help.is-open:after{transform:translateY(0)}}
@media(max-width:700px){.sh-post-job-v2{padding:10px 10px 92px}.sh-post-job-hero--v2{margin-bottom:12px;padding:22px 18px;border-radius:20px}.sh-post-job-hero--v2 h1{font-size:37px}.sh-post-job-hero--v2 p{font-size:12px}.sh-post-job-hero__trust{display:grid!important;gap:7px!important}.sh-post-stepper--four{position:sticky;top:0;z-index:45;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-bottom:12px;padding:7px;border-radius:14px;box-shadow:0 8px 22px rgba(0,55,31,.08)}.sh-post-stepper--four>i{display:none}.sh-post-stepper--four>button{display:grid;justify-items:center;gap:4px;min-height:52px;padding:6px 3px;text-align:center}.sh-post-stepper--four>button b{width:27px;height:27px;flex-basis:27px}.sh-post-stepper--four>button strong{font-size:8px}.sh-post-stepper--four>button small{display:none}.sh-ai-start-card,.sh-ai-locked-note{padding:16px;border-radius:16px}.sh-ai-start-actions{display:grid;grid-template-columns:1fr 1fr}.sh-ai-start-actions .sh-btn{width:100%;justify-content:center}.sh-flow-panel{padding:17px 14px;border-radius:18px}.sh-flow-panel__head{margin-bottom:18px;padding-bottom:16px}.sh-flow-panel__head h2{font-size:25px}.sh-form-block,.sh-editor-block{padding:14px;border-radius:14px}.sh-field-title{display:block}.sh-field-title>.sh-ai-field-tools{margin-top:10px}.sh-post-grid-v2{grid-template-columns:1fr;gap:13px}.sh-post-grid-v2 .sh-span-2{grid-column:auto}.sh-post-field input,.sh-post-field select{min-height:52px;font-size:16px}.sh-post-field textarea,.sh-editor-block>textarea{font-size:16px}.sh-company-picker{grid-template-columns:1fr}.sh-application-cards{grid-template-columns:1fr}.sh-application-cards span{min-height:0}.sh-ai-qualifications{display:block}.sh-ai-qualifications>.sh-ai-field-tools{margin-top:10px}.sh-review-checks{grid-template-columns:1fr}.sh-review-edit-grid{grid-template-columns:1fr}.sh-final-submit{display:block}.sh-final-submit .sh-btn{width:100%;margin-top:14px}.sh-flow-actions{position:sticky;bottom:0;z-index:30;margin:14px -14px -17px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-top:1px solid #dfe7e2}.sh-flow-actions .sh-btn{flex:1;justify-content:center}.sh-preview-dates{grid-template-columns:1fr}.sh-candidate-preview{padding:18px}.sh-candidate-preview>h2{font-size:26px}.sh-ai-modal{padding:0;align-items:end}.sh-ai-modal>section{width:100%;max-height:92vh;padding:22px 16px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.sh-ai-modal-providers{display:grid;grid-template-columns:repeat(3,1fr)}.sh-ai-modal-providers button{padding:0 6px}.sh-success-actions{display:grid}.sh-success-actions .sh-btn{width:100%;justify-content:center}}

/* 0.6.19 premium candidate job page */
.sh-job-detail-v2{max-width:1240px;margin:0 auto;padding:24px 20px 110px}.sh-job-public-card{background:#fff;border:1px solid rgba(16,62,39,.12);border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(15,52,34,.08)}.sh-job-public-hero{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:26px;align-items:start;padding:34px;background:linear-gradient(135deg,#f7fbf8 0%,#fff 64%);border-bottom:1px solid rgba(16,62,39,.1)}.sh-job-public-companymark{width:112px;height:112px;border:1px solid rgba(16,62,39,.12);border-radius:24px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 12px 34px rgba(15,52,34,.08)}.sh-job-public-companymark img{width:82%;height:82%;object-fit:contain}.sh-job-public-companymark span{font-size:42px;font-weight:900;color:#0e5a37}.sh-job-public-identity h1{font-size:clamp(32px,4vw,54px);line-height:1.03;margin:12px 0 8px;color:#0d291c;letter-spacing:-.035em}.sh-job-public-employer{font-size:20px;margin:0 0 18px}.sh-job-public-employer a{font-weight:800;color:#1f6b42;text-decoration:none}.sh-job-public-keyfacts{display:flex;gap:12px 20px;flex-wrap:wrap}.sh-job-public-keyfacts span{display:flex;align-items:center;gap:8px;color:#31483c}.sh-job-public-keyfacts i{color:#a8871a}.sh-job-public-keyfacts b{font-weight:750}.sh-job-public-deadline{color:#7d5312!important}.sh-job-public-hero-actions{display:flex;gap:10px;align-items:stretch;flex-direction:column;min-width:210px}.sh-job-public-primary{justify-content:center;min-height:52px}.sh-badge-work{background:#e8f5ec;color:#14643a}.sh-job-public-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px;padding:34px}.sh-job-public-main{min-width:0}.sh-job-section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid rgba(16,62,39,.1)}.sh-job-section:last-child{border-bottom:0}.sh-job-section h2{font-size:28px;line-height:1.15;color:#102d20;margin:7px 0 18px}.sh-job-prose{color:#31483c;font-size:17px;line-height:1.72}.sh-job-prose p:last-child{margin-bottom:0}.sh-job-prose ul,.sh-job-prose ol{padding-left:24px;margin:14px 0}.sh-job-prose li{margin:7px 0}.sh-job-detail-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sh-job-detail-cards>div{position:relative;padding:18px 18px 18px 50px;background:#f7faf8;border:1px solid rgba(16,62,39,.1);border-radius:18px;min-height:92px}.sh-job-detail-cards i{position:absolute;left:18px;top:20px;color:#1f7146}.sh-job-detail-cards small,.sh-job-detail-cards strong,.sh-job-detail-cards span{display:block}.sh-job-detail-cards small{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#687b70;font-weight:800}.sh-job-detail-cards strong{margin-top:5px;color:#122c20;font-size:17px}.sh-job-detail-cards span{font-size:12px;color:#86651b;margin-top:4px}.sh-job-dates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sh-job-dates>div{padding:16px;border:1px solid rgba(16,62,39,.1);border-radius:16px;background:#fbfcfb}.sh-job-dates small,.sh-job-dates strong{display:block}.sh-job-dates small{color:#6f7f76;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.sh-job-dates strong{font-size:16px;color:#132c20;margin-top:5px}.sh-apply-choice-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.sh-inclusive-hiring{display:flex;gap:18px;background:#f3faf5;padding:22px!important;border:1px solid #d9ebde!important;border-radius:20px}.sh-inclusive-hiring>i{font-size:25px;color:#217446;margin-top:3px}.sh-inclusive-hiring h2{margin-top:0}.sh-inclusive-hiring p{margin:0;color:#476052}.sh-job-company-card{display:grid;grid-template-columns:88px 1fr;gap:20px;align-items:start}.sh-company-link-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.sh-company-link-row a{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#f4f7f5;color:#174b31;text-decoration:none;font-size:13px;font-weight:800}.sh-company-link-row a:hover{background:#e9f4ed}.sh-job-public-aside{position:relative}.sh-job-apply-card,.sh-job-facts-card{border:1px solid rgba(16,62,39,.11);border-radius:22px;background:#fff;padding:22px;box-shadow:0 12px 35px rgba(15,52,34,.06)}.sh-job-apply-card{position:sticky;top:96px}.sh-job-apply-card .sh-btn+.sh-btn{margin-top:10px}.sh-job-apply-deadline{padding:14px;background:#fff9e8;border-radius:14px;margin:12px 0 18px}.sh-job-apply-deadline small,.sh-job-apply-deadline strong{display:block}.sh-job-apply-deadline small{font-size:12px;color:#775d1f;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.sh-job-apply-deadline strong{margin-top:4px;color:#533e09}.sh-job-facts-card{margin-top:16px}.sh-job-facts-card>strong{display:block;margin-bottom:12px;font-size:17px;color:#163222}.sh-job-facts-card>div{display:flex;gap:12px;padding:12px 0;border-top:1px solid #edf2ef}.sh-job-facts-card i{width:18px;color:#29774c;margin-top:3px}.sh-job-facts-card span{min-width:0}.sh-job-facts-card small,.sh-job-facts-card b{display:block}.sh-job-facts-card small{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#7b8b82;font-weight:800}.sh-job-facts-card b{margin-top:2px;color:#183124;font-size:14px}.sh-related-jobs .sh-section-head{align-items:end}.sh-mobile-applybar-spma{background:rgba(12,39,27,.96);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -14px 30px rgba(0,0,0,.18)}.sh-mobile-applybar-spma .sh-mobile-applybar__job small,.sh-mobile-applybar-spma .sh-mobile-applybar__job strong{color:#fff}.sh-mobile-applybar-spma .sh-mobile-applybar__job small{opacity:.74}.sh-job-closed{margin:24px 34px 0}
@media(max-width:900px){.sh-job-detail-v2{padding:14px 12px 110px}.sh-job-public-card{border-radius:22px}.sh-job-public-hero{grid-template-columns:72px minmax(0,1fr);gap:16px;padding:22px 18px}.sh-job-public-companymark{width:72px;height:72px;border-radius:18px}.sh-job-public-identity h1{font-size:34px;margin-top:8px}.sh-job-public-employer{font-size:17px}.sh-job-public-hero-actions{grid-column:1/-1;display:none}.sh-job-public-keyfacts{display:grid;gap:8px}.sh-job-public-layout{display:block;padding:22px 18px}.sh-job-public-aside{display:none}.sh-job-section{padding-bottom:27px;margin-bottom:27px}.sh-job-section h2{font-size:24px}.sh-job-prose{font-size:16px;line-height:1.65}.sh-job-detail-cards{grid-template-columns:1fr}.sh-job-dates{grid-template-columns:1fr}.sh-job-company-card{grid-template-columns:60px 1fr}.sh-job-company-card>.spma-company-logo{width:60px!important;height:60px!important;min-width:60px;min-height:60px;max-width:60px;max-height:60px}.sh-job-company-card .sh-company-mark-lg{width:60px;height:60px}.sh-job-closed{margin:18px 18px 0}.sh-mobile-applybar-spma{display:flex!important}.sh-job-topbar{padding-left:4px;padding-right:4px}}
@media(min-width:901px){.sh-mobile-applybar-spma{display:none!important}}
.sh-review-edit-grid--full{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.sh-review-edit-grid--full{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.sh-review-edit-grid--full{grid-template-columns:1fr}}
.sh-application-settings{display:grid;gap:14px}.sh-application-question{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 15px;border:1px solid #dfe8e2;border-radius:14px;background:#fff}.sh-application-question>div:first-child{display:flex;align-items:center;gap:11px;min-width:0}.sh-application-question>div:first-child>i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:10px;background:#eef7f1;color:var(--sh-green)}.sh-application-question strong,.sh-application-question small{display:block}.sh-application-question strong{font-size:10px}.sh-application-question small{margin-top:2px;color:#7d8982;font-size:8px}.sh-easy-apply-state{display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:14px;background:#edf8f0;border:1px solid #d2e8d8;color:#19472f}.sh-easy-apply-state>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--sh-green)}.sh-easy-apply-state strong,.sh-easy-apply-state span{display:block}.sh-easy-apply-state strong{font-size:10px}.sh-easy-apply-state span{margin-top:2px;font-size:8px;color:#627469}@media(max-width:700px){.sh-application-question{align-items:flex-start;flex-direction:column}.sh-application-question .sh-segmented{width:100%}.sh-application-question .sh-segmented label{flex:1}}
.sh-location-autocomplete{position:relative}.sh-location-control{position:relative;display:block}.sh-location-control>input{width:100%;font-weight:700}.sh-location-rule{display:flex!important;align-items:center;gap:7px;margin-top:8px;color:#64756b;font-size:12px;font-weight:700}.sh-location-rule i{color:var(--sh-green)}.sh-location-results{position:absolute;z-index:80;left:0;right:0;top:100%;margin-top:5px;background:#fff;border:1px solid #d9e5dd;border-radius:9px;box-shadow:0 12px 30px rgba(11,52,31,.16);overflow:hidden}.sh-location-results:empty{display:none}.sh-location-results button{display:flex;align-items:center;gap:9px;width:100%;min-height:39px;padding:9px 12px;border:0;border-bottom:1px solid #edf2ef;background:#fff;text-align:left;cursor:pointer}.sh-location-results button:last-of-type{border-bottom:0}.sh-location-results button:hover,.sh-location-results button:focus-visible{background:#f3f8f5;outline:none}.sh-location-results i{flex:0 0 auto;color:#a8b0ac}.sh-location-results span{min-width:0}.sh-location-results strong{display:block;color:#183124;font-size:13px;line-height:1.25;font-weight:700}.sh-location-empty{padding:12px 13px;color:#64756b;font-size:12px;font-weight:700}

/* v0.6.21 post-a-job visual corrections and viewport-safe help */
.sh-post-job-hero--v2{
  min-height:0;
  grid-template-columns:minmax(0,1fr) 178px;
  gap:30px;
  align-items:center;
  overflow:hidden;
}
.sh-post-job-hero--v2>div:first-child{
  width:auto;
  max-width:none;
  min-width:0;
  margin:0;
}
.sh-post-job-hero--v2 .sh-eyebrow{
  margin-bottom:12px;
  color:var(--sh-green);
}
.sh-post-job-hero--v2 .sh-eyebrow:before{background:var(--sh-gold)}
.sh-post-job-hero--v2 h1{
  max-width:780px;
  text-wrap:balance;
  overflow-wrap:anywhere;
}
.sh-post-job-hero--v2 .sh-post-job-hero__trust{
  margin-top:24px;
  color:#53665a;
}
.sh-post-job-hero--v2 .sh-post-job-hero__trust span{color:#53665a}
.sh-post-job-hero--v2 .sh-post-job-hero__trust i{color:#9b7d15}
.sh-post-job-hero--v2 .sh-post-save-state{
  width:178px;
  min-width:0;
  align-self:start;
  justify-self:end;
}

/* The old pseudo-element tooltip is deliberately disabled. The JS popover is
   attached to body so no field/card overflow rule can clip it. */
.sh-post-job-v2 .sh-field-help:after{display:none!important;content:none!important}
.sh-tooltip-popover{
  position:fixed;
  z-index:2147483000;
  box-sizing:border-box;
  max-width:calc(100vw - 24px);
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:#11271b;
  color:#fff;
  box-shadow:0 14px 38px rgba(4,24,14,.24);
  font-family:inherit;
  font-size:12px;
  font-weight:650;
  line-height:1.45;
  text-align:left;
  pointer-events:none;
}
.sh-tooltip-popover[hidden]{display:none!important}
.sh-tooltip-popover>span{display:block;overflow-wrap:anywhere}
.sh-tooltip-popover>i{
  position:absolute;
  left:var(--sh-tooltip-arrow-x,50%);
  bottom:-6px;
  width:11px;
  height:11px;
  margin-left:-5.5px;
  background:#11271b;
  border-right:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  transform:rotate(45deg);
}
.sh-field-help{
  display:inline-grid;
  width:24px;
  height:24px;
  place-items:center;
  flex:0 0 24px;
  border-radius:50%;
  touch-action:manipulation;
}
.sh-field-help:hover,.sh-field-help:focus-visible,.sh-field-help[aria-expanded="true"]{
  background:#edf5f0;
  color:var(--sh-green);
  outline:0;
}

@media(max-width:1050px){
  .sh-post-job-hero--v2{grid-template-columns:1fr;gap:18px}
  .sh-post-job-hero--v2 .sh-post-save-state{width:auto;min-width:190px;justify-self:start;align-self:auto}
}
@media(max-width:700px){
  .sh-post-job-hero--v2{overflow:visible}
  .sh-post-job-hero--v2 h1{font-size:34px;line-height:1.02}
  .sh-post-job-hero--v2 .sh-post-job-hero__trust{margin-top:18px}
  .sh-post-job-hero--v2 .sh-post-save-state{width:100%;min-width:0}
  .sh-tooltip-popover{font-size:13px;padding:12px 13px;border-radius:12px}
  .sh-field-help{width:28px;height:28px;flex-basis:28px}
}
/* Google Places-backed city autocomplete. */
.sh-location-attribution{padding:7px 10px 8px;background:#fff;border-top:1px solid #edf2ef;color:#8a918e;font-size:10px;font-weight:500;text-align:right;letter-spacing:.01em}.sh-location-attribution strong{color:#4285f4;font-weight:700}
.sh-location-results button.is-loading{opacity:.62;pointer-events:none}
.sh-location-results button small{white-space:normal}


/* 0.6.23: legacy-parity other-company flow + canonical company logo handling */
.sh-post-job-v2 [hidden]{display:none!important}
.sh-other-company-head{margin:16px 0 14px;padding:0 0 12px;border-bottom:1px solid #e1e9e4}.sh-other-company-head strong{display:block;color:#182d21;font-size:13px}.sh-other-company-head p{margin:5px 0 0;color:var(--sh-muted);font-size:9px;line-height:1.55}
.sh-company-result__mark{overflow:hidden}.sh-company-result__mark>.spma-company-logo{width:36px!important;height:36px!important;min-width:36px;min-height:36px;border-radius:10px!important;padding:4px!important}.sh-company-result__mark img{width:100%;height:100%;object-fit:contain;background:transparent;padding:0}
.sh-company-match-note,.sh-company-selection-note{display:flex;gap:10px;align-items:flex-start;margin:10px 0;padding:12px 13px;border-radius:12px;font-size:9px;line-height:1.45}.sh-company-match-note>i,.sh-company-selection-note>i{margin-top:2px}.sh-company-match-note.is-new{background:#eaf8ef;border:1px solid #b8dfc4;color:#135b34}.sh-company-match-note strong,.sh-company-match-note span{display:block}.sh-company-match-note button{margin-top:7px;padding:0;border:0;background:transparent;color:#006837;font:inherit;font-weight:900;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.sh-company-selection-note.is-green{background:#eaf8ef;border:1px solid #b8dfc4;color:#135b34}.sh-company-selection-note.is-gold{background:#fff8d9;border:1px solid #e7d16a;color:#5e4a05}
.sh-selected-company{align-items:flex-start}.sh-selected-company__logo{flex:0 0 50px;width:50px;height:50px;display:grid;place-items:center;overflow:hidden;border:1px solid #d9e4dc;border-radius:12px;background:#fff;color:var(--sh-green);font-size:19px;font-weight:950}.sh-selected-company__logo img{width:100%;height:100%;object-fit:contain;padding:4px}.sh-selected-company__copy{min-width:0}.sh-selected-company__copy p{margin:5px 0 0;color:#617168;font-size:9px;line-height:1.45;max-width:720px}.sh-selected-company__copy small{font-weight:800;color:#6e7d74}
.sh-company-logo-upload{display:grid;grid-template-columns:92px minmax(0,1fr);gap:15px;align-items:center;margin:0 0 16px;padding:14px;border:1px solid #dce6df;border-radius:14px;background:#fff}.sh-company-logo-preview{width:92px;height:92px;display:grid;place-items:center;overflow:hidden;border:1px dashed #bdd1c3;border-radius:16px;background:#f5f9f6;color:#639276;font-size:25px}.sh-company-logo-preview img{width:100%;height:100%;object-fit:contain;padding:7px}.sh-company-logo-upload strong{display:block;font-size:11px}.sh-company-logo-upload p{margin:4px 0 9px;color:var(--sh-muted);font-size:9px;line-height:1.45}.sh-company-logo-upload small{display:block;margin-top:6px;color:#7b8880;font-size:8px}.sh-company-logo-button{display:inline-flex!important;width:auto!important;min-height:36px!important;padding:0 12px!important}
@media(max-width:700px){.sh-company-logo-upload{grid-template-columns:70px minmax(0,1fr);gap:12px;padding:12px}.sh-company-logo-preview{width:70px;height:70px;border-radius:13px}.sh-selected-company{display:grid;grid-template-columns:48px minmax(0,1fr) auto}.sh-selected-company__logo{width:48px;height:48px;flex-basis:48px}.sh-company-match-note,.sh-company-selection-note{font-size:10px}.sh-other-company-head strong{font-size:14px}.sh-other-company-head p{font-size:10px}}

/* 0.6.25: canonical company selection confirmation + missing-profile contributions */
.sh-company-field-icon{width:16px;display:inline-flex;justify-content:center;flex:0 0 16px;color:var(--sh-green);font-size:13px}
.sh-company-results>button{position:relative;z-index:1;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}
.sh-company-results>button:hover,.sh-company-results>button:focus-visible{transform:translateY(-1px);border-color:var(--sh-green);background:#f4faf6;box-shadow:0 6px 18px rgba(0,104,55,.08);outline:0}
.sh-company-results>button:active{transform:translateY(0)}
.sh-company-results>button>i{color:#7b8b81}
.sh-selected-company{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:14px;align-items:start;margin-top:15px;padding:16px 17px;border:2px solid #acd3ba;border-radius:17px;background:linear-gradient(180deg,#f3fbf6,#fff);box-shadow:0 10px 28px rgba(0,104,55,.07)}
.sh-selected-company__logo{width:64px;height:64px;flex-basis:64px;border-radius:14px;box-shadow:0 3px 10px rgba(21,68,42,.06)}.sh-selected-company__logo>.spma-company-logo{width:100%!important;height:100%!important;border:0!important;border-radius:inherit!important;padding:7px!important;background:inherit}.sh-selected-company__logo>.spma-company-logo.is-dark-bg{background:#173f2d!important}.sh-selected-company__logo>.spma-company-logo.is-custom-bg{background:var(--sh-logo-custom-bg,inherit)}
.sh-selected-company__status-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:3px}
.sh-selected-company__status-row>small{display:inline-flex!important;align-items:center;min-height:23px;padding:3px 8px;border-radius:999px;font-size:9px!important;font-weight:900!important;letter-spacing:.02em}
.sh-selected-company__status-row>small.is-green{background:#e3f4e9;color:#17613a}
.sh-selected-company__status-row>small.is-gold{background:#fff3c3;color:#685000}
.sh-selected-company__saved{display:inline-flex;align-items:center;gap:5px;color:#397151;font-size:9px;font-weight:850}
.sh-selected-company__saved i{font-size:10px;color:var(--sh-green)}
.sh-selected-company__copy>strong{display:block;font-size:15px;line-height:1.25;color:#183124}
.sh-selected-company__meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 13px;margin-top:7px}
.sh-selected-company__meta>span,.sh-selected-company__meta>a{display:inline-flex;align-items:center;gap:5px;min-width:0;color:#5f7166;font-size:10px;font-weight:750;text-decoration:none}
.sh-selected-company__meta>a{color:var(--sh-green)}
.sh-selected-company__meta i{width:12px;text-align:center}
.sh-selected-company__copy p{max-width:780px;margin-top:8px;font-size:10px;line-height:1.55}
.sh-selected-company__socials{display:flex;align-items:center;gap:6px;margin-top:9px}
.sh-selected-company__socials a{width:27px;height:27px;display:grid;place-items:center;border:1px solid #d9e7de;border-radius:8px;background:#fff;color:var(--sh-green);font-size:12px;text-decoration:none;transition:transform .15s ease,border-color .15s ease}
.sh-selected-company__socials a:hover,.sh-selected-company__socials a:focus-visible{transform:translateY(-1px);border-color:#9fc6ad;outline:0}
.sh-selected-company__change{display:inline-flex!important;align-items:center;gap:6px!important;white-space:nowrap;padding:8px 10px!important;border:1px solid #cfe0d5!important;border-radius:10px!important;background:#fff!important;color:var(--sh-green)!important;font-size:9px!important;font-weight:900!important}
.sh-selected-company__change:hover{background:#edf7f1!important}
.sh-company-selection-note{margin-top:9px;font-size:10px;line-height:1.55}
.sh-company-contribution{margin-top:12px;padding:16px;border:1px solid #d6e4db;border-radius:16px;background:#fbfdfb}
.sh-company-contribution__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.sh-company-contribution__head strong{display:block;color:#1b3526;font-size:12px}
.sh-company-contribution__head p{max-width:760px;margin:4px 0 0;color:#65756b;font-size:9px;line-height:1.55}
.sh-company-contribution__optional{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#eef4f0;color:#6b786f;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.sh-company-contribution [data-company-missing-fields]{margin-bottom:12px}
.sh-company-contribution .sh-post-field textarea{min-height:110px}
.sh-company-contribution-logo{display:grid;grid-template-columns:72px minmax(0,1fr);gap:13px;align-items:center;padding:12px;border:1px solid #e0e8e3;border-radius:13px;background:#fff}
.sh-company-contribution-logo__preview{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:1px dashed #bdd1c3;border-radius:13px;background:#f5f9f6;color:#639276;font-size:21px}
.sh-company-contribution-logo__preview img{width:100%;height:100%;object-fit:contain;padding:6px}
.sh-company-contribution-logo strong{display:flex;align-items:center;gap:6px;font-size:10px}
.sh-company-contribution-logo p{margin:4px 0 8px;color:#6b786f;font-size:9px}
.sh-company-contribution-logo small{display:block;margin-top:6px;color:#7d8982;font-size:8px}
.sh-company-contribution__pending{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid #e6d782;border-radius:11px;background:#fff9dc;color:#5f4d0a;font-size:10px;font-weight:750;line-height:1.45}
.sh-company-contribution__pending i{color:#9a7d10}
@media(max-width:700px){
  .sh-selected-company{grid-template-columns:50px minmax(0,1fr);gap:11px;padding:13px}
  .sh-selected-company__logo{width:50px;height:50px;flex-basis:50px;border-radius:12px}
  .sh-selected-company__change{grid-column:1/-1;width:100%;justify-content:center!important;margin-top:2px}
  .sh-selected-company__copy>strong{font-size:14px}
  .sh-selected-company__meta{display:grid;gap:5px;margin-top:6px}
  .sh-company-contribution{padding:13px}
  .sh-company-contribution__head{gap:10px}
  .sh-company-contribution-logo{grid-template-columns:58px minmax(0,1fr);padding:10px}
  .sh-company-contribution-logo__preview{width:58px;height:58px}
}

/* Company profile editor */
.sh-company-logo-editor{position:relative;flex:0 0 auto}.sh-company-logo-editor.is-editable{padding-bottom:32px}.sh-company-logo-edit{position:absolute;left:50%;bottom:0;z-index:3;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;transform:translateX(-50%);white-space:nowrap;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#fff;color:var(--sh-green-deep);font-size:11px;font-weight:900;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.18)}.sh-company-logo-edit:hover{background:var(--sh-gold-soft)}.sh-company-logo-edit:disabled{opacity:.72;cursor:wait}.sh-company-logo-editor.is-editable .sh-company-mark-xl{box-shadow:0 16px 38px rgba(0,0,0,.18),0 0 0 3px rgba(255,255,255,.08)}
body.sh-company-editor-open{overflow:hidden}.sh-company-edit-modal[hidden]{display:none!important}.sh-company-edit-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px}.sh-company-edit-modal__backdrop{position:absolute;inset:0;background:rgba(8,22,14,.68);backdrop-filter:blur(8px)}.sh-company-edit-modal__dialog{position:relative;z-index:1;width:min(900px,100%);max-height:min(92vh,980px);overflow:auto;padding:30px;border:1px solid #dce6df;border-radius:26px;background:#fff;box-shadow:0 34px 100px rgba(0,32,18,.28)}.sh-company-edit-modal__close{position:absolute;top:18px;right:18px;display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--sh-line);border-radius:50%;background:#fff;color:var(--sh-ink);cursor:pointer}.sh-company-edit-modal__close:hover{border-color:var(--sh-gold);color:var(--sh-green)}.sh-company-edit-modal__head{padding-right:52px;margin-bottom:22px}.sh-company-edit-modal__head h2{margin:0 0 7px;font-size:clamp(28px,3vw,40px);line-height:1.05;letter-spacing:-.04em;font-weight:900}.sh-company-edit-modal__head p{margin:0;color:var(--sh-muted)}
.sh-company-edit-logo-row{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;margin-bottom:22px;padding:17px;border:1px solid var(--sh-line);border-radius:18px;background:var(--sh-wash)}.sh-company-edit-logo-row strong{display:block;margin-bottom:4px;font-size:15px}.sh-company-edit-logo-row p{margin:0 0 10px;color:var(--sh-muted);font-size:12px}.sh-company-edit-logo-actions{display:flex;flex-wrap:wrap;gap:8px}.sh-company-edit-grid{gap:15px}.sh-company-edit-grid label{min-width:0}.sh-company-edit-grid label>span:first-child{display:flex;align-items:center;gap:7px}.sh-company-edit-grid label>span:first-child i{width:16px;color:var(--sh-green);text-align:center}.sh-company-edit-grid input,.sh-company-edit-grid textarea{width:100%}.sh-company-edit-grid small{color:var(--sh-muted);font-size:11px}.sh-company-edit-section-head{display:flex;align-items:flex-start;gap:11px;margin:26px 0 13px;padding-top:22px;border-top:1px solid var(--sh-line)}.sh-company-edit-section-head>i{display:grid;width:36px;height:36px;place-items:center;flex:0 0 auto;border-radius:11px;background:#edf5f0;color:var(--sh-green)}.sh-company-edit-section-head strong,.sh-company-edit-section-head span{display:block}.sh-company-edit-section-head strong{font-size:14px}.sh-company-edit-section-head span{margin-top:2px;color:var(--sh-muted);font-size:12px}.sh-company-seo-note{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:15px 16px;border:1px solid #cfe3d5;border-radius:16px;background:#f2f8f4}.sh-company-seo-note>i{margin-top:2px;color:var(--sh-green)}.sh-company-seo-note strong,.sh-company-seo-note span{display:block}.sh-company-seo-note strong{font-size:13px}.sh-company-seo-note span{margin-top:3px;color:#52645a;font-size:11px;line-height:1.5}.sh-company-edit-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding-top:18px;border-top:1px solid var(--sh-line)}.sh-company-edit-modal .sh-form-status.is-success{color:var(--sh-good)}.sh-company-edit-modal .sh-form-status.is-error{color:var(--sh-danger)}
@media(max-width:680px){.sh-company-logo-editor.is-editable{padding-bottom:28px}.sh-company-logo-edit{min-height:31px;padding:6px 9px;font-size:10px}.sh-company-edit-modal{align-items:end;padding:0}.sh-company-edit-modal__dialog{width:100%;max-height:94vh;padding:22px 15px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.sh-company-edit-logo-row{grid-template-columns:72px 1fr;padding:13px}.sh-company-edit-logo-row .sh-company-mark-lg{width:68px;height:68px}.sh-company-edit-actions{position:sticky;bottom:calc(-18px - env(safe-area-inset-bottom));z-index:4;margin-left:-15px;margin-right:-15px;margin-bottom:calc(-18px - env(safe-area-inset-bottom));padding:12px 15px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.sh-company-edit-actions .sh-btn{flex:1;justify-content:center}}


/* 0.6.27: legacy-parity industry selector, rich editors, salary formatting and dropdown dates */
.sh-industry-field{margin-bottom:2px}.sh-industry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;padding:14px;border:1px solid #dfe8e2;border-radius:14px;background:#fbfcfb}.sh-industry-grid label{position:relative;display:flex;align-items:center;gap:9px;min-height:36px;padding:8px 10px;border:1px solid transparent;border-radius:10px;background:#fff;color:#405047;font-size:10px;font-weight:750;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.sh-industry-grid label:hover{border-color:#cfe0d5;background:#f7fbf8}.sh-industry-grid input{width:16px!important;height:16px!important;min-height:0!important;flex:0 0 16px;margin:0;padding:0;accent-color:var(--sh-green)}.sh-industry-grid label:has(input:checked){border-color:#9bc6aa;background:#edf7f1;color:#18492f}.sh-industry-grid span{line-height:1.3}
.sh-date-select{width:100%}.sh-date-select__controls{display:grid;grid-template-columns:minmax(120px,1.45fr) minmax(82px,.72fr) minmax(96px,.83fr);gap:8px}.sh-date-select__controls select{width:100%;min-width:0}.sh-date-select>.sh-field-error{display:block;margin-top:6px}.sh-date-select__controls select.has-error{border-color:#bb4136;background:#fffafa}
.sh-editor-block>.sh-rich-editor{width:100%;min-height:220px;padding:14px;border:1px solid #dce6df;border-radius:12px;font:inherit;font-size:12px;line-height:1.6;resize:vertical}.sh-editor-block>.tox-tinymce{border:1px solid #cedbd2!important;border-radius:13px!important;overflow:hidden;box-shadow:none!important}.sh-editor-block>.tox .tox-editor-header{border-bottom:1px solid #e0e8e3!important;box-shadow:none!important}.sh-editor-block>.tox .tox-toolbar__primary{background:#f7faf8!important}.sh-editor-block>.tox .tox-tbtn{border-radius:7px!important}.sh-editor-block>.tox.tox-tinymce:focus-within{border-color:#6eaa83!important;box-shadow:0 0 0 3px rgba(0,104,55,.08)!important}
.sh-post-field [data-money-input]{font-variant-numeric:tabular-nums;letter-spacing:.01em}
@media(max-width:700px){.sh-industry-grid{grid-template-columns:1fr;padding:10px}.sh-industry-grid label{min-height:42px;font-size:12px}.sh-date-select__controls{grid-template-columns:1.25fr .72fr .82fr;gap:6px}.sh-date-select__controls select{min-height:52px!important;padding:0 8px!important;font-size:14px!important}.sh-editor-block>.tox-tinymce{min-height:300px}.sh-editor-block>.sh-rich-editor{font-size:16px}}

/* 0.6.28: shared SPMA publication scheduling */
.sh-publication-timing>label{display:block;margin-bottom:7px}.sh-publication-timing>select{width:100%}.sh-schedule-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 14px;align-items:center;margin-top:12px;padding:14px 15px;border:1px solid #cfe0d5;border-radius:14px;background:#f4f9f6}.sh-schedule-summary small,.sh-schedule-summary strong,.sh-schedule-summary span{grid-column:1}.sh-schedule-summary small{font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#5f7569}.sh-schedule-summary strong{font-size:13px;color:#183124}.sh-schedule-summary span{font-size:10px;color:#5f7569}.sh-schedule-summary .sh-link-button{grid-column:2;grid-row:1/4;align-self:center}
.sh-link-button{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border:0;border-radius:9px;background:transparent;color:var(--sh-green);font:inherit;font-size:10px;font-weight:900;cursor:pointer}.sh-link-button:hover,.sh-link-button:focus{background:#eaf4ee;outline:none}.sh-preview-publication{display:flex;flex-direction:column;align-items:flex-start;gap:3px;margin-top:14px;padding:13px 14px;border:1px solid #dce7e0;border-radius:13px;background:#f8fbf9}.sh-preview-publication small{font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#677a70}.sh-preview-publication strong{font-size:12px}.sh-preview-publication span{font-size:10px;color:#687b71}.sh-preview-publication .sh-link-button{padding-left:0;margin-top:3px}
body.sh-schedule-open{overflow:hidden}.sh-schedule-modal[hidden]{display:none!important}.sh-schedule-modal{position:fixed;inset:0;z-index:100200;display:grid;place-items:center;padding:22px}.sh-schedule-modal__backdrop{position:absolute;inset:0;background:rgba(7,24,16,.68);backdrop-filter:blur(7px)}.sh-schedule-modal__dialog{position:relative;z-index:1;width:min(620px,100%);max-height:min(92vh,850px);overflow:auto;border:1px solid #d7e4dc;border-radius:24px;background:#fff;box-shadow:0 32px 90px rgba(0,35,20,.28)}.sh-schedule-modal__dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 24px 18px;border-bottom:1px solid #e5ece7}.sh-schedule-modal__dialog>header h2{margin:3px 0 0;font-size:27px;line-height:1.05;letter-spacing:-.035em}.sh-modal-close{display:grid;width:38px;height:38px;place-items:center;flex:0 0 auto;border:1px solid #d9e4dd;border-radius:50%;background:#fff;color:#1e3529;cursor:pointer}.sh-modal-close:hover,.sh-modal-close:focus{border-color:#8fb8a0;background:#f3f8f5;outline:none}.sh-schedule-modal__body{display:grid;gap:18px;padding:22px 24px}.sh-schedule-modal__body .sh-post-field{margin:0}.sh-schedule-modal__body .sh-post-field>span{display:block;margin-bottom:7px;font-size:11px;font-weight:900;color:#1e3529}.sh-schedule-help{margin:-3px 0 0;color:#67796f;font-size:10px;line-height:1.5}.sh-schedule-modal__dialog>footer{display:flex;justify-content:flex-end;gap:9px;padding:17px 24px 22px;border-top:1px solid #e5ece7}.sh-schedule-modal__dialog--confirm{width:min(520px,100%)}.sh-schedule-modal__dialog--confirm .sh-schedule-modal__body p{margin:0;color:#52665b;font-size:12px;line-height:1.55}.sh-schedule-modal__dialog--confirm .sh-schedule-modal__body p strong{color:#183124;font-size:13px}.sh-schedule-modal .sh-form-status{min-height:18px}.sh-schedule-modal .sh-form-status.is-error{color:#a72c24}.sh-schedule-modal .sh-form-status.is-success{color:#11663c}
@media(max-width:680px){.sh-schedule-summary{grid-template-columns:1fr}.sh-schedule-summary .sh-link-button{grid-column:1;grid-row:auto;justify-self:start;padding-left:0}.sh-schedule-modal{align-items:end;padding:0}.sh-schedule-modal__dialog{width:100%;max-height:94vh;border-radius:24px 24px 0 0}.sh-schedule-modal__dialog>header{padding:20px 16px 15px}.sh-schedule-modal__dialog>header h2{font-size:24px}.sh-schedule-modal__body{gap:16px;padding:18px 16px}.sh-schedule-modal__dialog>footer{position:sticky;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}.sh-schedule-modal__dialog>footer .sh-btn{flex:1;justify-content:center}.sh-preview-publication{padding:12px}}
.sh-timezone-preference{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:24px;align-items:center;margin:18px 0}.sh-timezone-preference h2{margin:3px 0 6px;font-size:18px}.sh-timezone-preference p{margin:0;max-width:660px;color:var(--sh-muted);font-size:11px;line-height:1.55}.sh-timezone-preference__control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.sh-timezone-preference__control .sh-form-status{grid-column:1/-1;min-height:16px}.sh-job-schedule-mini{display:block;margin-top:6px;max-width:250px;color:#65766d;font-size:9px;line-height:1.45}.sh-job-schedule-mini strong{display:block;color:#2a4436;font-size:9px}.sh-status-scheduled{background:#fff6d8!important;color:#6a5300!important}.sh-existing-job-schedule{margin-bottom:20px}.sh-existing-job-schedule>.sh-post-field{max-width:560px}
@media(max-width:760px){.sh-timezone-preference{grid-template-columns:1fr;gap:14px}.sh-timezone-preference__control{grid-template-columns:1fr}.sh-timezone-preference__control .sh-btn{justify-content:center}}

/* Canonical SPMA company-logo renderer. Kept lightweight and available anywhere logos appear. */
.spma-company-logo{box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;border-radius:14px;padding:8px;border:1px solid rgba(9,66,39,.09);background:#fff}.spma-company-logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.spma-company-logo.is-dark-bg{background:#173f2d;border-color:#173f2d}.spma-company-logo.is-light-bg{background:#fff}.spma-company-logo__initials{font-weight:900;color:#08723c;letter-spacing:-.03em}.spma-company-logo.is-dark-bg .spma-company-logo__initials{color:#fff}.spma-company-logo--job-card,.spma-company-logo--search-result,.spma-company-logo--homepage,.spma-company-logo--dashboard{width:64px;height:64px}.spma-company-logo--related-job{width:52px;height:52px}.spma-company-logo--company-directory{width:80px;height:80px}.spma-company-logo--company-card,.spma-company-logo--email{width:96px;height:96px}.spma-company-logo--company-profile{width:180px;height:180px;border-radius:22px;padding:16px}.spma-company-logo--admin{width:120px;height:120px}@media(max-width:760px){.spma-company-logo--company-profile{width:132px;height:132px}}
.spma-company-logo.is-fallback{background:#f1f8f3;border-color:rgba(8,114,60,.12)}.spma-company-logo--job-card .spma-company-logo__initials,.spma-company-logo--search-result .spma-company-logo__initials,.spma-company-logo--homepage .spma-company-logo__initials,.spma-company-logo--dashboard .spma-company-logo__initials{font-size:18px}.spma-company-logo--related-job .spma-company-logo__initials{font-size:16px}.spma-company-logo--company-directory .spma-company-logo__initials{font-size:20px}.spma-company-logo--company-card .spma-company-logo__initials,.spma-company-logo--email .spma-company-logo__initials{font-size:23px}.spma-company-logo--company-profile .spma-company-logo__initials{font-size:40px}.spma-company-logo--admin .spma-company-logo__initials{font-size:28px}

/* 0.6.32: unmistakable TinyMCE active/focus state. TinyMCE edits inside an iframe,
   so sports-hired.js toggles .is-editor-focused on the surrounding editor block. */
.sh-editor-block>.tox-tinymce{transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}
.sh-editor-block.is-editor-focused>.tox-tinymce{border-color:var(--sh-green)!important;box-shadow:0 0 0 4px rgba(0,104,55,.13)!important}
.sh-editor-block.is-editor-focused>.tox .tox-editor-header{background:#f2f8f4!important;border-bottom-color:#bcd6c5!important}
.sh-editor-block.is-editor-focused>.tox .tox-toolbar__primary{background:#f2f8f4!important}
.sh-editor-block.is-editor-focused>.tox .tox-edit-area__iframe{box-shadow:inset 0 0 0 1px rgba(0,104,55,.07)!important}
.sh-company-edit-modal.is-suspended-by-logo{pointer-events:none}.sh-company-edit-modal.is-suspended-by-logo .sh-company-edit-modal__dialog{transform:scale(.992);opacity:.92;transition:transform .14s ease,opacity .14s ease}
.sh-company-edit-ai-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.sh-company-edit-ai-row small{max-width:560px;color:var(--sh-muted);font-size:11px;line-height:1.45}.sh-company-edit-ai-row .sh-btn-ai{background:#f0f7f3;border-color:#bcd8c7;color:var(--sh-green)}.sh-company-edit-ai-row .sh-btn-ai:hover,.sh-company-edit-ai-row .sh-btn-ai:focus-visible{background:#e5f2e9;border-color:var(--sh-green)}

/* Employer jobs standalone page */
.sh-employer-jobs-page{padding:42px 0 84px;background:linear-gradient(180deg,#f7faf8 0,#fff 300px)}
.sh-employer-jobs-page>.sh-employer-jobs-head{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 32px;border:1px solid var(--sh-line);border-radius:24px;background:#fff;box-shadow:0 18px 52px rgba(0,48,26,.08)}
.sh-employer-jobs-head h1{margin:0 0 8px;color:var(--sh-ink);font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.045em;font-weight:950}
.sh-employer-jobs-head p{max-width:680px;margin:0;color:var(--sh-muted);font-size:15px;line-height:1.65}
.sh-employer-jobs-head .sh-btn{flex:0 0 auto}
.sh-employer-jobs-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px!important;margin-bottom:28px!important}
.sh-employer-jobs-summary>div{padding:17px 19px;border:1px solid var(--sh-line);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(0,48,26,.04)}
.sh-employer-jobs-summary span{display:block;margin-bottom:5px;color:var(--sh-muted);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.sh-employer-jobs-summary strong{color:var(--sh-ink);font-size:27px;line-height:1;font-weight:950}
.sh-employer-jobs-list{padding-bottom:20px}
.sh-employer-jobs-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}
.sh-employer-jobs-section-head .sh-eyebrow{margin-bottom:6px}
.sh-employer-jobs-section-head h2{margin:0;color:var(--sh-ink);font-size:26px;line-height:1.1;font-weight:950;letter-spacing:-.035em}
.sh-employer-jobs-table{min-width:790px}
.sh-employer-jobs-table td:first-child{min-width:250px}
.sh-employer-jobs-table td:last-child{min-width:265px}
.sh-employer-jobs-table .sh-row-actions{justify-content:flex-end;flex-wrap:wrap;gap:7px}
.sh-employer-jobs-table .sh-row-actions .sh-btn{min-height:34px;padding:6px 10px;font-size:11px;white-space:nowrap}
.sh-employer-job-title strong{display:block;color:var(--sh-ink);font-size:14px;line-height:1.35}
.sh-employer-job-title small{margin:5px 0 0!important}
.sh-employer-jobs-empty{margin-top:24px!important}

@media(max-width:760px){
  .sh-employer-jobs-page{padding-top:22px}
  .sh-employer-jobs-page>.sh-employer-jobs-head{align-items:stretch;flex-direction:column;padding:23px 21px;border-radius:20px}
  .sh-employer-jobs-head h1{font-size:36px}
  .sh-employer-jobs-head .sh-btn{width:100%;justify-content:center}
  .sh-employer-jobs-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .sh-employer-jobs-summary>div{padding:14px}
  .sh-employer-jobs-section-head{align-items:center}
  .sh-employer-jobs-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}
  .sh-employer-jobs-table{min-width:0;border-collapse:separate;border-spacing:0 10px;background:transparent}
  .sh-employer-jobs-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
  .sh-employer-jobs-table tbody,.sh-employer-jobs-table tr,.sh-employer-jobs-table td{display:block;width:100%}
  .sh-employer-jobs-table tr{padding:18px;border:1px solid var(--sh-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,48,26,.055)}
  .sh-employer-jobs-table td{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:start;min-width:0!important;padding:9px 0;border:0;font-size:13px}
  .sh-employer-jobs-table td::before{content:attr(data-label);color:var(--sh-muted);font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
  .sh-employer-jobs-table td.sh-employer-job-title{display:block;padding-top:0;padding-bottom:13px;border-bottom:1px solid var(--sh-line)}
  .sh-employer-jobs-table td.sh-employer-job-title::before{display:none}
  .sh-employer-jobs-table td.sh-employer-job-actions{display:block;padding:13px 0 0;border-top:1px solid var(--sh-line)}
  .sh-employer-jobs-table td.sh-employer-job-actions::before{display:none}
  .sh-employer-jobs-table .sh-row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%}
  .sh-employer-jobs-table .sh-row-actions .sh-btn{width:100%;justify-content:center}
}

@media(max-width:430px){
  .sh-employer-jobs-summary{grid-template-columns:1fr 1fr}
  .sh-employer-jobs-table .sh-row-actions{grid-template-columns:1fr}
}

/* Employer conversion system 0.6.36 */
.sh-employer-conversion{width:min(calc(100% - 44px),var(--sh-container));margin:42px auto;padding:30px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:24px;align-items:center;border:1px solid #dbe7df;border-radius:26px;background:linear-gradient(135deg,#f6fbf8 0,#fff 48%,#f8f4df 150%);box-shadow:0 16px 42px rgba(0,48,26,.07)}
.sh-employer-conversion__icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:var(--sh-green-dark);color:#fff;font-size:24px;box-shadow:0 12px 28px rgba(0,78,42,.18)}
.sh-employer-conversion__content h2{margin:5px 0 8px;font-size:clamp(25px,2.6vw,36px);line-height:1.08;letter-spacing:-.035em}.sh-employer-conversion__content>p{margin:0;max-width:790px;color:var(--sh-muted);line-height:1.65}
.sh-employer-conversion__benefits{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:15px}.sh-employer-conversion__benefits span{display:inline-flex;align-items:center;gap:6px;color:#365145;font-size:11px;font-weight:800}.sh-employer-conversion__benefits i{color:var(--sh-green)}
.sh-employer-conversion__actions{display:grid;gap:9px;min-width:205px}.sh-employer-conversion__actions .sh-btn{justify-content:center}
.sh-pricing-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.sh-pricing-value-strip{width:min(calc(100% - 44px),var(--sh-container));margin:-25px auto 42px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--sh-line);border-radius:22px;background:var(--sh-line);box-shadow:var(--sh-shadow-sm)}.sh-pricing-value-strip>div{min-height:76px;padding:16px 18px;display:flex;align-items:center;gap:11px;background:#fff;color:#34443a;font-size:12px;font-weight:850}.sh-pricing-value-strip i{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#edf7f1;color:var(--sh-green)}
.sh-hiring-pathways{width:min(calc(100% - 44px),var(--sh-container));margin:0 auto 38px;padding:42px;border:1px solid var(--sh-line);border-radius:28px;background:#fff;box-shadow:0 16px 42px rgba(0,48,26,.055)}.sh-hiring-pathways__intro{max-width:760px;margin-bottom:23px}.sh-hiring-pathways__intro h2{margin:6px 0 10px;font-size:clamp(31px,3.5vw,45px);line-height:1.05;letter-spacing:-.04em}.sh-hiring-pathways__intro p{margin:0;color:var(--sh-muted);line-height:1.68}.sh-hiring-pathways__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sh-hiring-pathways__grid>a{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto auto;column-gap:13px;padding:20px;border:1px solid var(--sh-line);border-radius:19px;background:linear-gradient(145deg,#fff,#f8faf8);text-decoration:none;color:var(--sh-ink);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.sh-hiring-pathways__grid>a:hover{transform:translateY(-3px);border-color:#bcd1c4;box-shadow:0 14px 30px rgba(0,48,26,.09)}.sh-hiring-pathways__grid>a>i{grid-row:1/4;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--sh-green-dark);color:#fff}.sh-hiring-pathways__grid strong{font-size:16px}.sh-hiring-pathways__grid span{margin-top:4px;color:var(--sh-muted);font-size:12px;line-height:1.5}.sh-hiring-pathways__grid b{margin-top:10px;color:var(--sh-green-dark);font-size:11px}.sh-hiring-pathways--solutions{margin-top:10px!important}
.sh-price-card__intro{display:flex;align-items:center;gap:12px}.sh-price-card__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:#edf7f1;color:var(--sh-green-dark)}.sh-price-card__best{margin:4px 0 0!important;padding:10px 12px;border-radius:12px;background:#f7f9f7;color:#43564a!important;font-size:12px!important;line-height:1.5!important}.sh-price-card__desc{min-height:42px}.sh-price-value{padding:9px 11px;border-radius:10px;background:#fff7d8;color:#604f12;font-size:10px;font-weight:900;line-height:1.4}.sh-price-card ul li i{margin-right:8px;color:var(--sh-green)}.sh-price-card__details{display:inline-flex;align-items:center;gap:7px;justify-content:center;margin-top:8px;color:var(--sh-green-dark);font-size:11px;font-weight:900}
.sh-pricing-includes{margin:42px 0 26px;padding:34px;border:1px solid var(--sh-line);border-radius:25px;background:linear-gradient(145deg,#f7faf8,#fff)}.sh-pricing-includes>div:first-child{max-width:760px;margin-bottom:22px}.sh-pricing-includes h2{margin:5px 0 9px;font-size:32px;line-height:1.08;letter-spacing:-.035em}.sh-pricing-includes p{margin:0;color:var(--sh-muted);line-height:1.65}.sh-pricing-includes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sh-pricing-includes__grid>div{padding:17px;border:1px solid #e2e9e4;border-radius:16px;background:#fff}.sh-pricing-includes__grid i{color:var(--sh-green);font-size:18px}.sh-pricing-includes__grid strong{display:block;margin:10px 0 5px;font-size:14px}.sh-pricing-includes__grid span{display:block;color:var(--sh-muted);font-size:11px;line-height:1.55}.sh-addons-intro{margin:-12px 0 18px;color:var(--sh-muted)}
.sh-ai-member-benefit{width:min(calc(100% - 44px),var(--sh-container));margin:26px auto;padding:18px 20px;display:flex;gap:14px;align-items:flex-start;border:1px solid #d6c55d;border-radius:17px;background:#fff9df}.sh-ai-member-benefit>i{margin-top:2px;color:#8a741b;font-size:19px}.sh-ai-member-benefit strong,.sh-ai-member-benefit span{display:block}.sh-ai-member-benefit span{margin-top:4px;color:#665d35;font-size:12px;line-height:1.55}.sh-ai-member-benefit--solutions{margin-top:36px}
.sh-pricing-faq{width:min(calc(100% - 44px),var(--sh-container));margin:48px auto;display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:40px}.sh-pricing-faq__intro h2{margin:6px 0 0;font-size:35px;line-height:1.06;letter-spacing:-.04em}.sh-pricing-faq__items{display:grid;gap:10px}.sh-pricing-faq details{border:1px solid var(--sh-line);border-radius:15px;background:#fff;padding:0 17px}.sh-pricing-faq summary{padding:16px 0;display:flex;justify-content:space-between;gap:15px;cursor:pointer;font-weight:850}.sh-pricing-faq details p{margin:0;padding:0 0 17px;color:var(--sh-muted);line-height:1.65}.sh-pricing-final-cta{width:min(calc(100% - 44px),var(--sh-container));margin:48px auto 0;padding:38px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;border-radius:27px;background:linear-gradient(135deg,#08291a,#0c4429);color:#fff}.sh-pricing-final-cta .sh-eyebrow{color:var(--sh-gold-soft)}.sh-pricing-final-cta h2{margin:5px 0 9px;color:#fff;font-size:36px;line-height:1.06}.sh-pricing-final-cta p{margin:0;color:rgba(255,255,255,.72)}.sh-pricing-final-cta>div:last-child{display:grid;gap:9px;min-width:220px}.sh-pricing-final-cta .sh-btn{justify-content:center}
.sh-employer-outcomes{padding:16px 0 62px!important;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:46px;align-items:center}.sh-employer-outcomes__intro h2{margin:6px 0 12px;font-size:clamp(34px,3.8vw,49px);line-height:1.05;letter-spacing:-.04em}.sh-employer-outcomes__intro p{margin:0;color:var(--sh-muted);line-height:1.72}.sh-employer-outcomes__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.sh-employer-outcomes__grid>div{min-height:74px;padding:15px;display:flex;align-items:center;gap:11px;border:1px solid var(--sh-line);border-radius:16px;background:#fff}.sh-employer-outcomes__grid i{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:#edf7f1;color:var(--sh-green)}.sh-employer-outcomes__grid strong{font-size:12px;line-height:1.35}
.sh-solution-value strong{color:#705f13}
.sh-product-fit{margin:0 0 28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.sh-product-fit>div{padding:19px;display:grid;grid-template-columns:42px 1fr;gap:12px;border:1px solid var(--sh-line);border-radius:18px;background:#fff}.sh-product-fit>div>i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#edf7f1;color:var(--sh-green-dark)}.sh-product-fit span{display:grid;gap:4px}.sh-product-fit small{color:var(--sh-green);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sh-product-fit strong{font-size:13px;line-height:1.38}.sh-product-fit b{color:var(--sh-muted);font-size:10px;font-weight:600;line-height:1.5}.sh-product-value-callout{margin:-12px 0 26px;padding:12px 16px;display:flex;align-items:center;gap:10px;border:1px solid #e5d475;border-radius:13px;background:#fff9df;color:#665310;font-size:12px}.sh-product-platform-value{padding:29px 0;border-top:1px solid var(--sh-line)}.sh-product-platform-value h2{margin:5px 0 18px;font-size:26px;line-height:1.08}.sh-product-platform-value__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sh-product-platform-value__grid>div{padding:12px 13px;display:flex;align-items:center;gap:9px;border-radius:12px;background:#f7f9f7;font-size:11px;font-weight:800}.sh-product-platform-value__grid i{color:var(--sh-green)}
.sh-dashboard-upsell{margin:0 0 20px;padding:16px 18px;display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;border:1px solid #dce8e0;border-radius:15px;background:#f7fbf8}.sh-dashboard-upsell>i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--sh-green-dark);color:#fff}.sh-dashboard-upsell strong,.sh-dashboard-upsell span{display:block}.sh-dashboard-upsell span{margin-top:3px;color:var(--sh-muted);font-size:11px}.sh-dashboard-upsell>a{display:inline-flex;gap:7px;align-items:center;color:var(--sh-green-dark);font-size:11px;font-weight:900}
.sh-ai-locked-note a{display:inline-flex;align-items:center;gap:6px;margin-top:7px;color:var(--sh-green-dark);font-weight:900;font-size:11px}
@media(max-width:980px){.sh-employer-conversion{grid-template-columns:56px 1fr}.sh-employer-conversion__actions{grid-column:2;display:flex;flex-wrap:wrap}.sh-pricing-value-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-hiring-pathways__grid,.sh-pricing-includes__grid,.sh-product-fit{grid-template-columns:1fr}.sh-employer-outcomes{grid-template-columns:1fr}.sh-pricing-faq{grid-template-columns:1fr}.sh-pricing-final-cta{grid-template-columns:1fr}.sh-pricing-final-cta>div:last-child{display:flex;flex-wrap:wrap}.sh-dashboard-upsell{grid-template-columns:40px 1fr}.sh-dashboard-upsell>a{grid-column:2}}
@media(max-width:650px){.sh-employer-conversion{width:min(calc(100% - 24px),var(--sh-container));grid-template-columns:1fr;padding:22px}.sh-employer-conversion__actions{grid-column:auto;display:grid}.sh-employer-conversion__actions .sh-btn{width:100%}.sh-employer-conversion__benefits{display:grid}.sh-pricing-value-strip{width:min(calc(100% - 24px),var(--sh-container));grid-template-columns:1fr;margin-top:-18px}.sh-hiring-pathways{width:min(calc(100% - 24px),var(--sh-container));padding:24px}.sh-hiring-pathways__grid{grid-template-columns:1fr}.sh-pricing-includes{padding:23px}.sh-pricing-includes__grid{grid-template-columns:1fr}.sh-pricing-faq,.sh-pricing-final-cta{width:min(calc(100% - 24px),var(--sh-container))}.sh-pricing-final-cta{padding:25px}.sh-pricing-final-cta>div:last-child{display:grid}.sh-employer-outcomes__grid{grid-template-columns:1fr}.sh-product-platform-value__grid{grid-template-columns:1fr}.sh-product-fit{grid-template-columns:1fr}.sh-dashboard-upsell{grid-template-columns:1fr}.sh-dashboard-upsell>a{grid-column:auto}}
.sh-employer-jobs-package-cta{margin:30px 0 0;padding:24px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:17px;align-items:center;border:1px solid var(--sh-line);border-radius:20px;background:linear-gradient(135deg,#f7faf8,#fff)}.sh-employer-jobs-package-cta>i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--sh-green-dark);color:#fff}.sh-employer-jobs-package-cta h2{margin:3px 0 6px;font-size:23px}.sh-employer-jobs-package-cta p{margin:0;color:var(--sh-muted);font-size:12px;line-height:1.55}
.sh-profile-hiring-cta{margin-top:28px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;border:1px solid var(--sh-line);border-radius:18px;background:#f7faf8}.sh-profile-hiring-cta strong{display:block;font-size:18px}.sh-profile-hiring-cta p{margin:5px 0 0;color:var(--sh-muted);font-size:12px}.sh-profile-hiring-cta>div:last-child{display:flex;gap:8px;flex-wrap:wrap}
.sh-auth-employer-solutions{display:grid!important;grid-template-columns:36px 1fr 18px!important;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.07);color:#fff!important;text-decoration:none!important}.sh-auth-employer-solutions>i:first-child{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:rgba(213,190,82,.18);color:var(--sh-gold-soft)}.sh-auth-employer-solutions small{color:rgba(255,255,255,.66)!important}
@media(max-width:760px){.sh-employer-jobs-package-cta{grid-template-columns:1fr}.sh-employer-jobs-package-cta .sh-btn{width:100%;justify-content:center}.sh-profile-hiring-cta{grid-template-columns:1fr}.sh-profile-hiring-cta>div:last-child{display:grid}.sh-profile-hiring-cta .sh-btn{width:100%;justify-content:center}}
.sh-package-compare{margin:42px 0 18px}.sh-package-compare__head{max-width:760px;margin-bottom:18px}.sh-package-compare__head h2{margin:5px 0 8px;font-size:32px;letter-spacing:-.035em}.sh-package-compare__head p{margin:0;color:var(--sh-muted)}.sh-package-compare__scroll{overflow-x:auto;border:1px solid var(--sh-line);border-radius:18px;background:#fff}.sh-package-compare table{width:100%;min-width:980px;border-collapse:collapse}.sh-package-compare th,.sh-package-compare td{padding:14px 15px;border-bottom:1px solid #e8ede9;border-right:1px solid #edf1ee;text-align:left;vertical-align:top;font-size:11px;line-height:1.45}.sh-package-compare thead th{background:#f5f8f6;color:var(--sh-ink);font-size:12px;font-weight:900}.sh-package-compare tbody th{width:145px;background:#fbfcfb;color:#34443a;font-weight:900}.sh-package-compare td{color:#526158}.sh-package-compare td strong{color:var(--sh-green-dark);font-size:14px}.sh-package-compare tr:last-child th,.sh-package-compare tr:last-child td{border-bottom:0}.sh-package-compare th:last-child,.sh-package-compare td:last-child{border-right:0}


/* Lifetime Employer sales treatment 0.6.37 */
.sh-price-card.is-lifetime,.sh-solution-card.is-lifetime{position:relative;border-color:rgba(200,165,52,.55);box-shadow:0 18px 44px rgba(7,63,38,.12)}
.sh-price-card.is-lifetime:before,.sh-solution-card.is-lifetime:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:inherit;background:linear-gradient(90deg,#d2b343,#f0d66b,#d2b343)}
.sh-price-cadence--lifetime,.sh-buybox-cadence--lifetime{background:#fff9df;border:1px solid rgba(196,157,31,.3);color:#5b4b0d}
.sh-ai-member-benefit--prospect a{display:inline-flex;align-items:center;gap:.45rem;margin-top:.5rem;font-weight:800;color:inherit;text-decoration:underline;text-underline-offset:3px}
.sh-product-lifetime-ai{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start;padding:24px;border:1px solid rgba(196,157,31,.28);border-radius:22px;background:linear-gradient(135deg,#fffdf4,#f4fbf6);margin:24px 0}
.sh-product-lifetime-ai>div:first-child{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#0b6f42;color:#fff;font-size:22px}
.sh-product-lifetime-ai h2{margin:.25rem 0 .45rem}.sh-product-lifetime-ai p{margin:0}
@media(max-width:640px){.sh-product-lifetime-ai{grid-template-columns:1fr}.sh-product-lifetime-ai>div:first-child{width:48px;height:48px}}

/* Sports Hired Easy Apply employer configuration */
.sh-easy-apply-options{margin-top:18px;padding:18px;border:1px solid #d7e4dc;background:#f8fbf9;border-radius:16px}.sh-resume-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 16px}.sh-option-card{cursor:pointer}.sh-option-card input{position:absolute;opacity:0;pointer-events:none}.sh-option-card span{display:block;height:100%;padding:13px;border:1.5px solid #d4dfd8;border-radius:12px;background:#fff}.sh-option-card strong,.sh-option-card small{display:block}.sh-option-card small{margin-top:4px;color:#6b786f;line-height:1.4}.sh-option-card input:checked+span{border-color:#08733f;background:#f0f8f3;box-shadow:0 0 0 3px rgba(8,115,63,.1)}.sh-screening-builder{margin-top:16px}.sh-screening-row{border:1px solid #d9e3dd;background:#fff;border-radius:13px;padding:13px;margin-top:10px}.sh-screening-row__main{display:grid;grid-template-columns:minmax(0,2fr) minmax(170px,1fr);gap:10px}.sh-screening-row label>span{display:block;font-weight:800;font-size:12px;margin-bottom:5px}.sh-screening-row input,.sh-screening-row select,.sh-screening-row textarea{width:100%;border:1px solid #cbd8d0;border-radius:9px;padding:9px 10px;font:inherit}.sh-screening-row__options{margin-top:10px}.sh-screening-row footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.sh-mini-check{display:flex!important;gap:7px;align-items:center}.sh-mini-check input{width:17px!important;height:17px!important}.sh-link-button{border:0;background:transparent;color:#08733f;font:inherit;font-weight:800;cursor:pointer}.sh-link-button:hover{text-decoration:underline}
@media(max-width:680px){.sh-resume-option-grid,.sh-screening-row__main{grid-template-columns:1fr}.sh-easy-apply-options{padding:13px}}

/* Candidate Resume + Application UX polish 0.6.39 */
.sh-resume-discovery-toggle{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:13px;border:1px solid #d9e6de;border-radius:13px;background:#fff;cursor:pointer}.sh-resume-discovery-toggle input{width:19px;height:19px;flex:0 0 auto;margin-top:2px;accent-color:var(--sh-green)}.sh-resume-discovery-toggle span{display:grid;gap:3px}.sh-resume-discovery-toggle b{font-size:12px;line-height:1.35}.sh-resume-discovery-toggle small{color:var(--sh-muted);font-size:10px;line-height:1.5;font-weight:500}
.sh-resume-location-field{position:relative}.sh-resume-location-suggest,.sh-resume-company-suggest{position:absolute;z-index:20;top:100%;left:0;right:0;max-height:250px;overflow:auto;margin-top:5px;padding:5px;border:1px solid #ccd9d1;border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(0,48,26,.14)}.sh-resume-location-suggest button,.sh-resume-company-suggest button{width:100%;padding:10px 11px;display:flex;gap:9px;align-items:flex-start;border:0;border-radius:8px;background:transparent;text-align:left;cursor:pointer;color:var(--sh-ink)}.sh-resume-location-suggest button:hover,.sh-resume-location-suggest button:focus,.sh-resume-company-suggest button:hover,.sh-resume-company-suggest button:focus{outline:0;background:#eef7f1}.sh-resume-location-suggest i{margin-top:3px;color:var(--sh-green)}.sh-resume-location-suggest span,.sh-resume-company-suggest button{min-width:0}.sh-resume-location-suggest strong,.sh-resume-location-suggest small,.sh-resume-company-suggest strong,.sh-resume-company-suggest small{display:block}.sh-resume-location-suggest strong,.sh-resume-company-suggest strong{font-size:11px}.sh-resume-location-suggest small,.sh-resume-company-suggest small{margin-top:2px;color:var(--sh-muted);font-size:9px}.sh-field-help{display:block;margin-top:5px;color:var(--sh-muted);font-size:9px;line-height:1.45}
.sh-import-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:22px 0 8px}.sh-import-review-head h3{margin:3px 0 0;font-size:23px;letter-spacing:-.025em}.sh-import-review-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #d7e4dc;border-radius:999px;background:#f5faf7;color:#315140;font-size:9px;font-weight:850;white-space:nowrap}.sh-import-review-badge i{color:var(--sh-green)}.sh-import-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px}.sh-import-review-card{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;padding:14px;border:1px solid #dbe5df;border-radius:15px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.sh-import-review-card:hover{transform:translateY(-1px);border-color:#b9cec0;box-shadow:0 9px 24px rgba(0,48,26,.07)}.sh-import-review-card>input{position:absolute;opacity:0}.sh-import-review-card__check{width:22px;height:22px;display:grid;place-items:center;border:1.5px solid #aabbb0;border-radius:7px;color:transparent;background:#fff}.sh-import-review-card>input:checked+.sh-import-review-card__check{border-color:var(--sh-green);background:var(--sh-green);color:#fff}.sh-import-review-card__copy{display:grid;gap:3px;min-width:0}.sh-import-review-card__copy>strong{font-size:12px}.sh-import-review-card__copy>small{color:var(--sh-muted);font-size:9px}.sh-import-review-card__preview{display:grid;gap:3px;margin-top:5px;color:#42534a;font-size:10px;line-height:1.45}.sh-import-review-card__preview>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-import-review-card.is-empty{opacity:.55;cursor:default;background:#f7f8f7}.sh-import-review-card.is-empty:hover{transform:none;box-shadow:none}
.sh-resume-ready-dialog{max-width:540px}.sh-resume-ready-dialog .sh-eyebrow{display:block;margin-top:4px}.sh-resume-ready-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.sh-resume-ready-actions .sh-btn{justify-content:center}
@media(max-width:700px){.sh-import-review-head{display:grid}.sh-import-review-badge{width:max-content;max-width:100%;white-space:normal}.sh-import-review-grid{grid-template-columns:1fr}.sh-resume-ready-actions{display:grid}.sh-resume-ready-actions .sh-btn{width:100%}.sh-resume-location-suggest,.sh-resume-company-suggest{max-height:210px}}

/* Signed-in account benefit */
.sh-dashboard-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sh-account-benefit{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(11,111,66,.18);border-radius:999px;background:#edf7f1;color:var(--sh-green-dark);font-size:10px;font-weight:850;letter-spacing:.01em;line-height:1}.sh-account-benefit i{font-size:10px}.sh-dashboard-head .sh-dashboard-kicker .sh-eyebrow{margin:0}@media(max-width:640px){.sh-account-benefit{padding:6px 8px;font-size:9px}}

@media(max-width:680px){.sh-hero,.sh-dashboard-head,.sh-company-hero{min-height:0;padding-top:44px;padding-bottom:44px;margin-bottom:34px;gap:22px}.sh-card{border-radius:16px}.sh-btn{min-height:44px}.sh-section-title{font-size:clamp(1.5rem,7vw,2rem)}}


/* Shared shell geometry: use the containing page width, not viewport units.
 * A full-width application shell is already supplied for canonical Core pages.
 * Embedded public views stay inside their host column instead of creating a
 * second viewport breakout. Hub Pages compatibility is in sports-hired-layout.css.
 */
body .sh-public-app {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
}

/* Authenticated application workspaces are contained applications, not
 * automatic viewport breakouts. A component that truly needs full bleed must
 * opt in explicitly instead of inheriting it from .sh-workspace. */
body .sh-workspace {
    --sh-workspace-max: 1240px;
    --sh-workspace-gutter: 48px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
}
body .sh-workspace--wide { --sh-workspace-max: 1320px; }
body .sh-workspace--narrow { --sh-workspace-max: 980px; }
/* Only page-level header/hero components are allowed to span the workspace.
 * Normal workflow content remains constrained to the workspace max width. */
body .sh-workspace > .sh-hero,
body .sh-workspace > .sh-dashboard-head,
body .sh-workspace > .sh-company-hero {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
body .sh-workspace > :not(.sh-hero):not(.sh-dashboard-head):not(.sh-company-hero):not(.sh-resume-modal):not(.sh-account-photo-modal):not(.sh-action-dialog):not(.sh-mobile-applybar):not(script):not(style) {
    width: min(calc(100% - var(--sh-workspace-gutter)), var(--sh-workspace-max));
    max-width: var(--sh-workspace-max);
    margin-left: auto;
    margin-right: auto;
}

/* When Hub Pages wraps a public Core view, Hub owns the public breakout. */
body .spma-public-sports-hired-shell > .sh-public-app {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.et_pb_code_inner:has(> .sh-public-app),
.et_pb_text_inner:has(> .sh-public-app),
.et_pb_module_inner:has(> .sh-public-app),
.et_pb_module:has(.sh-public-app),
.et_pb_column:has(.sh-public-app),
.et_pb_row:has(.sh-public-app),
.et_pb_code_inner:has(> .sh-workspace),
.et_pb_text_inner:has(> .sh-workspace),
.et_pb_module_inner:has(> .sh-workspace),
.et_pb_module:has(.sh-workspace),
.et_pb_column:has(.sh-workspace),
.et_pb_row:has(.sh-workspace) {
    overflow: visible !important;
}
@media (max-width: 900px) {
    body .sh-workspace { --sh-workspace-gutter: 28px; }
}
@media (max-width: 640px) {
    body .sh-workspace { --sh-workspace-gutter: 20px; }
}


/* Candidate workspace shortcuts */
.sh-candidate-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:14px auto 18px}
.sh-candidate-overview>a{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:13px 14px;border:1px solid var(--sh-line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,48,26,.04);transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}
.sh-candidate-overview>a:hover{transform:translateY(-1px);border-color:#bad0c1;box-shadow:0 9px 24px rgba(0,48,26,.07)}
.sh-candidate-overview>a>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#edf7f1;color:var(--sh-green);font-size:15px}
.sh-candidate-overview strong,.sh-candidate-overview small{display:block;min-width:0}.sh-candidate-overview strong{font-size:17px;line-height:1.1;color:var(--sh-ink)}.sh-candidate-overview small{margin-top:3px;color:var(--sh-muted);font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:980px){.sh-candidate-overview{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.sh-candidate-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sh-candidate-overview>a{padding:11px}.sh-candidate-overview>a:last-child{grid-column:1/-1}}

/* Company profile geometry is presentation-owned by SPMA Hub Pages 1.15.7+ when wrapped publicly. Core retains semantic component styles only. */

/* SPMA Jobs lifecycle + mobile UX consolidation · 2026-09-20 */
.sh-status-closed_early{background:#fff0e8;color:#8d3d16}.sh-status-archived{background:#eef0f1;color:#5d6561}.sh-status-scheduled{background:#fff6d8;color:#6a5300}
.sh-job-status-note{display:flex;align-items:flex-start;gap:11px;margin:18px 34px 0;padding:13px 15px;border:1px solid #ead7a4;border-radius:14px;background:#fffaf0;color:#654e13}.sh-job-status-note>i{margin-top:2px;color:#b58d18}.sh-job-status-note strong,.sh-job-status-note span{display:block}.sh-job-status-note strong{font-size:14px}.sh-job-status-note span{margin-top:2px;font-size:12px;line-height:1.5;color:#765f28}
.sh-saved-job-state{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:5px 9px;border-radius:999px;font-style:normal;font-size:10px;font-weight:900;white-space:nowrap}.sh-mini-job{display:flex!important;align-items:center;justify-content:space-between;gap:14px}.sh-mini-job>div{min-width:0}.sh-mini-job>div strong,.sh-mini-job>div span{display:block}
/* Normalize logo visual weight without distorting source branding. */
.sh-company-mark img,.sh-job-public-companymark img{object-fit:contain!important;object-position:center!important}.sh-company-mark img{padding:4px!important}.sh-job-public-companymark img{width:86%!important;height:86%!important;padding:2px!important}.sh-job-public-companymark>.spma-company-logo{width:100%!important;height:100%!important;min-width:0;min-height:0;max-width:100%;max-height:100%;border:0!important;border-radius:inherit!important}.sh-job-public-companymark>.spma-company-logo img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;padding:0!important}.sh-job-company-card>.spma-company-logo{width:88px!important;height:88px!important;min-width:88px;min-height:88px;max-width:88px;max-height:88px}@media(min-width:681px) and (max-width:900px){.sh-job-company-card>.spma-company-logo{width:60px!important;height:60px!important;min-width:60px;min-height:60px;max-width:60px;max-height:60px}}
/* Authentication controls remain one semantic row and are resilient to theme input rules. */
.sh-auth-check{position:static!important;display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:32px!important;margin:0!important;padding:0!important;line-height:1.3!important}.sh-auth-check input[type="checkbox"]{position:static!important;display:block!important;flex:0 0 17px!important;width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important;margin:0!important;padding:0!important;transform:none!important;appearance:auto!important;accent-color:var(--sh-green)}.sh-auth-check span{display:inline!important;margin:0!important}.sh-auth-form-row{min-height:34px!important;margin:0!important}.sh-account-auth-form>.sh-btn-block{margin-top:2px!important}
@media(max-width:680px){
  .sh-auth-story{padding:22px 18px 26px}.sh-auth-story__content{padding:34px 0 16px}.sh-auth-story__content h1{font-size:clamp(30px,9vw,38px)}.sh-auth-main{padding:20px 12px calc(74px + env(safe-area-inset-bottom,0px))}.sh-auth-card{padding:20px;border-radius:18px}.sh-auth-form-row{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-direction:row!important;gap:12px!important}.sh-auth-form-row>a{text-align:right}.sh-auth-switch{margin:18px -20px -20px}.sh-account-auth-form{gap:11px}.sh-auth-field input{min-height:46px}.sh-account-auth-form .sh-btn{min-height:48px}
}
@media(max-width:390px){.sh-auth-form-row{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}.sh-auth-form-row>a{text-align:left}}
/* Mobile job detail: compact information first, not a desktop hero stacked vertically. */
@media(max-width:680px){
  .sh-job-detail-v2{padding:8px 8px calc(96px + env(safe-area-inset-bottom,0px))}.sh-job-public-card{border-radius:18px}.sh-job-public-hero{grid-template-columns:56px minmax(0,1fr);gap:12px;padding:15px 14px}.sh-job-public-companymark{width:56px;height:56px;border-radius:14px;box-shadow:none}.sh-job-public-companymark span{font-size:22px}.sh-job-public-identity .sh-badge-row{margin-bottom:5px}.sh-job-public-identity h1{font-size:clamp(25px,8vw,34px);line-height:1.05;margin:5px 0 5px;letter-spacing:-.035em}.sh-job-public-employer{font-size:15px;margin:0 0 9px}.sh-job-public-keyfacts{display:flex;gap:6px 12px;flex-wrap:wrap;font-size:12px}.sh-job-public-keyfacts span{gap:5px}.sh-job-status-note{margin:10px 12px 0;padding:10px 11px;border-radius:12px}.sh-job-status-note strong{font-size:13px}.sh-job-status-note span{font-size:11px}.sh-job-public-layout{padding:16px 14px}.sh-job-section{padding-bottom:20px;margin-bottom:20px}.sh-job-section h2{font-size:21px;margin:5px 0 12px}.sh-job-prose{font-size:15px;line-height:1.58}.sh-job-dates{grid-template-columns:1fr 1fr;gap:8px}.sh-job-dates>div{padding:10px 11px;border-radius:12px}.sh-job-dates small{font-size:9px}.sh-job-dates strong{font-size:12px;margin-top:3px}.sh-job-detail-cards{gap:8px}.sh-job-detail-cards>div{min-height:0;padding:12px 12px 12px 39px;border-radius:13px}.sh-job-detail-cards i{left:13px;top:15px}.sh-job-detail-cards small{font-size:9px}.sh-job-detail-cards strong{font-size:13px}.sh-job-company-card{grid-template-columns:52px 1fr;gap:12px}.sh-job-company-card>.spma-company-logo{width:52px!important;height:52px!important;min-width:52px;min-height:52px;max-width:52px;max-height:52px}.sh-job-company-card .sh-company-mark-lg{width:52px;height:52px}.sh-job-closed{margin:10px 12px 0}.sh-mobile-applybar-spma{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}
}
@media(max-width:360px){.sh-job-dates{grid-template-columns:1fr}}
/* Employer job lifecycle summary can grow without breaking narrow widths. */
.sh-employer-jobs-summary{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important}


/* 0.7.3 shared authentication hardening and approved WebP artwork */
.sh-auth-shell,.sh-auth-main,.sh-auth-card,.sh-auth-panel,.sh-account-auth-form,.sh-auth-field,.sh-auth-password-wrap{min-width:0}.sh-auth-main{overflow:visible}.sh-auth-panel.is-active{width:100%}.sh-account-auth-form{grid-template-columns:minmax(0,1fr);width:100%}.sh-account-auth-form>.sh-auth-field,.sh-account-auth-form>.sh-auth-form-row,.sh-account-auth-form>.sh-turnstile-wrap,.sh-account-auth-form>.sh-btn,.sh-account-auth-form>.sh-form-status{grid-column:1/-1;min-width:0}.sh-account-auth-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]){width:100%!important;max-width:100%!important;box-sizing:border-box!important}.sh-auth-check input[type="checkbox"]{display:inline-block!important;position:static!important;width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important;padding:0!important;margin:0!important;border-radius:3px!important;box-shadow:none!important;transform:none!important;float:none!important;vertical-align:middle!important}.sh-turnstile-wrap{position:relative;overflow:visible;min-height:0}.sh-turnstile-wrap>div,.sh-turnstile-wrap iframe{max-width:100%!important}.sh-turnstile-status{margin-top:7px;color:var(--sh-muted);font-size:11px;font-weight:700;line-height:1.4}.sh-turnstile-status:empty{display:none}.sh-turnstile-status.is-error{color:var(--sh-danger)}.sh-turnstile-status.is-warning{color:var(--sh-warn)}.sh-auth-story__footer{display:grid;gap:16px}.sh-auth-art{width:min(100%,360px);max-height:175px;object-fit:contain;object-position:left bottom;filter:drop-shadow(0 18px 28px rgba(0,0,0,.16));opacity:.94}.sh-auth-story__footer .sh-auth-trust{max-width:560px}@media(max-width:1050px){.sh-auth-shell{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}.sh-auth-main{padding-left:28px;padding-right:28px}}@media(max-width:860px){.sh-auth-page,.sh-auth-shell,.sh-auth-story{min-height:0}.sh-auth-shell{grid-template-columns:1fr}.sh-auth-story{padding:30px 24px}.sh-auth-story__content{padding:42px 0 22px}.sh-auth-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-auth-art{display:none}.sh-auth-main{padding:28px 18px 70px}.sh-auth-card{width:min(100%,620px)}}@media(max-width:520px){.sh-auth-benefits{grid-template-columns:1fr}.sh-auth-card{padding:20px 16px}.sh-auth-form-row{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}.sh-auth-form-row>a{text-align:left!important}}


/* 0.7.3 province-aware checkout tax messaging */
.sh-checkout-modal__tax strong{max-width:230px;text-align:right;font-size:13px;color:var(--sh-muted,#52645a)}
.sh-checkout-modal__tax-note{display:flex;gap:9px;align-items:flex-start;margin:12px 0 0;padding:11px 13px;border-radius:12px;background:#f6faf7;color:#52645a;font-size:12px;line-height:1.45}
.sh-checkout-modal__tax-note i{margin-top:2px;color:#277a4d}
@media(max-width:520px){.sh-checkout-modal__tax strong{max-width:180px}.sh-checkout-modal__tax-note{font-size:11.5px}}


/* 0.7.3 Divi-friendly dynamic hiring package block */
.sh-package-block{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:28px;width:100%;max-width:1120px;margin:28px auto;padding:28px;border:1px solid #dce7e0;border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(0,55,31,.07)}
.sh-package-block__copy h2{margin:7px 0 9px;font-size:clamp(26px,3vw,40px);letter-spacing:-.035em}.sh-package-block__copy>p{max-width:680px;color:var(--sh-muted);line-height:1.65}.sh-package-block__copy ul{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}.sh-package-block__copy li{display:flex;gap:9px;align-items:flex-start}.sh-package-block__copy li i{margin-top:3px;color:var(--sh-green)}
.sh-package-block__purchase{display:grid;align-content:start;gap:13px;padding:20px;border:1px solid #dce8e0;border-radius:18px;background:#f8fbf9}.sh-package-block__price{display:flex;align-items:baseline;gap:8px}.sh-package-block__price strong{font-size:34px;letter-spacing:-.035em}.sh-package-block__price span{font-size:12px;font-weight:900;color:var(--sh-muted)}.sh-package-block__purchase>small{color:var(--sh-muted)}.sh-package-block__tax{display:flex;gap:8px;align-items:flex-start;padding-top:11px;border-top:1px solid #e0e9e3;color:var(--sh-muted);font-size:11px;line-height:1.45}.sh-package-block__tax i{margin-top:2px;color:var(--sh-green)}
@media(max-width:760px){.sh-package-block{grid-template-columns:1fr;padding:18px;border-radius:18px}.sh-package-block__purchase{padding:16px}}

/* 0.7.3 public job pages stay edge-to-edge inside the app shell at every mobile breakpoint. */
@media(max-width:900px){.sh-app>.sh-job-detail-v2,.sh-job-detail-v2{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}}
@media(max-width:680px){.sh-app>.sh-job-detail-v2,.sh-job-detail-v2{width:100%!important;max-width:100%!important}}

/* 0.7.3 authentication QA: keep social, divider and email forms on one centered axis. */
.sh-auth-panel.is-active{width:min(100%,400px);margin-inline:auto}.sh-auth-panel .sh-google-auth-block,.sh-auth-panel .sh-google-signin,.sh-auth-panel .sh-linkedin-auth-button,.sh-auth-panel .sh-auth-divider,.sh-auth-panel .sh-account-auth-form{width:100%;max-width:400px;margin-left:auto;margin-right:auto}.sh-auth-panel .sh-google-signin>div{width:100%!important;max-width:400px!important}
/* 0.7.3 authentication QA: Google Identity button containers must be allowed to shrink
   below a previously rendered desktop iframe width on mobile/orientation changes. */
.sh-google-signin{min-width:0!important;max-width:100%!important;overflow:hidden}.sh-google-signin>div,.sh-google-signin iframe{max-width:100%!important}
.sh-auth-social-grid,.sh-auth-panel .sh-google-auth-block{min-width:0!important}.sh-auth-panel .sh-google-auth-block{width:100%!important;max-width:100%!important}

/* Job-card metadata links: keep the existing card design while allowing independent filtering. */
.sh-meta .showcatego{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.sh-meta .showcatego:hover{color:var(--sh-green);border-bottom-color:currentColor}
.sh-meta .showcatego:focus-visible{outline:2px solid rgba(0,104,55,.24);outline-offset:2px;border-radius:3px}
.sh-card-dates{display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--sh-muted);font-size:12px;font-weight:750}
.sh-card-dates>span{display:inline-flex;align-items:center;gap:4px}


/* 0.7.12: clean existing-job editor with canonical deadline editing. */
.sh-schedule-summary[hidden]{display:none!important}
.sh-edit-job-form{display:grid;gap:18px;padding:28px!important}
.sh-edit-job-intro{margin:0;padding-bottom:20px;border-bottom:1px solid #e5ece7}
.sh-edit-job-section{margin:0;padding:22px;border:1px solid #dfe8e2;border-radius:20px;background:#fbfcfb}
.sh-edit-job-section__head{display:flex;align-items:flex-start;gap:13px;margin-bottom:20px;padding-bottom:17px;border-bottom:1px solid #e5ece7}
.sh-edit-job-section__head>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:12px;background:#eaf6ee;color:var(--sh-green);font-size:14px}
.sh-edit-job-section__head h3{margin:1px 0 4px;font-size:19px;line-height:1.2;letter-spacing:-.025em}
.sh-edit-job-section__head p{margin:0;color:var(--sh-muted);font-size:10px;line-height:1.5}
.sh-edit-job-section .sh-post-grid-v2{margin-bottom:0}
.sh-edit-job-section [hidden],.sh-edit-job-section[hidden],.sh-easy-apply-options[hidden]{display:none!important}
.sh-edit-job-section .sh-editor-block:last-child{margin-bottom:0}
.sh-edit-job-section .sh-checkbox-card{margin-top:2px}
.sh-edit-message-limit{display:block;margin-top:14px;max-width:460px}
.sh-edit-job-actions{position:sticky;bottom:14px;z-index:40;display:grid;grid-template-columns:minmax(160px,1fr) auto;gap:8px 18px;align-items:center;padding:15px 17px;border:1px solid #cbded1;border-radius:16px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 14px 38px rgba(0,46,27,.13)}
.sh-edit-job-actions>div:first-child strong,.sh-edit-job-actions>div:first-child span{display:block}.sh-edit-job-actions>div:first-child strong{font-size:11px}.sh-edit-job-actions>div:first-child span{margin-top:2px;color:var(--sh-muted);font-size:9px}
.sh-edit-job-actions>.sh-form-status{grid-column:1/-1;min-height:0;margin:0}
.sh-edit-job-actions .sh-row-actions{justify-content:flex-end;flex-wrap:wrap}
@media(max-width:760px){.sh-edit-job-form{padding:18px!important}.sh-edit-job-section{padding:17px}.sh-edit-job-actions{position:sticky;bottom:8px;grid-template-columns:1fr}.sh-edit-job-actions .sh-row-actions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.sh-edit-job-actions .sh-row-actions .sh-btn:first-child{grid-column:1/-1}.sh-edit-job-actions .sh-btn{justify-content:center}.sh-edit-job-section__head h3{font-size:17px}}

/* Automated company claim flow */
.sh-claim-company-card{position:relative}.sh-company-search-results{position:absolute;z-index:40;left:0;right:0;margin-top:6px;padding:8px;background:#fff;border:1px solid rgba(17,24,39,.14);border-radius:12px;box-shadow:0 16px 40px rgba(15,23,42,.16);max-height:280px;overflow:auto}.sh-claim-company-card label{position:relative}.sh-company-search-result{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:0;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.sh-company-search-result:hover,.sh-company-search-result:focus-visible{background:rgba(0,90,125,.07);outline:2px solid rgba(0,90,125,.22);outline-offset:-2px}.sh-company-search-result strong{font-weight:700}.sh-company-search-result span{font-size:.86em;color:#667085;text-align:right}.sh-claim-company-card+[data-sh-claim-verify-panel],.sh-claim-company-card~[data-sh-claim-details-panel],.sh-claim-company-card~[data-sh-claim-result]{margin-top:18px}[data-sh-claim-result]>i{font-size:2rem;margin-bottom:8px}[data-sh-claim-result] h2{margin-top:0}


/* 0.7.38 mobile login-gate alignment: email and Google actions use one responsive control width. */
.sh-login-gate .sh-login-actions,
.sh-login-gate .sh-google-auth-block{
  width:min(100%,320px);
  max-width:320px;
  margin-left:auto;
  margin-right:auto;
}
.sh-login-gate .sh-login-actions>.sh-btn{
  width:100%;
  min-width:0;
  max-width:none;
  box-sizing:border-box;
  justify-content:center;
}
.sh-login-gate .sh-google-auth-sep{width:100%;}
.sh-login-gate .sh-google-signin{
  width:100%;
  min-width:0!important;
  max-width:100%!important;
}
.sh-login-gate .sh-google-signin>div,
.sh-login-gate .sh-google-signin iframe{
  width:100%!important;
  max-width:100%!important;
}
@media(max-width:520px){
  .sh-login-gate{padding:44px 18px;}
  .sh-login-gate .sh-login-actions,
  .sh-login-gate .sh-google-auth-block{width:min(100%,320px);}
}

/* 0.7.39 mobile jobs: one full-width card per row. Compact locations use province/state codes in PHP. */
@media (max-width: 680px) {
  body .sh-jobs-page .sh-job-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 14px !important;
  }
  body .sh-jobs-page .sh-job-list > .sh-job-card {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  body .sh-jobs-page .sh-job-main { min-width: 0 !important; width: 100% !important; }
}

/* 0.7.40: company-directory pagination + hiring-solutions decision experience */
.sh-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.sh-company-search{margin-bottom:18px!important}
.sh-company-directory-meta{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:0 0 22px;padding:0 2px;color:var(--sh-muted);font-size:12px;line-height:1.4}
.sh-company-directory-meta>div{display:flex;flex-wrap:wrap;gap:7px;align-items:baseline}.sh-company-directory-meta strong{color:var(--sh-ink);font-size:14px}.sh-company-grid{padding-bottom:28px}
.sh-company-card__view{display:inline-flex;align-items:center;gap:7px;margin-top:10px;color:var(--sh-green-dark);font-size:11px;font-weight:900}.sh-company-card__view i{font-size:10px;transition:transform .18s ease}.sh-company-card:hover .sh-company-card__view i{transform:translateX(3px)}
.sh-company-pagination{margin-top:4px!important;margin-bottom:68px!important;align-items:center}.sh-company-pagination .sh-pagination__edge{display:flex;grid-auto-flow:column;align-items:center;gap:7px;padding:0 14px}.sh-company-pagination .sh-pagination__ellipsis{display:grid;place-items:center;min-width:26px;height:42px;color:var(--sh-muted);font-weight:900}.sh-company-empty{margin:16px 0 68px}.sh-company-empty>i{font-size:30px;color:var(--sh-green)}

.sh-hire-jumpnav{width:100%;border-bottom:1px solid var(--sh-line);background:rgba(255,255,255,.97);box-shadow:0 10px 26px rgba(0,48,26,.035)}
.sh-hire-jumpnav__inner{width:min(calc(100% - 44px),var(--sh-container));margin:0 auto;display:flex;align-items:center;justify-content:center;gap:4px;padding:10px 0;overflow-x:auto;scrollbar-width:none}.sh-hire-jumpnav__inner::-webkit-scrollbar{display:none}.sh-hire-jumpnav a{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:9px 12px;border-radius:10px;color:var(--sh-green-dark);font-size:11px;font-weight:900;text-decoration:none}.sh-hire-jumpnav a:hover{background:#eef6f1;color:var(--sh-green)}.sh-hire-jumpnav i{color:var(--sh-green)}
#employer-experience,#plan-finder,#hiring-options,#compare-options,#hiring-faq{scroll-margin-top:110px}

.sh-plan-finder{width:min(calc(100% - 44px),var(--sh-container));margin:10px auto 64px;padding:38px;border:1px solid #c9dbcf;border-radius:30px;background:linear-gradient(145deg,#f8fbf9 0,#fff 65%);box-shadow:0 22px 58px rgba(0,48,26,.07)}
.sh-plan-finder__intro{max-width:780px}.sh-plan-finder__intro h2{margin:7px 0 12px;font-size:clamp(34px,4vw,50px);line-height:1.04;letter-spacing:-.045em}.sh-plan-finder__intro p{margin:0;color:var(--sh-muted);font-size:14px;line-height:1.7}
.sh-plan-finder__choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:28px 0 16px;padding:7px;border:1px solid var(--sh-line);border-radius:18px;background:#fff}.sh-plan-finder__choices button{min-height:48px;border:0;border-radius:12px;background:transparent;color:var(--sh-muted);font:inherit;font-size:12px;font-weight:900;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.sh-plan-finder__choices button:hover{background:#f3f8f5;color:var(--sh-green-dark)}.sh-plan-finder__choices button.is-active{background:var(--sh-green-dark);color:#fff;box-shadow:0 9px 22px rgba(0,74,40,.17)}
.sh-plan-finder__results{position:relative}.sh-plan-finder__result{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);gap:28px;align-items:stretch;padding:27px;border:1px solid var(--sh-line);border-radius:22px;background:#fff}.sh-plan-finder__result[hidden]{display:none}.sh-plan-finder__result-copy{padding:7px 4px}.sh-plan-finder__result-copy h3{margin:7px 0 9px;font-size:27px;line-height:1.08;letter-spacing:-.035em}.sh-plan-finder__result-copy>p{margin:0;max-width:720px;color:var(--sh-muted);line-height:1.68}.sh-plan-finder__mini-features{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:19px}.sh-plan-finder__mini-features span{display:inline-flex;align-items:center;gap:6px;color:#35483d;font-size:11px;font-weight:800}.sh-plan-finder__mini-features i{color:var(--sh-green)}
.sh-plan-finder__pick{padding:21px;border-radius:18px;background:linear-gradient(145deg,#062c1b,#0a5130);color:#fff}.sh-plan-finder__pick>span{display:block;color:rgba(255,255,255,.62);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sh-plan-finder__pick>strong{display:block;margin-top:5px;font-size:20px;line-height:1.15}.sh-plan-finder__pick>div{margin:18px 0}.sh-plan-finder__pick b{display:block;color:#fff;font-size:30px;line-height:1}.sh-plan-finder__pick small{display:block;margin-top:5px;color:rgba(255,255,255,.65);font-size:10px;font-weight:800}.sh-plan-finder__pick .sh-btn{width:100%;justify-content:center;background:var(--sh-gold);border-color:var(--sh-gold);color:#17301f}.sh-plan-finder__compare{display:block;margin-top:12px;color:#fff;text-align:center;font-size:10px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.sh-plan-finder__note{display:flex;gap:8px;align-items:flex-start;margin:14px 2px 0;color:var(--sh-muted);font-size:10px;line-height:1.5}.sh-plan-finder__note i{margin-top:2px;color:var(--sh-green)}

.sh-compare-options{width:min(calc(100% - 44px),var(--sh-container));margin:50px auto 12px;padding:38px;border:1px solid var(--sh-line);border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(0,48,26,.055)}.sh-compare-options__head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px}.sh-compare-options__head>div{max-width:760px}.sh-compare-options__head h2{margin:6px 0 9px;font-size:clamp(31px,3.5vw,44px);line-height:1.05;letter-spacing:-.04em}.sh-compare-options__head p{margin:0;color:var(--sh-muted);line-height:1.65}.sh-compare-table-wrap{overflow:auto;border:1px solid var(--sh-line);border-radius:18px;background:#fff}.sh-compare-table{width:100%;min-width:850px;border-collapse:collapse}.sh-compare-table th,.sh-compare-table td{padding:16px 17px;border-bottom:1px solid var(--sh-line);text-align:left;vertical-align:middle}.sh-compare-table thead th{background:#f5f8f6;color:var(--sh-muted);font-size:9px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.sh-compare-table tbody tr:last-child th,.sh-compare-table tbody tr:last-child td{border-bottom:0}.sh-compare-table tbody tr:hover{background:#fbfdfb}.sh-compare-table tbody th strong,.sh-compare-table tbody th span,.sh-compare-table td strong,.sh-compare-table td span{display:block}.sh-compare-table tbody th strong{font-size:13px}.sh-compare-table tbody th span,.sh-compare-table td span{margin-top:3px;color:var(--sh-muted);font-size:9px}.sh-compare-table td{color:#34443a;font-size:11px;font-weight:750}.sh-compare-table td strong{color:var(--sh-ink);font-size:13px}.sh-compare-table td:last-child a{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#edf7f1;color:var(--sh-green-dark)}.sh-compare-table td:last-child a:hover{background:var(--sh-green);color:#fff}

.sh-hire-faq{width:min(calc(100% - 44px),var(--sh-container));margin:62px auto 0;display:grid;grid-template-columns:minmax(260px,.6fr) minmax(0,1.4fr);gap:54px;align-items:start}.sh-hire-faq__head h2{margin:7px 0 12px;font-size:clamp(32px,3.7vw,47px);line-height:1.04;letter-spacing:-.04em}.sh-hire-faq__head p{margin:0;color:var(--sh-muted);line-height:1.7}.sh-hire-faq__list{border-top:1px solid var(--sh-line)}.sh-hire-faq details{border-bottom:1px solid var(--sh-line)}.sh-hire-faq summary{display:grid;grid-template-columns:1fr 30px;gap:16px;align-items:center;padding:20px 0;cursor:pointer;list-style:none;color:var(--sh-ink);font-size:14px;font-weight:900}.sh-hire-faq summary::-webkit-details-marker{display:none}.sh-hire-faq summary i{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#edf7f1;color:var(--sh-green);transition:transform .18s ease}.sh-hire-faq details[open] summary i{transform:rotate(45deg)}.sh-hire-faq details>div{padding:0 48px 20px 0;color:var(--sh-muted);font-size:12px;line-height:1.7}

@media(max-width:900px){.sh-plan-finder__choices{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-plan-finder__result{grid-template-columns:1fr}.sh-compare-options__head{align-items:flex-start;flex-direction:column}.sh-hire-faq{grid-template-columns:1fr;gap:28px}}
@media(max-width:650px){.sh-company-directory-meta{align-items:flex-start;flex-direction:column;gap:5px}.sh-company-pagination .sh-pagination__edge span{display:none}.sh-company-pagination .sh-pagination__edge{padding:0 12px}.sh-hire-jumpnav__inner{width:100%;justify-content:flex-start;padding:9px 14px}.sh-hire-jumpnav a{padding:8px 10px}.sh-plan-finder,.sh-compare-options,.sh-hire-faq{width:min(calc(100% - 24px),var(--sh-container))}.sh-plan-finder{padding:24px;margin-bottom:48px;border-radius:23px}.sh-plan-finder__choices{grid-template-columns:1fr 1fr}.sh-plan-finder__choices button{min-height:44px;font-size:11px}.sh-plan-finder__result{padding:18px;border-radius:18px}.sh-plan-finder__result-copy h3{font-size:24px}.sh-plan-finder__pick{padding:19px}.sh-compare-options{padding:24px;border-radius:22px}.sh-compare-options__head .sh-btn{width:100%;justify-content:center}.sh-compare-table-wrap:after{content:'Swipe to compare';position:sticky;left:12px;display:block;width:max-content;margin:7px 0 9px;padding:5px 8px;border-radius:7px;background:#edf7f1;color:var(--sh-green-dark);font-size:9px;font-weight:900}.sh-hire-faq{margin-top:50px}.sh-hire-faq summary{font-size:13px}.sh-hire-faq details>div{padding-right:4px}}

/* 0.7.42 Canadian province picker */
.sh-region-picker-field{min-width:210px}
.sh-region-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:44px;padding:0 13px;border:1px solid #cfdad3;border-radius:10px;background:#fff;color:var(--sh-ink);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}
.sh-region-trigger:hover,.sh-region-trigger:focus-visible,.sh-region-trigger[aria-expanded="true"]{outline:0;border-color:#6eaa83;box-shadow:0 0 0 3px rgba(0,104,55,.08)}
.sh-region-trigger i{color:var(--sh-green);font-size:11px}
.sh-region-picker[hidden]{display:none!important}
.sh-region-picker{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:20px}
.sh-region-picker__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(7,25,15,.58);backdrop-filter:blur(4px);cursor:default}
.sh-region-picker__panel{position:relative;z-index:1;width:min(720px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:26px;border:1px solid #d7e2da;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(0,37,20,.24)}
.sh-region-picker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #e4ebe6}
.sh-region-picker__head h2{margin:4px 0 5px;font-size:28px;letter-spacing:-.035em}
.sh-region-picker__head p{margin:0;color:var(--sh-muted);font-size:12px}
.sh-region-picker__close{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid #d7e2da;border-radius:12px;background:#fff;color:var(--sh-ink);cursor:pointer}
.sh-region-picker__close:hover,.sh-region-picker__close:focus-visible{outline:0;background:#eef7f1;border-color:#a9cbb5}
.sh-region-picker__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.sh-region-option{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:13px 15px;border:1px solid #dbe5de;border-radius:14px;background:#fff;color:var(--sh-ink);font:inherit;text-align:left;cursor:pointer;transition:.15s ease}
.sh-region-option span{font-weight:850}
.sh-region-option small{display:grid;place-items:center;min-width:34px;height:27px;padding:0 8px;border-radius:999px;background:#eef3ef;color:#56665d;font-size:10px;font-weight:900}
.sh-region-option:hover,.sh-region-option:focus-visible{outline:0;border-color:#83b393;background:#f6fbf7;transform:translateY(-1px)}
.sh-region-option.is-selected{border-color:#167a47;background:#edf8f1;box-shadow:inset 0 0 0 1px #167a47}
.sh-region-option.is-selected small{background:#08723f;color:#fff}
body.sh-region-picker-open{overflow:hidden}
@media(max-width:700px){
  .sh-region-picker{align-items:end;padding:0}
  .sh-region-picker__panel{width:100%;max-height:86vh;padding:20px 16px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}
  .sh-region-picker__head h2{font-size:25px}
  .sh-region-picker__grid{grid-template-columns:1fr 1fr;gap:8px}
  .sh-region-option{min-height:54px;padding:11px 12px}
  .sh-region-option span{font-size:12px}
  .sh-region-option small{min-width:30px;height:24px;font-size:9px}
}
@media(max-width:390px){.sh-region-picker__grid{grid-template-columns:1fr}}


/* 0.7.44: shared TinyMCE active/focus treatment. The iframe owns keyboard focus,
   so the shared rich-content binder marks the full TinyMCE chrome explicitly. */
.tox.tox-tinymce.is-sh-focused,
.sh-editor-block.is-editor-focused > .tox.tox-tinymce {
  border-color:var(--sh-green)!important;
  box-shadow:0 0 0 4px rgba(0,104,55,.13)!important;
  background:#fbfefc!important;
}
.tox.tox-tinymce.is-sh-focused .tox-editor-header,
.tox.tox-tinymce.is-sh-focused .tox-toolbar-overlord,
.sh-editor-block.is-editor-focused > .tox.tox-tinymce .tox-editor-header,
.sh-editor-block.is-editor-focused > .tox.tox-tinymce .tox-toolbar-overlord {
  background:#f7fbf8!important;
}
.tox.tox-tinymce.is-sh-focused .tox-edit-area__iframe,
.sh-editor-block.is-editor-focused > .tox.tox-tinymce .tox-edit-area__iframe {
  background:#fbfefc!important;
}

/* 0.7.45 explicit application method configuration */
.sh-application-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 16px}.sh-application-method span{display:grid!important;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;min-height:82px}.sh-application-method span>i{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eef7f1;color:var(--sh-green)}.sh-application-method span>strong,.sh-application-method span>small{grid-column:2}.sh-resume-requirement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}.sh-resume-requirement-grid .sh-checkbox-card{height:100%}.sh-easy-apply-options>[data-resume-allow-both-wrap]{margin:10px 0}.sh-option-card input:focus-visible+span,.sh-checkbox-card input:focus-visible+span{outline:3px solid rgba(8,115,63,.18);outline-offset:2px}
@media(max-width:700px){.sh-application-method-grid,.sh-resume-requirement-grid{grid-template-columns:1fr}.sh-application-method span{min-height:68px}}

/* Candidate workspace / native Ultimate Member replacement */
.sh-candidate-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start;padding:28px 0 48px}.sh-candidate-shell__main{min-width:0;display:grid;gap:22px}.sh-candidate-workspace-nav{position:sticky;top:24px;border:1px solid var(--sh-line);border-radius:20px;background:#fff;padding:14px;box-shadow:var(--sh-shadow-sm)}.sh-candidate-workspace-nav__title{padding:8px 10px 13px;border-bottom:1px solid var(--sh-line);margin-bottom:8px}.sh-candidate-workspace-nav__title span,.sh-candidate-workspace-nav__title small{display:block}.sh-candidate-workspace-nav__title span{font-weight:900;color:var(--sh-green-deep)}.sh-candidate-workspace-nav__title small{font-size:12px;color:var(--sh-muted);margin-top:2px}.sh-candidate-workspace-nav nav{display:grid;gap:3px}.sh-candidate-workspace-nav nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:11px;font-weight:750;color:#425148}.sh-candidate-workspace-nav nav a i{width:18px;text-align:center;color:#7b8981}.sh-candidate-workspace-nav nav a:hover,.sh-candidate-workspace-nav nav a:focus-visible{background:#f3f8f5;color:var(--sh-green)}.sh-candidate-workspace-nav nav a.is-active{background:#e5f4ea;color:var(--sh-green);box-shadow:inset 3px 0 0 var(--sh-green)}.sh-candidate-workspace-nav nav a.is-active i{color:var(--sh-green)}.sh-candidate-workspace-nav__jobs{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:10px 12px;border-radius:11px;background:var(--sh-green);color:#fff!important;font-weight:850}.sh-candidate-workspace-nav__jobs:hover{background:var(--sh-green-dark)}
.sh-candidate-welcome{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:20px!important}.sh-candidate-welcome__photo{width:78px;height:78px;border-radius:50%;overflow:hidden;background:rgba(255,255,255,.13);display:grid;place-items:center}.sh-candidate-welcome__photo img{width:100%;height:100%;object-fit:cover}.sh-candidate-welcome__photo a{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-size:24px}.sh-candidate-welcome__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.sh-dashboard-readiness{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);gap:26px;align-items:center;padding:24px}.sh-dashboard-readiness h2{margin:3px 0 7px}.sh-dashboard-readiness p{margin:0;color:var(--sh-muted)}.sh-dashboard-readiness__meters{display:grid;gap:13px}.sh-dashboard-readiness__meters>div>span{display:flex;justify-content:space-between;font-size:13px;font-weight:750;color:#435249;margin-bottom:6px}.sh-dashboard-readiness__meters>div>div,.sh-profile-meter>div{height:8px;border-radius:999px;background:#e7ede9;overflow:hidden}.sh-dashboard-readiness__meters i,.sh-profile-meter i{display:block;height:100%;background:var(--sh-green);border-radius:999px}.sh-candidate-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.sh-candidate-metric-grid>a{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;border:1px solid var(--sh-line);border-radius:18px;background:#fff;padding:18px;box-shadow:0 8px 24px rgba(0,48,26,.05)}.sh-candidate-metric-grid>a>i{width:40px;height:40px;border-radius:12px;background:#e9f4ed;color:var(--sh-green);display:grid;place-items:center}.sh-candidate-metric-grid span>*{display:block}.sh-candidate-metric-grid strong{font-size:23px;color:var(--sh-green-deep)}.sh-candidate-metric-grid b{font-size:14px;margin-top:2px}.sh-candidate-metric-grid small{margin-top:3px;color:var(--sh-muted);line-height:1.35}.sh-dashboard-section{display:grid;gap:13px}.sh-dashboard-application-list{display:grid;gap:10px}.sh-dashboard-application-list>a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;border:1px solid var(--sh-line);border-radius:16px;background:#fff}.sh-dashboard-application-list strong,.sh-dashboard-application-list small{display:block}.sh-dashboard-application-list strong{font-size:17px;margin:2px 0 4px}.sh-dashboard-application-list small{color:var(--sh-muted)}.sh-next-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sh-next-step-grid>a{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid var(--sh-line);border-radius:16px;background:#fff;padding:16px}.sh-next-step-grid>a>i:first-child{width:38px;height:38px;border-radius:12px;background:#f0f6f2;color:var(--sh-green);display:grid;place-items:center}.sh-next-step-grid strong,.sh-next-step-grid small{display:block}.sh-next-step-grid small{color:var(--sh-muted);margin-top:3px}.sh-empty--compact{padding:24px!important}
.sh-candidate-account-identity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;padding:24px}.sh-account-photo-display{width:112px;height:112px;border-radius:50%;overflow:hidden;background:#edf3ef;display:grid;place-items:center}.sh-account-photo-display img{width:100%;height:100%;object-fit:cover}.sh-account-photo-empty{border:0;background:transparent;color:var(--sh-green);display:grid;gap:5px;place-items:center;cursor:pointer;font-weight:800}.sh-account-photo-empty i{font-size:25px}.sh-candidate-account-identity__copy h2{margin:4px 0 3px}.sh-candidate-account-identity__copy p{margin:0 0 6px;color:#425148;font-weight:700}.sh-candidate-account-identity__copy small{color:var(--sh-muted)}.sh-profile-meter{margin-top:12px;max-width:340px}.sh-profile-meter>span{display:flex;gap:5px;font-size:12px;color:var(--sh-muted);margin-bottom:5px}.sh-candidate-account-identity__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.sh-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sh-account-panel{padding:22px}.sh-account-photo-card{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}.sh-account-photo-card__image{width:88px;height:88px;border-radius:50%;overflow:hidden;background:#eef3f0;color:#8a978f;display:grid;place-items:center;font-size:30px}.sh-account-photo-card__image img{width:100%;height:100%;object-fit:cover}.sh-account-photo-card p{margin:4px 0 12px;color:var(--sh-muted)}.sh-connected-accounts{display:grid;gap:10px}.sh-connected-accounts>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid var(--sh-line);border-radius:13px}.sh-connected-account__brand{display:flex;align-items:center;gap:10px}.sh-connected-account__brand i{font-size:20px}.sh-connection-state{font-size:13px;font-weight:850}.sh-connection-state.is-connected{color:var(--sh-good)}.sh-connected-account__action .sh-google-button-wrap,.sh-connected-account__action .sh-linkedin-button-wrap{margin:0!important}.sh-account-toggles{display:grid;gap:9px;margin-bottom:16px}.sh-account-toggles label,.sh-profile-visibility label{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:start;padding:13px;border:1px solid var(--sh-line);border-radius:13px;cursor:pointer}.sh-account-toggles input,.sh-profile-visibility input{margin-top:3px}.sh-account-toggles b,.sh-account-toggles small,.sh-profile-visibility b,.sh-profile-visibility small{display:block}.sh-account-toggles small,.sh-profile-visibility small{color:var(--sh-muted);margin-top:2px;line-height:1.4}.sh-account-session{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px}.sh-account-session h2{margin:3px 0 5px}.sh-account-session p{margin:0;color:var(--sh-muted)}
body.sh-account-photo-modal-open{overflow:hidden}.sh-account-photo-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px}.sh-account-photo-modal[hidden]{display:none!important}.sh-account-photo-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(5,22,14,.66);backdrop-filter:blur(5px)}.sh-account-photo-modal__dialog{position:relative;width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:var(--sh-shadow-lg)}.sh-account-photo-modal__dialog header{display:flex;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid var(--sh-line)}.sh-account-photo-modal__dialog header h2{margin:3px 0 4px}.sh-account-photo-modal__dialog header p{margin:0;color:var(--sh-muted)}.sh-account-photo-modal__x{width:40px;height:40px;border:0;border-radius:50%;background:#edf3ef;cursor:pointer}.sh-account-photo-editor{padding:22px;display:grid;gap:14px}.sh-account-crop-stage{position:relative;width:min(360px,100%);aspect-ratio:1/1;margin:0 auto;overflow:hidden;border-radius:50%;background:#e9efeb;box-shadow:inset 0 0 0 2px rgba(0,104,55,.18);touch-action:none;cursor:grab}.sh-account-crop-stage.is-dragging{cursor:grabbing}.sh-account-crop-stage img{position:absolute;max-width:none!important;user-select:none;pointer-events:none}.sh-account-crop-stage>span{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:#7a8880;padding:40px}.sh-account-crop-stage>span i{font-size:32px;display:block;margin-bottom:7px}.sh-account-zoom{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;font-weight:800}.sh-account-photo-modal__dialog footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 22px;border-top:1px solid var(--sh-line)}
.sh-profile-summary{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:20px}.sh-profile-summary__photo{width:78px;height:78px;border-radius:50%;overflow:hidden;background:#eef3f0;color:#819087;display:grid;place-items:center;font-size:27px}.sh-profile-summary__photo img{width:100%;height:100%;object-fit:cover}.sh-profile-summary h2{margin:3px 0}.sh-profile-summary p{margin:0;color:var(--sh-muted)}.sh-professional-profile-form{padding:24px}.sh-profile-choice-section{display:grid;grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);gap:18px;padding:22px 0;border-top:1px solid var(--sh-line)}.sh-profile-choice-section h3{margin:0 0 5px}.sh-profile-choice-section p{margin:0;color:var(--sh-muted);line-height:1.45}.sh-chip-checks{display:flex;flex-wrap:wrap;gap:8px}.sh-chip-checks label{position:relative;cursor:pointer}.sh-chip-checks input{position:absolute;opacity:0;pointer-events:none}.sh-chip-checks span{display:block;padding:8px 11px;border:1px solid #cdd9d1;border-radius:999px;background:#fff;font-size:13px;font-weight:750;color:#46564c}.sh-chip-checks input:checked+span{background:#e4f3e9;border-color:#82b995;color:var(--sh-green);box-shadow:0 0 0 2px rgba(0,104,55,.06)}.sh-chip-checks input:focus-visible+span{outline:3px solid var(--sh-gold);outline-offset:2px}.sh-profile-visibility{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:20px 0;border-top:1px solid var(--sh-line)}.sh-profile-employer-preview{padding:22px;scroll-margin-top:20px}.sh-employer-preview-card{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;padding:20px;border-radius:18px;background:#f5f8f6}.sh-employer-preview-card__photo{width:88px;height:88px;border-radius:50%;overflow:hidden;background:#e7eeea;color:#819087;display:grid;place-items:center;font-size:30px}.sh-employer-preview-card__photo img{width:100%;height:100%;object-fit:cover}.sh-employer-preview-card h3{margin:0 0 4px}.sh-employer-preview-card strong{color:var(--sh-green)}.sh-employer-preview-card p{margin:7px 0;color:#526158}.sh-preview-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.sh-preview-tags span{font-size:12px;font-weight:750;padding:6px 9px;background:#fff;border:1px solid var(--sh-line);border-radius:999px}
@media(max-width:1000px){.sh-candidate-shell{grid-template-columns:1fr}.sh-candidate-workspace-nav{position:static;overflow:auto;padding:10px}.sh-candidate-workspace-nav__title{display:none}.sh-candidate-workspace-nav nav{display:flex;gap:6px;min-width:max-content}.sh-candidate-workspace-nav nav a{white-space:nowrap}.sh-candidate-workspace-nav nav a.is-active{box-shadow:none}.sh-candidate-workspace-nav__jobs{display:none}.sh-candidate-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-account-grid{grid-template-columns:1fr}}
@media(max-width:720px){.sh-candidate-shell{padding:16px 0 34px;gap:16px}.sh-candidate-welcome{grid-template-columns:auto 1fr!important;padding:24px 18px!important}.sh-candidate-welcome__photo{width:58px;height:58px}.sh-candidate-welcome__actions{grid-column:1/-1;width:100%;justify-content:stretch}.sh-candidate-welcome__actions .sh-btn{flex:1}.sh-dashboard-readiness{grid-template-columns:1fr;padding:19px}.sh-candidate-metric-grid{grid-template-columns:1fr}.sh-next-step-grid{grid-template-columns:1fr}.sh-dashboard-application-list>a{align-items:flex-start}.sh-candidate-account-identity{grid-template-columns:auto 1fr;padding:18px}.sh-account-photo-display{width:78px;height:78px}.sh-candidate-account-identity__actions{grid-column:1/-1;justify-content:stretch}.sh-candidate-account-identity__actions .sh-btn{flex:1}.sh-account-panel{padding:18px}.sh-account-photo-card{grid-template-columns:1fr;text-align:center}.sh-account-photo-card__image{margin:0 auto}.sh-account-session{display:grid}.sh-account-session .sh-btn{width:100%}.sh-profile-summary{grid-template-columns:auto 1fr;padding:17px}.sh-profile-summary>a{grid-column:1/-1}.sh-professional-profile-form{padding:18px}.sh-profile-choice-section{grid-template-columns:1fr}.sh-profile-visibility{grid-template-columns:1fr}.sh-employer-preview-card{grid-template-columns:1fr}.sh-account-photo-modal{padding:0;align-items:end}.sh-account-photo-modal__dialog{width:100%;max-height:94dvh;border-radius:22px 22px 0 0}.sh-account-crop-stage{width:min(300px,82vw)}}

/* Candidate photo-free layouts: no generic avatar or reserved photo column. */
.sh-account-photo-card.has-no-photo{grid-template-columns:1fr}.sh-profile-summary.has-no-photo{grid-template-columns:1fr auto}.sh-employer-preview-card.has-no-photo{grid-template-columns:1fr}@media(max-width:720px){.sh-profile-summary.has-no-photo{grid-template-columns:1fr}.sh-profile-summary.has-no-photo>a{grid-column:auto}}

.sh-connected-account__status{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.sh-connection-disconnect{border:0;background:transparent;padding:2px 0;color:var(--sh-muted);font-size:12px;font-weight:800;text-decoration:underline;cursor:pointer}.sh-connection-disconnect:hover{color:var(--sh-danger,#9e3030)}.sh-connected-account__status small{color:var(--sh-muted);font-size:11px}

/* 0.7.48 Candidate workspace completion: filters, multi-alerts, account deletion */
.sh-filter-pills{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:2px 1px 5px;scrollbar-width:thin}.sh-filter-pills a{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid var(--sh-line);border-radius:999px;background:#fff;color:#46574d;font-size:12px;font-weight:850;text-decoration:none;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.sh-filter-pills a span{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#edf3ef;color:#65746b;font-size:10px;font-weight:900}.sh-filter-pills a:hover,.sh-filter-pills a:focus-visible{border-color:#9bbca8;color:var(--sh-green);box-shadow:0 0 0 3px rgba(8,115,63,.07)}.sh-filter-pills a.is-active{border-color:var(--sh-green);background:#edf8f1;color:var(--sh-green)}.sh-filter-pills a.is-active span{background:var(--sh-green);color:#fff}
.sh-alert-card-list{display:grid;gap:12px}.sh-alert-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px}.sh-alert-card.is-paused{background:#fafbfa}.sh-alert-card__main{display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;align-items:center;min-width:0}.sh-alert-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eaf5ee;color:var(--sh-green);font-size:18px}.sh-alert-card.is-paused .sh-alert-card__icon{background:#f0f2f1;color:#7f8b84}.sh-alert-card__title{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.sh-alert-card__title h3{margin:0;font-size:17px}.sh-alert-card__main p{margin:4px 0 2px;color:#526159;font-size:12px}.sh-alert-card__main small{color:var(--sh-muted);font-size:10px;font-weight:800}.sh-alert-card__actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.sh-alert-card__actions form{margin:0}.sh-btn-danger-soft{border-color:#edc9c5!important;background:#fff8f7!important;color:#9c2f27!important}.sh-btn-danger-soft:hover,.sh-btn-danger-soft:focus-visible{border-color:#c64b42!important;background:#fff0ee!important;color:#7f211b!important}
.sh-account-danger{padding:22px;border-color:#ecc8c4;background:linear-gradient(180deg,#fff,#fffafa)}.sh-account-danger .sh-section-head{margin-bottom:14px}.sh-account-danger .sh-eyebrow{color:#9f352c}.sh-account-delete-confirm{display:grid;gap:15px;margin-top:17px;padding-top:17px;border-top:1px solid #efd9d6}.sh-account-delete-confirm[hidden]{display:none!important}.sh-account-delete-confirm input:focus{border-color:#b83b32!important;box-shadow:0 0 0 3px rgba(184,59,50,.1)!important}.sh-account-delete-confirm .sh-form-status.is-error{color:#a22c24}.sh-account-delete-confirm .sh-form-status.is-success{color:var(--sh-good)}
.sh-saved-job-state{display:inline-flex;align-items:center;white-space:nowrap;padding:5px 8px;border-radius:999px;background:#f1f3f2;color:#68756e;font-size:9px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
@media(max-width:760px){.sh-filter-pills{margin-right:-18px;padding-right:18px}.sh-alert-card{align-items:stretch;flex-direction:column}.sh-alert-card__actions{justify-content:stretch}.sh-alert-card__actions>a,.sh-alert-card__actions form{flex:1}.sh-alert-card__actions form .sh-btn,.sh-alert-card__actions>a{width:100%;justify-content:center}.sh-account-danger>.sh-btn{width:100%;justify-content:center}.sh-account-delete-confirm .sh-row-actions{display:grid;grid-template-columns:1fr}.sh-account-delete-confirm .sh-row-actions .sh-btn{width:100%;justify-content:center}}

/* 0.7.53: draft controls and server-backed review, scoped to the posting flow. */
.sh-post-job-v2 .sh-post-draft-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding:18px 20px;border:1px solid var(--sh-line,#dce7df);border-radius:16px;background:#fff}
.sh-post-job-v2 .sh-post-draft-toolbar>div:first-child{display:grid;gap:4px}
.sh-post-job-v2 .sh-post-draft-toolbar span{font-size:13px;color:var(--sh-muted,#5d7163)}
.sh-post-job-v2 .sh-post-draft-toolbar__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.sh-post-job-v2 .sh-server-review{margin:0 0 24px;padding:22px;border:1px solid var(--sh-line,#dce7df);border-radius:16px;background:#f7fbf8}
.sh-post-job-v2 .sh-server-review__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.sh-post-job-v2 .sh-server-review__head h3{margin:0 0 6px;font-size:18px}
.sh-post-job-v2 .sh-server-review__head p,.sh-post-job-v2 .sh-server-review__summary{margin:4px 0 12px;font-size:13px;line-height:1.6;overflow-wrap:anywhere}
.sh-post-job-v2 .sh-server-review__issues{display:grid;gap:8px;margin:12px 0}
.sh-post-job-v2 .sh-server-review__issue{display:block;width:100%;min-height:44px;padding:12px 14px;text-align:left;font:inherit;font-size:14px;line-height:1.5;border:1px solid #e7c6c4;border-radius:10px;background:#fff7f6;color:#802a24;cursor:pointer;overflow-wrap:anywhere}
.sh-post-job-v2 .sh-server-review__issue:focus-visible,.sh-post-job-v2 [data-save-draft-exit]:focus-visible{outline:3px solid var(--sh-green,#08733f);outline-offset:3px}
.sh-post-job-v2 .sh-preview-application-settings p,.sh-post-job-v2 .sh-preview-application-settings li{overflow-wrap:anywhere}
.sh-post-job-v2 [data-preview-company-logo] .spma-company-logo{max-width:100%;max-height:100%}
.sh-post-job-v2 [aria-busy="true"][data-save-draft-exit]{opacity:.65;pointer-events:none}
.sh-post-job-v2 [data-post-form-v2][aria-busy="true"]{opacity:.75}
@media(max-width:680px){.sh-post-job-v2 .sh-post-draft-toolbar,.sh-post-job-v2 .sh-server-review__head{align-items:stretch;flex-direction:column}.sh-post-job-v2 .sh-post-draft-toolbar__actions{display:grid;grid-template-columns:1fr 1fr}.sh-post-job-v2 .sh-post-draft-toolbar__actions .sh-btn{min-width:0;width:100%;justify-content:center;padding-left:10px;padding-right:10px}.sh-post-job-v2 .sh-server-review{padding:16px}.sh-post-job-v2 .sh-server-review__head .sh-btn{align-self:flex-start}}

/* Review already has its submission action. Keep Back in normal flow so it
   cannot float over the candidate preview on narrow screens. */
@media (max-width:700px){
  .sh-post-job-v2 [data-flow-panel="4"] > .sh-flow-actions{position:static;bottom:auto;margin:18px 0 0;padding:16px 0 0;backdrop-filter:none;background:transparent;}
}

/* Standard front-end form spacing wrapper. */
section.formhere { padding-top:48px; padding-bottom:48px; }
@media (max-width: 767px) { section.formhere { padding-top:32px; padding-bottom:32px; } }

/* 0.7.40.9: Job Seeker Experience latest-jobs rail.
   The jobs showcase is a SIBLING of .spma-sh-marketing-candidate in the live DOM,
   not a descendant of it. Keep this selector on the unique job-seeker showcase
   class so the header and job cards line up with the 1220px marketing content rail. */
.spma-jobs-showcase.spma-job-seeker-latest > .spma-jobs-showcase__container {
    box-sizing: border-box !important;
    width: min(calc(100% - 48px), 1220px) !important;
    max-width: 1220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 767px) {
    .spma-jobs-showcase.spma-job-seeker-latest > .spma-jobs-showcase__container {
        width: min(calc(100% - 28px), 1220px) !important;
    }
}

/* ==========================================================
   SPORTS HIRED
   EMPLOYER PLANS
   Complete isolated design system

   Colours:
   Gold:        #d5be52
   Deep Green:  #006837
   Grass Green: #72a843
   ========================================================== */


.shp-plans {
    --shp-gold: #d5be52;
    --shp-gold-dark: #a88e28;
    --shp-gold-soft: #fbf7e6;

    --shp-green: #006837;
    --shp-green-dark: #004c29;
    --shp-green-hover: #005d31;

    --shp-grass: #72a843;
    --shp-grass-light: #edf5e7;

    --shp-black: #151815;
    --shp-charcoal: #303630;

    --shp-grey-dark: #5a625c;
    --shp-grey: #717a73;
    --shp-grey-light: #f5f7f4;

    --shp-border: #dfe5df;
    --shp-border-dark: #ccd5cd;

    --shp-white: #ffffff;
    --shp-off-white: #fafbf9;

    position: relative;

    width: 100%;

    padding: 72px 0 84px;

    isolation: isolate;
}


/* ==========================================================
   SECTION BACKGROUND
   ========================================================== */


.shp-plans::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        radial-gradient(
            circle at 8% 5%,
            rgba(213, 190, 82, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 93% 83%,
            rgba(114, 168, 67, 0.10),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fafbf9 100%
        );
}


/* ==========================================================
   HEADER
   ========================================================== */


.shp-plans__header {
    width: 100%;

    max-width: 1200px;

    margin:
        0
        auto
        48px;

    padding:
        0
        24px;
}


.shp-plans__intro {
    max-width: 780px;
}


.shp-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin:
        0
        0
        16px;

    padding:
        8px
        14px;

    border:
        1px solid
        rgba(0, 104, 55, 0.14);

    border-radius: 999px;

    background:
        rgba(114, 168, 67, 0.08);

    color: var(--shp-green);

    font-size: 12px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.075em;

    text-transform: uppercase;
}


.shp-eyebrow i {
    color: var(--shp-gold-dark);

    font-size: 13px;
}


.shp-plans__intro h2 {
    margin: 0;

    color: var(--shp-black);

    font-size:
        clamp(
            34px,
            4vw,
            52px
        );

    font-weight: 850;

    line-height: 1.06;

    letter-spacing: -0.035em;
}


.shp-plans__intro p {
    max-width: 680px;

    margin:
        18px
        0
        0;

    color: var(--shp-grey);

    font-size: 18px;

    line-height: 1.65;
}


/* ==========================================================
   GRID
   ========================================================== */


.shp-plans__grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 24px;

    align-items: stretch;

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding:
        18px
        24px
        0;
}


/* ==========================================================
   BASE CARD
   ========================================================== */


.shp-plan-card {
    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    border:
        1px solid
        var(--shp-border);

    border-radius: 24px;

    background:
        rgba(255, 255, 255, 0.97);

    box-shadow:
        0 5px 14px rgba(18, 35, 24, 0.03),
        0 20px 50px rgba(18, 35, 24, 0.07);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}


.shp-plan-card:hover {
    transform:
        translateY(-6px);

    border-color:
        rgba(0, 104, 55, 0.24);

    box-shadow:
        0 10px 24px rgba(18, 35, 24, 0.04),
        0 28px 68px rgba(18, 35, 24, 0.12);
}


/* ==========================================================
   TOP ACCENT
   ========================================================== */


.shp-plan-card__accent {
    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 4px;
}


/* Semi-annual */

.shp-plan-card--semi
.shp-plan-card__accent {
    background:
        linear-gradient(
            90deg,
            var(--shp-green) 0%,
            var(--shp-grass) 58%,
            var(--shp-gold) 100%
        );
}


/* Lifetime */

.shp-plan-card--lifetime
.shp-plan-card__accent {
    background:
        linear-gradient(
            90deg,
            var(--shp-gold-dark) 0%,
            var(--shp-gold) 55%,
            var(--shp-grass) 100%
        );
}


/* ==========================================================
   CARD TOP
   ========================================================== */


.shp-plan-card__top {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 16px;

    min-height: 82px;

    padding:
        28px
        28px
        12px;
}


/* ==========================================================
   ICON
   ========================================================== */


.shp-plan-icon {
    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 48px;

    height: 48px;

    flex:
        0
        0
        48px;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            var(--shp-green),
            var(--shp-green-dark)
        );

    color:
        var(--shp-white);

    box-shadow:
        0 10px 24px rgba(0, 104, 55, 0.19);

    font-size: 19px;

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}


.shp-plan-card:hover
.shp-plan-icon {
    transform:
        rotate(-3deg)
        scale(1.05);

    box-shadow:
        0 13px 28px rgba(0, 104, 55, 0.24);
}


/* ==========================================================
   BADGES
   ========================================================== */


.shp-plan-badge {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding:
        8px
        13px;

    border:
        1px solid
        rgba(0, 104, 55, 0.13);

    border-radius: 999px;

    background:
        var(--shp-grass-light);

    color:
        var(--shp-green);

    font-size: 10px;

    font-weight: 850;

    line-height: 1;

    letter-spacing: 0.055em;

    text-align: center;

    text-transform: uppercase;
}


/* Lifetime badge */

.shp-plan-badge--gold {
    border-color:
        rgba(213, 190, 82, 0.55);

    background:
        var(--shp-gold-soft);

    color:
        #75631a;
}


/* ==========================================================
   BODY
   ========================================================== */


.shp-plan-card__body {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding:
        8px
        28px
        30px;
}


.shp-plan-label {
    display: block;

    margin-bottom: 10px;

    color:
        var(--shp-green);

    font-size: 11px;

    font-weight: 850;

    line-height: 1.2;

    letter-spacing: 0.085em;

    text-transform: uppercase;
}


.shp-plan-card--lifetime
.shp-plan-label {
    color:
        #89721d;
}


.shp-plan-card h3 {
    margin: 0;

    color:
        var(--shp-black);

    font-size: 28px;

    font-weight: 850;

    line-height: 1.1;

    letter-spacing: -0.025em;
}


.shp-plan-description {
    min-height: 76px;

    margin:
        14px
        0
        0;

    color:
        var(--shp-grey);

    font-size: 15px;

    line-height: 1.65;
}


/* ==========================================================
   PRICE
   ========================================================== */


.shp-plan-price {
    display: flex;

    align-items: baseline;

    gap: 9px;

    margin-top: 26px;
}


.shp-plan-price strong {
    color:
        var(--shp-black);

    font-size: 35px;

    font-weight: 900;

    line-height: 1;

    letter-spacing: -0.045em;
}


.shp-plan-price span {
    color:
        var(--shp-grey-dark);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.08em;
}


/* ==========================================================
   RENEWAL
   ========================================================== */


.shp-plan-renewal {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    margin-top: 13px;

    padding:
        8px
        11px;

    border-radius: 8px;

    background:
        var(--shp-grey-light);

    color:
        var(--shp-grey-dark);

    font-size: 12px;

    font-weight: 700;

    line-height: 1.2;
}


/* ==========================================================
   FEATURES
   ========================================================== */


.shp-plan-features {
    display: flex;

    flex-direction: column;

    gap: 13px;

    margin:
        28px
        0
        0 !important;

    padding:
        25px
        0
        0 !important;

    border-top:
        1px solid
        var(--shp-border);

    list-style: none !important;
}


.shp-plan-features li {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    margin: 0 !important;

    padding: 0 !important;

    color:
        var(--shp-charcoal);

    font-size: 14px;

    font-weight: 650;

    line-height: 1.45;

    list-style: none !important;
}


.shp-plan-features li::before,
.shp-plan-features li::after {
    display: none !important;
}


.shp-plan-features i {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 21px;

    height: 21px;

    flex:
        0
        0
        21px;

    margin-top: 0;

    border-radius: 50%;

    background:
        rgba(114, 168, 67, 0.14);

    color:
        var(--shp-green);

    font-size: 9px;
}


/* ==========================================================
   BUTTON
   ========================================================== */


.shp-plan-button {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 18px;

    margin:
        0
        28px
        28px;

    padding:
        15px
        18px;

    border-radius: 13px;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;

    line-height: 1;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.shp-plan-button i {
    font-size: 12px;

    transition:
        transform 0.25s ease;
}


.shp-plan-button:hover i {
    transform:
        translateX(4px);
}


/* Secondary */

.shp-plan-button--secondary {
    border:
        1px solid
        rgba(0, 104, 55, 0.24);

    background:
        var(--shp-white);

    color:
        var(--shp-green) !important;
}


.shp-plan-button--secondary:hover {
    border-color:
        var(--shp-green);

    background:
        var(--shp-green);

    color:
        var(--shp-white) !important;

    box-shadow:
        0 11px 25px rgba(0, 104, 55, 0.17);
}


/* Primary */

.shp-plan-button--primary {
    border:
        1px solid
        var(--shp-green);

    background:
        linear-gradient(
            135deg,
            var(--shp-green),
            #087b46
        );

    color:
        var(--shp-white) !important;

    box-shadow:
        0 10px 24px rgba(0, 104, 55, 0.18);
}


.shp-plan-button--primary:hover {
    background:
        linear-gradient(
            135deg,
            var(--shp-green-dark),
            var(--shp-green)
        );

    color:
        var(--shp-white) !important;

    box-shadow:
        0 14px 31px rgba(0, 104, 55, 0.25);
}


/* ==========================================================
   ANNUAL FEATURED CARD
   ========================================================== */


.shp-plan-card--featured {
    overflow: visible;

    border:
        2px solid
        var(--shp-green);

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #ffffff 78%,
            #f8fbf6 100%
        );

    box-shadow:
        0 14px 32px rgba(0, 104, 55, 0.08),
        0 26px 68px rgba(0, 104, 55, 0.12);
}


.shp-plan-card--featured:hover {
    transform:
        translateY(-6px);
}


/* Floating recommendation badge */

.shp-featured-ribbon {
    position: absolute;

    z-index: 10;

    top: -17px;

    left: 50%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    width: auto;

    min-height: 0;

    padding:
        9px
        17px;

    transform:
        translateX(-50%);

    white-space: nowrap;

    border:
        3px solid
        var(--shp-white);

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            var(--shp-green),
            #087e47
        );

    color:
        var(--shp-white);

    box-shadow:
        0 8px 22px rgba(0, 104, 55, 0.20);

    font-size: 10px;

    font-weight: 850;

    line-height: 1;

    letter-spacing: 0.05em;

    text-align: center;

    text-transform: uppercase;
}


.shp-featured-ribbon i {
    color:
        var(--shp-gold);

    font-size: 11px;
}


/* Make room for floating ribbon */

.shp-plan-card--featured
.shp-plan-card__top {
    padding-top: 34px;
}


/* Featured icon */

.shp-plan-card--featured
.shp-plan-icon {
    background:
        linear-gradient(
            145deg,
            var(--shp-green),
            var(--shp-green-dark)
        );

    box-shadow:
        0 10px 24px rgba(0, 104, 55, 0.19);
}


.shp-plan-card--featured
.shp-plan-icon::after {
    content: "";

    position: absolute;

    inset: -3px;

    border:
        1px solid
        rgba(213, 190, 82, 0.45);

    border-radius: 18px;

    pointer-events: none;
}


/* ==========================================================
   LIFETIME CARD
   ========================================================== */


.shp-plan-card--lifetime {
    border-color:
        rgba(213, 190, 82, 0.58);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(213, 190, 82, 0.13),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #ffffff,
            #fffef9
        );
}


.shp-plan-card--lifetime:hover {
    border-color:
        rgba(184, 156, 49, 0.75);
}


.shp-plan-card--lifetime
.shp-plan-icon {
    background:
        linear-gradient(
            145deg,
            var(--shp-gold),
            var(--shp-gold-dark)
        );

    color:
        var(--shp-black);

    box-shadow:
        0 10px 24px rgba(213, 190, 82, 0.24);
}


/* ==========================================================
   LIFETIME VALUE BOX
   ========================================================== */


.shp-plan-lifetime-value {
    display: flex;

    flex-direction: column;

    gap: 7px;

    margin-top: 16px;

    padding:
        14px
        15px;

    border:
        1px solid
        rgba(213, 190, 82, 0.43);

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            rgba(213, 190, 82, 0.11),
            rgba(213, 190, 82, 0.045)
        );

    color:
        #625724;

    font-size: 12px;

    line-height: 1.45;
}


.shp-plan-lifetime-value strong {
    color:
        var(--shp-black);

    font-size: 13px;

    font-weight: 850;
}


.shp-plan-lifetime-value span {
    position: relative;

    padding-left: 14px;
}


.shp-plan-lifetime-value span::before {
    content: "";

    position: absolute;

    left: 1px;

    top: 0.65em;

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background:
        var(--shp-gold-dark);

    transform:
        translateY(-50%);
}


/* ==========================================================
   ACCESSIBILITY
   ========================================================== */


.shp-plan-button:focus-visible {
    outline:
        3px solid
        rgba(213, 190, 82, 0.65);

    outline-offset: 3px;
}


/* ==========================================================
   TABLET
   ========================================================== */


@media (max-width: 1024px) {

    .shp-plans {
        padding:
            60px
            0
            70px;
    }


    .shp-plans__grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        row-gap: 28px;
    }


    .shp-plan-card--lifetime {
        grid-column:
            1
            /
            -1;

        width: 100%;

        max-width: 590px;

        justify-self: center;
    }

}


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


@media (max-width: 700px) {

    .shp-plans {
        padding:
            48px
            0
            56px;
    }


    .shp-plans__header {
        margin-bottom: 30px;

        padding:
            0
            18px;
    }


    .shp-plans__intro h2 {
        font-size: 34px;

        line-height: 1.08;
    }


    .shp-plans__intro p {
        margin-top: 14px;

        font-size: 16px;
    }


    .shp-plans__grid {
        grid-template-columns: 1fr;

        gap: 20px;

        padding:
            18px
            16px
            0;
    }


    .shp-plan-card,
    .shp-plan-card--lifetime {
        grid-column: auto;

        width: 100%;

        max-width: none;
    }


    .shp-plan-card--featured {
        margin-top: 16px;
    }


    .shp-plan-card:hover,
    .shp-plan-card--featured:hover {
        transform: none;
    }


    .shp-plan-card__top {
        min-height: auto;

        padding:
            26px
            22px
            10px;
    }


    .shp-plan-card--featured
    .shp-plan-card__top {
        padding-top: 32px;
    }


    .shp-plan-card__body {
        padding:
            8px
            22px
            25px;
    }


    .shp-plan-card h3 {
        font-size: 26px;
    }


    .shp-plan-description {
        min-height: 0;

        font-size: 15px;
    }


    .shp-plan-price {
        margin-top: 22px;
    }


    .shp-plan-price strong {
        font-size: 33px;
    }


    .shp-plan-features {
        margin-top: 24px !important;

        padding-top: 22px !important;
    }


    .shp-plan-button {
        margin:
            0
            22px
            22px;

        padding:
            15px
            17px;
    }


    .shp-featured-ribbon {
        top: -15px;

        max-width:
            calc(100% - 32px);

        padding:
            8px
            13px;

        white-space: normal;

        font-size: 9px;

        line-height: 1.2;
    }

}


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


@media (max-width: 420px) {

    .shp-plan-card__top {
        align-items: flex-start;
    }


    .shp-plan-badge {
        max-width: 132px;

        line-height: 1.25;
    }


    .shp-plan-price {
        flex-wrap: wrap;
    }


    .shp-plan-price strong {
        font-size: 30px;
    }


    .shp-featured-ribbon {
        width: max-content;

        max-width:
            calc(100% - 28px);
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */


@media (prefers-reduced-motion: reduce) {

    .shp-plan-card,
    .shp-plan-icon,
    .shp-plan-button,
    .shp-plan-button i {
        transition: none;
    }


    .shp-plan-card:hover,
    .shp-plan-card--featured:hover {
        transform: none;
    }


    .shp-plan-card:hover
    .shp-plan-icon {
        transform: none;
    }

}

/* ==========================================================
   SPORTS HIRED
   JOB POSTING PACKAGES
   Matches employer plans
   ========================================================== */


.shp-posting {
    position: relative;

    width: 100%;

    padding:
        72px
        0
        82px;

    isolation: isolate;
}


.shp-posting::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        radial-gradient(
            circle at 92% 15%,
            rgba(213, 190, 82, 0.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 6% 85%,
            rgba(114, 168, 67, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #fafbf9 0%,
            #ffffff 100%
        );
}


/* ==========================================================
   HEADER
   ========================================================== */


.shp-posting__header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;

    width: 100%;

    max-width: 1200px;

    margin:
        0
        auto
        42px;

    padding:
        0
        24px;
}


.shp-posting__intro {
    max-width: 760px;
}


.shp-posting__intro h2 {
    margin: 0;

    color:
        var(--shp-black, #151815);

    font-size:
        clamp(
            34px,
            4vw,
            52px
        );

    font-weight: 850;

    line-height: 1.06;

    letter-spacing: -0.035em;
}


.shp-posting__intro p {
    max-width: 680px;

    margin:
        18px
        0
        0;

    color:
        var(--shp-grey, #717a73);

    font-size: 18px;

    line-height: 1.65;
}


/* compare link */

.shp-posting__compare {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    flex: 0 0 auto;

    margin-bottom: 5px;

    padding:
        11px
        15px;

    border:
        1px solid
        rgba(0, 104, 55, 0.17);

    border-radius: 999px;

    background:
        #ffffff;

    color:
        #006837 !important;

    box-shadow:
        0 6px 18px rgba(18, 35, 24, 0.05);

    font-size: 13px;

    font-weight: 800;

    text-decoration: none !important;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


.shp-posting__compare i {
    font-size: 11px;

    transition:
        transform 0.25s ease;
}


.shp-posting__compare:hover {
    transform:
        translateY(-2px);

    border-color:
        #006837;

    background:
        #006837;

    color:
        #ffffff !important;

    box-shadow:
        0 10px 24px rgba(0, 104, 55, 0.16);
}


.shp-posting__compare:hover i {
    transform:
        translateX(3px);
}


/* ==========================================================
   GRID
   ========================================================== */


.shp-posting__grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 24px;

    align-items: stretch;

    width: 100%;

    max-width: 1200px;

    margin:
        0
        auto;

    padding:
        0
        24px;
}


/* ==========================================================
   CARD
   ========================================================== */


.shp-post-card {
    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    border:
        1px solid
        var(--shp-border, #dfe5df);

    border-radius: 24px;

    background:
        rgba(255, 255, 255, 0.97);

    box-shadow:
        0 5px 14px rgba(18, 35, 24, 0.03),
        0 20px 50px rgba(18, 35, 24, 0.065);

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}


.shp-post-card:hover {
    transform:
        translateY(-6px);

    border-color:
        rgba(0, 104, 55, 0.24);

    box-shadow:
        0 10px 24px rgba(18, 35, 24, 0.04),
        0 28px 65px rgba(18, 35, 24, 0.11);
}


/* ==========================================================
   TOP ACCENT
   ========================================================== */


.shp-post-card__accent {
    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #006837 0%,
            #72a843 60%,
            #d5be52 100%
        );
}


/* stronger value card */

.shp-post-card--value
.shp-post-card__accent {
    background:
        linear-gradient(
            90deg,
            #72a843,
            #006837
        );
}


/* gold-focused 10 job */

.shp-post-card--best
.shp-post-card__accent {
    background:
        linear-gradient(
            90deg,
            #d5be52 0%,
            #c2aa3e 45%,
            #72a843 100%
        );
}


/* ==========================================================
   TOP AREA
   ========================================================== */


.shp-post-card__top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 16px;

    min-height: 82px;

    padding:
        28px
        28px
        12px;
}


/* ==========================================================
   ICON
   ========================================================== */


.shp-post-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 48px;

    height: 48px;

    flex:
        0
        0
        48px;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #006837,
            #004c29
        );

    color:
        #ffffff;

    box-shadow:
        0 10px 24px rgba(0, 104, 55, 0.18);

    font-size: 17px;

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}


.shp-post-card:hover
.shp-post-icon {
    transform:
        rotate(-3deg)
        scale(1.05);

    box-shadow:
        0 13px 28px rgba(0, 104, 55, 0.23);
}


/* 10 jobs icon */

.shp-post-card--best
.shp-post-icon {
    background:
        linear-gradient(
            145deg,
            #d5be52,
            #ad922a
        );

    color:
        #171817;

    box-shadow:
        0 10px 24px rgba(213, 190, 82, 0.22);
}


/* ==========================================================
   BODY
   ========================================================== */


.shp-post-card__body {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding:
        8px
        28px
        30px;
}


.shp-post-card h3 {
    margin: 0;

    color:
        var(--shp-black, #151815);

    font-size: 28px;

    font-weight: 850;

    line-height: 1.1;

    letter-spacing: -0.025em;
}


.shp-post-description {
    min-height: 76px;

    margin:
        14px
        0
        0;

    color:
        var(--shp-grey, #717a73);

    font-size: 15px;

    line-height: 1.65;
}


/* ==========================================================
   VALUE / SAVINGS BOX
   ========================================================== */


.shp-post-value {
    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    gap:
        7px
        12px;

    width: 100%;

    margin-top: 14px;

    padding:
        10px
        12px;

    border:
        1px solid
        rgba(114, 168, 67, 0.22);

    border-radius: 10px;

    background:
        rgba(114, 168, 67, 0.08);

    color:
        #56614e;

    font-size: 12px;

    font-weight: 700;

    line-height: 1.35;
}


.shp-post-value strong {
    color:
        #006837;

    font-weight: 850;
}


/* gold savings version */

.shp-post-value--gold {
    border-color:
        rgba(213, 190, 82, 0.42);

    background:
        rgba(213, 190, 82, 0.10);

    color:
        #665c2a;
}


.shp-post-value--gold strong {
    color:
        #806b19;
}


/* gold badge */

.shp-post-badge--gold {
    border-color:
        rgba(213, 190, 82, 0.55);

    background:
        #fbf7e5;

    color:
        #78651d;
}


/* ==========================================================
   FEATURE LIST
   ========================================================== */


.shp-post-features {
    display: flex;

    flex-direction: column;

    gap: 13px;

    margin:
        28px
        0
        0 !important;

    padding:
        25px
        0
        0 !important;

    border-top:
        1px solid
        var(--shp-border, #dfe5df);

    list-style:
        none !important;
}


.shp-post-features li {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        var(--shp-charcoal, #303630);

    font-size: 14px;

    font-weight: 650;

    line-height: 1.45;

    list-style:
        none !important;
}


.shp-post-features li::before,
.shp-post-features li::after {
    display:
        none !important;
}


.shp-post-features i {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 21px;

    height: 21px;

    flex:
        0
        0
        21px;

    border-radius: 50%;

    background:
        rgba(114, 168, 67, 0.14);

    color:
        #006837;

    font-size: 9px;
}


/* ==========================================================
   5 JOBS SUBTLE EMPHASIS
   ========================================================== */


.shp-post-card--value {
    border-color:
        rgba(114, 168, 67, 0.38);

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #ffffff 85%,
            #f8fbf6 100%
        );
}


/* ==========================================================
   10 JOBS PREMIUM EMPHASIS
   ========================================================== */


.shp-post-card--best {
    border-color:
        rgba(213, 190, 82, 0.55);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(213, 190, 82, 0.11),
            transparent 30%
        ),
        #ffffff;
}


/* ==========================================================
   TABLET
   ========================================================== */


@media (max-width: 1024px) {

    .shp-posting {
        padding:
            60px
            0
            68px;
    }


    .shp-posting__header {
        align-items: flex-start;
    }


    .shp-posting__grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }


    .shp-post-card--best {
        grid-column:
            1
            /
            -1;

        width: 100%;

        max-width: 590px;

        justify-self: center;
    }

}


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


@media (max-width: 700px) {

    .shp-posting {
        padding:
            48px
            0
            56px;
    }


    .shp-posting__header {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        margin-bottom: 30px;

        padding:
            0
            18px;
    }


    .shp-posting__intro h2 {
        font-size: 34px;

        line-height: 1.08;
    }


    .shp-posting__intro p {
        margin-top: 14px;

        font-size: 16px;
    }


    .shp-posting__compare {
        margin-bottom: 0;
    }


    .shp-posting__grid {
        grid-template-columns: 1fr;

        gap: 20px;

        padding:
            0
            16px;
    }


    .shp-post-card,
    .shp-post-card--best {
        grid-column: auto;

        width: 100%;

        max-width: none;
    }


    .shp-post-card:hover {
        transform: none;
    }


    .shp-post-card__top {
        min-height: auto;

        padding:
            26px
            22px
            10px;
    }


    .shp-post-card__body {
        padding:
            8px
            22px
            25px;
    }


    .shp-post-card h3 {
        font-size: 26px;
    }


    .shp-post-description {
        min-height: 0;

        font-size: 15px;
    }


    .shp-post-features {
        margin-top:
            24px !important;

        padding-top:
            22px !important;
    }

}


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


@media (max-width: 420px) {

    .shp-post-card__top {
        align-items: flex-start;
    }


    .shp-post-value {
        align-items: flex-start;

        flex-direction: column;
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */


@media (prefers-reduced-motion: reduce) {

    .shp-post-card,
    .shp-post-icon,
    .shp-posting__compare,
    .shp-posting__compare i {
        transition: none;
    }


    .shp-post-card:hover,
    .shp-posting__compare:hover {
        transform: none;
    }


    .shp-post-card:hover
    .shp-post-icon {
        transform: none;
    }

}

/* ==========================================================
   SPORTS HIRED COMPACT PRICING CARDS
   Namespace: shc-
   ========================================================== */

.shc-pricing-grid {
    --shc-green: #006837;
    --shc-green-dark: #004c29;
    --shc-grass: #72a843;

    --shc-gold: #d5be52;
    --shc-gold-dark: #a88e28;

    --shc-black: #171a18;
    --shc-text: #3d453f;
    --shc-muted: #6d766f;

    --shc-border: #dce4dd;
    --shc-light: #f5f8f5;
    --shc-white: #ffffff;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;

    width: 100%;
}


/* ==========================================================
   CARD
   ========================================================== */

.shc-package-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 22px;

    overflow: hidden;

    border: 1px solid var(--shc-border);
    border-radius: 20px;

    background: var(--shc-white);

    box-shadow:
        0 4px 12px rgba(18, 35, 24, 0.025),
        0 15px 34px rgba(18, 35, 24, 0.055);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.shc-package-card:hover {
    transform: translateY(-4px);

    border-color: rgba(0, 104, 55, 0.28);

    box-shadow:
        0 8px 20px rgba(18, 35, 24, 0.045),
        0 22px 48px rgba(18, 35, 24, 0.09);
}


/* ==========================================================
   TOP ACCENT
   ========================================================== */

.shc-package-card__topline {
    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            var(--shc-green),
            var(--shc-grass),
            var(--shc-gold)
        );
}


/* ==========================================================
   HEADER
   ========================================================== */

.shc-package-card__header {
    position: relative;

    display: flex;
    align-items: center;

    gap: 13px;

    min-height: 48px;

    margin-bottom: 16px;

    padding-right: 0;
}


.shc-package-card__heading {
    min-width: 0;
}


.shc-package-card__type {
    display: block;

    margin: 0 0 5px;

    color: var(--shc-green);

    font-size: 10px;
    font-weight: 850;
    line-height: 1.15;

    letter-spacing: 0.09em;

    text-transform: uppercase;
}


.shc-package-card__heading h2 {
    margin: 0 !important;

    color: var(--shc-black) !important;

    font-size: 21px !important;
    font-weight: 850 !important;

    line-height: 1.08 !important;

    letter-spacing: -0.025em !important;
}


/* ==========================================================
   ICON
   ========================================================== */

.shc-package-card__icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    border-radius: 12px;

    background: #edf6ef;

    color: var(--shc-green);

    font-size: 15px;
}


/* ==========================================================
   DESCRIPTION
   ========================================================== */

.shc-package-card__description {
    min-height: 42px;

    margin: 0 0 15px;

    color: var(--shc-muted);

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


/* ==========================================================
   PRICE
   ========================================================== */

.shc-package-card__price {
    display: flex;

    align-items: baseline;

    gap: 7px;

    margin-bottom: 11px;
}


.shc-package-card__price > span {
    color: var(--shc-green);

    font-size: 30px;
    font-weight: 900;

    line-height: 1;

    letter-spacing: -0.045em;
}


.shc-package-card__price small {
    color: var(--shc-muted);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.04em;
}


/* ==========================================================
   VALUE BOX
   ========================================================== */

.shc-package-card__value {
    display: inline-flex;

    align-items: center;

    width: fit-content;
    max-width: 100%;

    margin: 1px 0 15px;

    padding: 8px 10px;

    border: 1px solid rgba(213, 190, 82, 0.32);
    border-radius: 8px;

    background: #fbf6df;

    color: #645a29;

    font-size: 10px;
    font-weight: 750;

    line-height: 1.35;
}


/* ==========================================================
   CADENCE
   ========================================================== */

.shc-package-card__cadence {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    width: fit-content;

    margin: 1px 0 11px;

    color: #59625b;

    font-size: 10px;
    font-weight: 750;
}


.shc-package-card__cadence i {
    color: var(--shc-green);

    font-size: 9px;
}


/* ==========================================================
   FEATURES
   ========================================================== */

.shc-package-card__features {
    display: flex;

    flex-direction: column;

    gap: 9px;

    margin: 4px 0 20px !important;

    padding: 0 !important;

    list-style: none !important;
}


.shc-package-card__features li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 20px !important;

    color: #4c554e;

    font-size: 11px;
    font-weight: 650;

    line-height: 1.4;

    list-style: none !important;
}


.shc-package-card__features li::before {
    content: "\f00c";

    position: absolute;

    top: 0.12em;
    left: 0;

    color: #16884f;

    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 900;
}


/* stop theme bullets */

.shc-package-card__features li::after {
    display: none !important;
}


/* ==========================================================
   ACTION AREA
   ========================================================== */

.shc-package-card__actions {
    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-top: auto;
}


/* ==========================================================
   PURCHASE BUTTON
   ========================================================== */

.shc-package-card__buy {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 42px;

    padding: 10px 15px;

    border: 1px solid rgba(0, 104, 55, 0.23);
    border-radius: 999px;

    background: #ffffff;

    color: var(--shc-green);

    box-shadow: none;

    font: inherit;

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

    line-height: 1;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}


.shc-package-card__buy:hover {
    border-color: var(--shc-green);

    background: var(--shc-green);

    color: #ffffff;

    box-shadow:
        0 9px 22px rgba(0, 104, 55, 0.16);
}


/* ==========================================================
   PRIMARY BUTTON
   ========================================================== */

.shc-package-card__buy--primary {
    border-color: var(--shc-green);

    background:
        linear-gradient(
            135deg,
            var(--shc-green),
            #087b45
        );

    color: #ffffff;

    box-shadow:
        0 8px 20px rgba(0, 104, 55, 0.15);
}


.shc-package-card__buy--primary:hover {
    background: var(--shc-green-dark);

    color: #ffffff;
}


/* ==========================================================
   DETAILS LINK
   ========================================================== */

.shc-package-card__details {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    color: #343a35 !important;

    font-size: 10px;
    font-weight: 750;

    text-decoration: none !important;
}


.shc-package-card__details i {
    font-size: 9px;

    transition: transform 0.2s ease;
}


.shc-package-card__details:hover i {
    transform: translateX(3px);
}


/* ==========================================================
   BADGES
   ========================================================== */

.shc-package-card__badge {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    padding: 6px 9px;

    border-radius: 999px;

    font-size: 9px;
    font-weight: 850;

    line-height: 1;

    white-space: nowrap;
}


.shc-package-card__header
.shc-package-card__badge {
    margin-left: auto;
}


/* best value */

.shc-package-card__badge--gold {
    border: 1px solid rgba(213, 190, 82, 0.4);

    background: #fbf6df;

    color: #74621a;
}


/* annual popular */

.shc-package-card__badge--popular {
    position: absolute;

    top: 14px;
    right: 14px;

    z-index: 3;

    background: var(--shc-gold);

    color: #1b221c;
}


/* lifetime */

.shc-package-card__badge--lifetime {
    position: absolute;

    top: 14px;
    right: 14px;

    z-index: 3;

    border: 1px solid rgba(213, 190, 82, 0.45);

    background: #fbf6df;

    color: #74621a;
}


/* ==========================================================
   POSTING PACKAGES
   ========================================================== */

.shc-package-card--posting-best {
    border-color: rgba(213, 190, 82, 0.5);
}


.shc-package-card--posting-best
.shc-package-card__topline {
    background:
        linear-gradient(
            90deg,
            var(--shc-gold-dark),
            var(--shc-gold),
            var(--shc-grass)
        );
}


.shc-package-card--posting-best
.shc-package-card__icon {
    background: #fbf6df;

    color: #76641c;
}


/* ==========================================================
   UNLIMITED PLANS
   ========================================================== */

.shc-package-card--plan {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fbfcfa
        );
}


.shc-package-card--plan
.shc-package-card__icon {
    background: #eaf5ed;

    color: var(--shc-green);
}


/* ==========================================================
   FEATURED ANNUAL
   ========================================================== */

.shc-package-card--featured {
    border: 2px solid var(--shc-green);

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #ffffff 78%,
            #f6faf6 100%
        );

    box-shadow:
        0 8px 24px rgba(0, 104, 55, 0.07),
        0 20px 48px rgba(0, 104, 55, 0.10);
}


.shc-package-card--featured
.shc-package-card__header {
    padding-right: 82px;
}


.shc-package-card--featured
.shc-package-card__topline {
    background:
        linear-gradient(
            90deg,
            var(--shc-green),
            var(--shc-grass),
            var(--shc-gold)
        );
}


/* ==========================================================
   LIFETIME
   ========================================================== */

.shc-package-card--lifetime {
    border-color: rgba(213, 190, 82, 0.58);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(213, 190, 82, 0.12),
            transparent 30%
        ),
        #ffffff;
}


.shc-package-card--lifetime
.shc-package-card__header {
    padding-right: 85px;
}


.shc-package-card--lifetime
.shc-package-card__topline {
    background:
        linear-gradient(
            90deg,
            var(--shc-gold-dark),
            var(--shc-gold),
            var(--shc-grass)
        );
}


.shc-package-card--lifetime
.shc-package-card__icon {
    background:
        linear-gradient(
            145deg,
            var(--shc-gold),
            #b89d31
        );

    color: #191d19;
}


.shc-package-card--lifetime
.shc-package-card__type {
    color: #826e1d;
}


.shc-package-card__cadence--lifetime {
    color: #73652c;
}


.shc-package-card__value--lifetime {
    border-color: rgba(213, 190, 82, 0.43);

    background:
        linear-gradient(
            135deg,
            rgba(213, 190, 82, 0.13),
            rgba(213, 190, 82, 0.05)
        );
}


/* ==========================================================
   SECOND ROW VISUAL GAP
   ========================================================== */

#package-semiannual,
#package-annual,
#package-lifetime_legacy {
    margin-top: 6px;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

    .shc-pricing-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    #package-semiannual,
    #package-annual,
    #package-lifetime_legacy {
        margin-top: 0;
    }

}


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

@media (max-width: 620px) {

    .shc-pricing-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .shc-package-card {
        padding: 20px;
    }


    .shc-package-card__description {
        min-height: 0;
    }


    .shc-package-card__price > span {
        font-size: 28px;
    }


    .shc-package-card--featured
    .shc-package-card__header,
    .shc-package-card--lifetime
    .shc-package-card__header {
        padding-right: 0;

        padding-top: 24px;
    }


    .shc-package-card__badge--popular,
    .shc-package-card__badge--lifetime {
        top: 12px;
        right: 12px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 400px) {

    .shc-package-card__header {
        align-items: flex-start;
    }


    .shc-package-card__heading h2 {
        font-size: 20px !important;
    }


    .shc-package-card__price > span {
        font-size: 26px;
    }


    .shc-package-card__badge--popular,
    .shc-package-card__badge--lifetime {
        position: static;

        margin-bottom: 12px;
    }


    .shc-package-card--featured
    .shc-package-card__header,
    .shc-package-card--lifetime
    .shc-package-card__header {
        padding-top: 0;
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .shc-package-card,
    .shc-package-card__buy,
    .shc-package-card__details i {
        transition: none;
    }


    .shc-package-card:hover {
        transform: none;
    }

}

/* v0.7.42.7 candidate auth redesign */
/* ==========================================================
   SPORTS HIRED CANDIDATE AUTH
   Candidate login + registration
   ========================================================== */

.sh-auth-page {
    --sha-green: #006837;
    --sha-green-dark: #004a28;
    --sha-green-deep: #00391f;

    --sha-grass: #72a843;

    --sha-gold: #d5be52;
    --sha-gold-dark: #a98f2c;
    --sha-gold-soft: #fbf7e5;

    --sha-black: #171a18;
    --sha-charcoal: #333a35;

    --sha-muted: #6f7871;
    --sha-muted-light: #8b938d;

    --sha-border: #dde4de;
    --sha-border-dark: #cad5cc;

    --sha-bg: #f5f8f5;
    --sha-white: #ffffff;

    width: 100%;

    min-height: calc(100vh - 70px);

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

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(213, 190, 82, 0.09),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f7faf7 0%,
            #ffffff 62%,
            #f7faf7 100%
        );
}


/* ==========================================================
   OUTER SHELL
   ========================================================== */

.sh-auth-shell {
    display: grid;

    grid-template-columns:
        minmax(360px, 0.9fr)
        minmax(480px, 1.1fr);

    width: 100%;

    max-width: 1380px;

    min-height: calc(100vh - 70px);

    margin: 0 auto;

    overflow: hidden;

    background: #fff;

    box-shadow:
        0 0 0 1px rgba(18, 35, 24, 0.05),
        0 30px 80px rgba(18, 35, 24, 0.08);
}


/* ==========================================================
   LEFT STORY PANEL
   ========================================================== */

.sh-auth-story {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding:
        34px
        42px
        30px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 20% 15%,
            rgba(213, 190, 82, 0.14),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(114, 168, 67, 0.16),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #006837 0%,
            #00552e 50%,
            #003f23 100%
        );

    color: #fff;
}


/* texture */

.sh-auth-story::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );

    background-size: 34px 34px;

    mask-image:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.65),
            transparent
        );
}


.sh-auth-story > * {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   BRAND
   ========================================================== */

.sh-auth-brand {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    width: fit-content;

    color: #fff !important;

    text-decoration: none !important;
}


.sh-auth-brand__mark {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    border:
        1px solid
        rgba(255,255,255,.18);

    border-radius: 13px;

    background:
        rgba(255,255,255,.12);

    color: var(--sha-gold);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.10);

    font-size: 16px;
}


.sh-auth-brand > span:last-child {
    display: flex;

    flex-direction: column;

    gap: 2px;
}


.sh-auth-brand strong {
    color: #fff;

    font-size: 14px;

    font-weight: 850;

    line-height: 1.2;
}


.sh-auth-brand small {
    color:
        rgba(255,255,255,.68);

    font-size: 10px;

    font-weight: 650;

    line-height: 1.25;
}


/* ==========================================================
   STORY CONTENT
   ========================================================== */

.sh-auth-story__content {
    max-width: 520px;

    margin-top: 72px;
}


.sh-auth-story .sh-eyebrow {
    display: inline-flex;

    align-items: center;

    margin-bottom: 15px;

    padding:
        7px
        11px;

    border:
        1px solid
        rgba(213, 190, 82, 0.35);

    border-radius: 999px;

    background:
        rgba(213, 190, 82, 0.10);

    color:
        #f2df84;

    font-size: 10px;

    font-weight: 850;

    letter-spacing: .1em;

    line-height: 1;

    text-transform: uppercase;
}


.sh-auth-story h1 {
    max-width: 500px;

    margin: 0;

    color: #fff;

    font-size:
        clamp(
            34px,
            3.5vw,
            52px
        );

    font-weight: 900;

    line-height: 1.02;

    letter-spacing: -.045em;
}


.sh-auth-story__content > p {
    max-width: 500px;

    margin:
        18px
        0
        0;

    color:
        rgba(255,255,255,.76);

    font-size: 16px;

    line-height: 1.65;
}


/* ==========================================================
   BENEFITS
   ========================================================== */

.sh-auth-benefits {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

    margin-top: 30px;
}


.sh-auth-benefits > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    min-width: 0;

    padding: 14px;

    border:
        1px solid
        rgba(255,255,255,.11);

    border-radius: 14px;

    background:
        rgba(255,255,255,.07);

    backdrop-filter: blur(5px);
}


.sh-auth-benefits > div > i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    border-radius: 9px;

    background:
        rgba(213,190,82,.14);

    color: var(--sha-gold);

    font-size: 12px;
}


.sh-auth-benefits span {
    display: flex;

    flex-direction: column;

    gap: 3px;

    min-width: 0;
}


.sh-auth-benefits strong {
    color: #fff;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.3;
}


.sh-auth-benefits small {
    color:
        rgba(255,255,255,.62);

    font-size: 10px;

    line-height: 1.45;
}


/* ==========================================================
   STORY FOOTER
   ========================================================== */

.sh-auth-story__footer {
    display: flex;

    flex-direction: column;

    gap: 16px;

    margin-top: auto;

    padding-top: 34px;
}


.sh-auth-art {
    display: block;

    width: 100%;

    max-width: 430px;

    height: auto;

    margin:
        0
        auto
        -6px;

    opacity: .92;

    filter:
        drop-shadow(
            0 20px 35px rgba(0,0,0,.16)
        );
}


.sh-auth-trust {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    padding:
        12px
        14px;

    border-top:
        1px solid
        rgba(255,255,255,.12);

    color:
        rgba(255,255,255,.66);

    font-size: 10px;

    line-height: 1.45;
}


.sh-auth-trust i {
    margin-top: 2px;

    color: var(--sha-gold);

    font-size: 11px;
}


/* ==========================================================
   RIGHT SIDE
   ========================================================== */

.sh-auth-main {
    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 0;

    padding:
        54px
        54px;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fbfcfb
        );
}


/* ==========================================================
   AUTH CARD
   ========================================================== */

.sh-auth-card {
    width: 100%;

    max-width: 520px;

    padding: 0;

    border: 0;

    background: transparent;

    box-shadow: none;
}


/* ==========================================================
   CARD HEADER
   ========================================================== */

.sh-auth-card__head {
    margin-bottom: 25px;
}


.sh-auth-card__head .sh-eyebrow {
    display: inline-flex;

    margin-bottom: 9px;

    color: var(--sha-green);

    font-size: 10px;

    font-weight: 850;

    line-height: 1;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.sh-auth-card__head h2 {
    margin: 0;

    color: var(--sha-black);

    font-size:
        clamp(
            30px,
            3vw,
            40px
        );

    font-weight: 900;

    line-height: 1.08;

    letter-spacing: -.035em;
}


.sh-auth-card__head p {
    margin:
        10px
        0
        0;

    color: var(--sha-muted);

    font-size: 13px;

    line-height: 1.55;
}


/* ==========================================================
   TABS
   ========================================================== */

.sh-auth-tabs {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 4px;

    margin-bottom: 25px;

    padding: 4px;

    border:
        1px solid
        var(--sha-border);

    border-radius: 14px;

    background: #f3f6f3;
}


.sh-auth-tabs button {
    min-height: 42px;

    padding:
        10px
        14px;

    border: 0;

    border-radius: 10px;

    background: transparent;

    color: #657068;

    font-family: inherit;

    font-size: 12px;

    font-weight: 800;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease;
}


.sh-auth-tabs button.is-active {
    background: #fff;

    color: var(--sha-green);

    box-shadow:
        0 3px 10px
        rgba(18,35,24,.08);
}


/* ==========================================================
   PANELS
   ========================================================== */

.sh-auth-panel {
    display: none;
}


.sh-auth-panel.is-active {
    display: block;
}


/* ==========================================================
   GOOGLE AUTH
   ========================================================== */

.sh-auth-social-grid {
    width: 100%;
}


.sh-google-auth-block {
    width: 100%;
}


.sh-google-signin {
    display: flex;

    justify-content: center;

    width: 100%;

    min-height: 44px;

    overflow: hidden;

    border-radius: 10px;
}


.sh-google-signin > div,
.sh-google-signin iframe {
    max-width: 100% !important;
}


.sh-google-auth-error {
    margin-top: 7px;

    color: #a6332f;

    font-size: 11px;

    line-height: 1.4;
}


/* ==========================================================
   DIVIDER
   ========================================================== */

.sh-auth-divider {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    margin:
        21px
        0;

    color: #929a94;

    font-size: 10px;

    font-weight: 700;
}


.sh-auth-divider::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: 50%;

    height: 1px;

    background: var(--sha-border);
}


.sh-auth-divider span {
    position: relative;

    z-index: 2;

    padding:
        0
        12px;

    background:
        #fff;
}


/* ==========================================================
   FORM
   ========================================================== */

.formhere {
    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
}


.sh-account-auth-form {
    display: flex;

    flex-direction: column;

    gap: 15px;
}


/* ==========================================================
   FIELD
   ========================================================== */

.sh-auth-field {
    display: flex;

    flex-direction: column;

    gap: 7px;

    margin: 0;
}


.sh-auth-field > span:first-child {
    color: #343c36;

    font-size: 11px;

    font-weight: 800;

    line-height: 1.2;
}


.sh-auth-field input[type="text"],
.sh-auth-field input[type="email"],
.sh-auth-field input[type="password"] {
    width: 100%;

    height: 46px;

    padding:
        0
        13px;

    border:
        1px solid
        var(--sha-border-dark);

    border-radius: 10px;

    outline: 0;

    background:
        #ffffff;

    color: var(--sha-black);

    font-family: inherit;

    font-size: 13px;

    line-height: 1;

    box-shadow:
        inset 0 1px 2px
        rgba(18,35,24,.025);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.sh-auth-field input::placeholder {
    color: #a5aca7;
}


.sh-auth-field input:focus {
    border-color:
        var(--sha-green);

    background: #fff;

    box-shadow:
        0 0 0 3px
        rgba(0,104,55,.09);
}


.sh-auth-field > small {
    margin-top: -2px;

    color: var(--sha-muted);

    font-size: 10px;

    line-height: 1.35;
}


/* ==========================================================
   PASSWORD
   ========================================================== */

.sh-password-wrap {
    position: relative;

    display: block;
}


.sh-password-wrap input {
    padding-right: 46px !important;
}


.sh-password-wrap button {
    position: absolute;

    top: 50%;
    right: 6px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    padding: 0;

    transform: translateY(-50%);

    border: 0;

    border-radius: 8px;

    background: transparent;

    color: #717b73;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}


.sh-password-wrap button:hover {
    background: #f0f5f1;

    color: var(--sha-green);
}


/* ==========================================================
   NAME GRID
   ========================================================== */

.sh-auth-name-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;
}


/* ==========================================================
   FORM OPTIONS ROW
   ========================================================== */

.sh-auth-form-row {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 14px;

    margin-top: -2px;
}


.sh-auth-form-row > a {
    color: var(--sha-green) !important;

    font-size: 10px;

    font-weight: 750;

    text-decoration: none !important;
}


.sh-auth-form-row > a:hover {
    text-decoration: underline !important;
}


/* ==========================================================
   CHECKBOX
   ========================================================== */

.sh-auth-check {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #59625b;

    font-size: 10px;

    font-weight: 650;

    cursor: pointer;
}


.sh-auth-check input {
    width: 15px;
    height: 15px;

    margin: 0;

    accent-color: var(--sha-green);
}


/* ==========================================================
   TURNSTILE
   ========================================================== */

.sh-turnstile-wrap {
    min-height: 0;
}


.sh-turnstile-status {
    margin-top: 5px;

    color: var(--sha-muted);

    font-size: 10px;
}


/* ==========================================================
   SUBMIT BUTTON
   ========================================================== */

.sh-account-auth-form
.sh-btn-primary {
    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    min-height: 48px;

    margin-top: 2px;

    padding:
        0
        18px;

    border:
        1px solid
        var(--sha-green);

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            var(--sha-green),
            #087d46
        );

    color: #fff !important;

    box-shadow:
        0 9px 22px
        rgba(0,104,55,.17);

    font-size: 12px;

    font-weight: 850;

    text-decoration: none;

    cursor: pointer;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.sh-account-auth-form
.sh-btn-primary:hover {
    transform: translateY(-1px);

    background:
        linear-gradient(
            135deg,
            var(--sha-green-dark),
            var(--sha-green)
        );

    box-shadow:
        0 12px 28px
        rgba(0,104,55,.23);
}


.sh-account-auth-form
.sh-btn-primary i {
    font-size: 11px;

    transition:
        transform .2s ease;
}


.sh-account-auth-form
.sh-btn-primary:hover i {
    transform: translateX(3px);
}


/* ==========================================================
   FORM STATUS
   ========================================================== */

.sh-form-status {
    margin-top: 2px;

    font-size: 11px;

    line-height: 1.45;
}


/* ==========================================================
   FINE PRINT
   ========================================================== */

.sh-auth-fineprint {
    margin:
        18px
        0
        0;

    padding-top: 15px;

    border-top:
        1px solid
        var(--sha-border);

    color: #848c86;

    font-size: 9px;

    line-height: 1.55;
}


/* ==========================================================
   EMPLOYER SWITCH
   ========================================================== */

.sh-auth-switch {
    margin-top: 24px;

    padding-top: 20px;

    border-top:
        1px solid
        var(--sha-border);

    text-align: center;
}


.sh-auth-switch a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding:
        9px
        13px;

    border-radius: 999px;

    color:
        var(--sha-green) !important;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease;
}


.sh-auth-switch a:hover {
    background:
        #eef6ef;

    color:
        var(--sha-green-dark) !important;
}


.sh-auth-switch i {
    color: var(--sha-gold-dark);
}


/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.sh-auth-page button:focus-visible,
.sh-auth-page a:focus-visible,
.sh-auth-page input:focus-visible {
    outline:
        3px solid
        rgba(213,190,82,.58);

    outline-offset: 2px;
}


/* ==========================================================
   LAPTOP / SMALL DESKTOP
   ========================================================== */

@media (max-width: 1120px) {

    .sh-auth-shell {
        grid-template-columns:
            minmax(320px, .85fr)
            minmax(440px, 1.15fr);
    }


    .sh-auth-story {
        padding:
            30px
            32px;
    }


    .sh-auth-main {
        padding:
            46px
            38px;
    }


    .sh-auth-benefits {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 860px) {

    .sh-auth-page {
        min-height: auto;
    }


    .sh-auth-shell {
        display: block;

        min-height: auto;

        box-shadow: none;
    }


    .sh-auth-story {
        min-height: auto;

        padding:
            30px
            26px
            28px;
    }


    .sh-auth-story__content {
        max-width: 650px;

        margin-top: 42px;
    }


    .sh-auth-story h1 {
        max-width: 600px;
    }


    .sh-auth-benefits {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .sh-auth-art {
        display: none;
    }


    .sh-auth-story__footer {
        padding-top: 24px;
    }


    .sh-auth-main {
        padding:
            42px
            24px
            54px;
    }


    .sh-auth-card {
        max-width: 560px;
    }

}


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

@media (max-width: 600px) {

    .sh-auth-story {
        padding:
            24px
            18px
            24px;
    }


    .sh-auth-brand__mark {
        width: 40px;
        height: 40px;

        flex-basis: 40px;
    }


    .sh-auth-story__content {
        margin-top: 32px;
    }


    .sh-auth-story h1 {
        font-size: 34px;

        line-height: 1.04;
    }


    .sh-auth-story__content > p {
        font-size: 14px;
    }


    .sh-auth-benefits {
        grid-template-columns: 1fr;

        margin-top: 24px;
    }


    .sh-auth-benefits > div {
        padding: 12px;
    }


    .sh-auth-trust {
        padding:
            12px
            0
            0;
    }


    .sh-auth-main {
        padding:
            34px
            18px
            44px;
    }


    .sh-auth-card__head h2 {
        font-size: 30px;
    }


    .sh-auth-name-grid {
        grid-template-columns: 1fr;
    }


    .sh-auth-form-row {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {

    .sh-auth-story h1 {
        font-size: 31px;
    }


    .sh-auth-tabs button {
        padding:
            10px
            8px;

        font-size: 11px;
    }


    .sh-auth-field input[type="text"],
    .sh-auth-field input[type="email"],
    .sh-auth-field input[type="password"] {
        font-size: 16px;
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .sh-auth-page *,
    .sh-auth-page *::before,
    .sh-auth-page *::after {
        scroll-behavior: auto !important;
    }


    .sh-auth-tabs button,
    .sh-password-wrap button,
    .sh-account-auth-form .sh-btn-primary,
    .sh-account-auth-form .sh-btn-primary i,
    .sh-auth-switch a {
        transition: none !important;
    }


    .sh-account-auth-form
    .sh-btn-primary:hover {
        transform: none;
    }

}

/* ==========================================================
   CANDIDATE AUTH REFINEMENTS
   ========================================================== */
.sh-auth-shell{grid-template-columns:minmax(420px,.88fr) minmax(560px,1.12fr)}
.sh-auth-story{padding:34px 54px 28px}
.sh-auth-story__content{max-width:560px;margin-top:58px}
.sh-auth-story h1{max-width:560px;font-size:clamp(38px,3.25vw,56px);line-height:1.02}
.sh-auth-story__content>p{max-width:520px;margin-top:20px;font-size:15px;line-height:1.6}
.sh-auth-benefits{grid-template-columns:1fr;gap:10px;max-width:540px;margin-top:30px}
.sh-auth-benefits>div{align-items:center;min-height:60px;padding:10px 12px;border-radius:12px}
.sh-auth-benefits>div>i{width:36px;height:36px;flex-basis:36px;border-radius:10px}
.sh-auth-benefits strong{font-size:12px}
.sh-auth-benefits small{margin-top:1px;font-size:9px;line-height:1.35}
.sh-auth-story__footer{position:relative;margin-top:26px;padding-top:0}
.sh-auth-art{display:block;width:100%;max-width:380px;max-height:170px;margin:8px auto 0;object-fit:contain;object-position:center bottom;opacity:.95;filter:drop-shadow(0 14px 26px rgba(0,0,0,.12))}
.sh-auth-trust{margin-top:12px;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.12)}
.sh-auth-main{align-items:flex-start;padding:72px 60px 48px}
.sh-auth-card{max-width:560px}
.sh-auth-card__head{margin-bottom:20px}
.sh-auth-card__head h2{font-size:clamp(30px,2.6vw,38px)}
.sh-auth-card__head p{max-width:500px;margin-top:9px;font-size:12px;line-height:1.5}
.sh-auth-tabs{margin-bottom:20px;border-radius:13px}
.sh-auth-tabs button{min-height:40px;font-size:11px}
.sh-google-signin{width:100%;min-height:44px}
.sh-google-signin iframe{width:100%!important;max-width:100%!important}
.sh-auth-divider{margin:17px 0}
.sh-account-auth-form{gap:13px}
.sh-auth-field input[type="text"],.sh-auth-field input[type="email"],.sh-auth-field input[type="password"]{height:44px}
.sh-auth-form-row{margin-top:0}
.sh-account-auth-form .sh-btn-primary{min-height:46px;margin-top:5px;border-radius:10px}
.sh-auth-switch{margin-top:19px;padding-top:16px}
@media(min-width:1200px){.sh-auth-story,.sh-auth-main{min-height:calc(100vh - 70px)}}
@media(max-width:1180px){.sh-auth-shell{grid-template-columns:minmax(360px,.9fr) minmax(500px,1.1fr)}.sh-auth-story{padding:32px 38px 26px}.sh-auth-main{padding:56px 40px 44px}.sh-auth-story h1{font-size:clamp(36px,4vw,50px)}}
@media(max-width:860px){.sh-auth-main{align-items:center;padding:38px 24px 50px}.sh-auth-art{display:none}.sh-auth-benefits{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}
@media(max-width:600px){.sh-auth-story{padding:24px 18px 26px}.sh-auth-story__content{margin-top:30px}.sh-auth-story h1{font-size:34px}.sh-auth-benefits{grid-template-columns:1fr}.sh-auth-main{padding:32px 18px 42px}.sh-auth-card{max-width:none}}

/* ==========================================================
   REMEMBER ME / FORGOT PASSWORD ROW + ANIMATED SWITCH
   ========================================================== */
.sh-auth-form-row{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:space-between;gap:18px;width:100%;margin-top:2px}
.sh-auth-check{display:inline-flex;align-items:center;gap:9px;width:auto;margin:0;color:#59625b;font-size:10px;font-weight:700;line-height:1.2;cursor:pointer;user-select:none}
.sh-auth-check input[type="checkbox"]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.sh-auth-toggle{position:relative;display:inline-flex;align-items:center;width:36px;height:20px;flex:0 0 36px;border:1px solid #cbd6cd;border-radius:999px;background:#e8eeea;box-shadow:inset 0 1px 2px rgba(18,35,24,.08);transition:background .22s ease,border-color .22s ease,box-shadow .22s ease}
.sh-auth-toggle::after{content:"";position:absolute;left:2px;top:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(18,35,24,.22);transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}
.sh-auth-check input[type="checkbox"]:checked + .sh-auth-toggle{border-color:#006837;background:#006837;box-shadow:inset 0 1px 2px rgba(0,0,0,.08),0 0 0 2px rgba(0,104,55,.06)}
.sh-auth-check input[type="checkbox"]:checked + .sh-auth-toggle::after{transform:translateX(16px);box-shadow:0 2px 6px rgba(0,0,0,.24)}
.sh-auth-check input[type="checkbox"]:focus-visible + .sh-auth-toggle{outline:3px solid rgba(213,190,82,.58);outline-offset:2px}
.sh-auth-check:hover .sh-auth-toggle{border-color:#9eb1a2}
.sh-auth-check span:last-child{display:inline;width:auto;white-space:nowrap}
.sh-auth-form-row>a{display:inline-flex;align-items:center;justify-content:flex-end;width:auto;margin:0;color:#006837!important;font-size:10px;font-weight:800;line-height:1.2;white-space:nowrap;text-decoration:none!important}
.sh-auth-form-row>a:hover{color:#004c29!important;text-decoration:underline!important}
@media(max-width:480px){.sh-auth-form-row{grid-template-columns:1fr auto;gap:12px}.sh-auth-check span:last-child,.sh-auth-form-row>a{white-space:normal}}
@media(prefers-reduced-motion:reduce){.sh-auth-toggle,.sh-auth-toggle::after{transition:none!important}}

/* ==========================================================
   SPMA POSTING STEPS
   Premium 4-step UI
   Namespace: spms-
   ========================================================== */
.spms-steps-section{--spms-green:#006837;--spms-green-dark:#004c29;--spms-grass:#72a843;--spms-gold:#d5be52;--spms-gold-dark:#a98f2c;--spms-black:#171a18;--spms-text:#4d564f;--spms-muted:#6f7871;--spms-border:#dde5de;--spms-white:#fff;--spms-off-white:#f8fbf8;position:relative;width:100%;padding:72px 0 82px;isolation:isolate}
.spms-steps-section::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 8% 15%,rgba(213,190,82,.10),transparent 26%),radial-gradient(circle at 92% 82%,rgba(114,168,67,.10),transparent 30%),linear-gradient(180deg,#fff 0%,#f9fbf9 100%)}
.spms-steps-section__head{max-width:860px;margin:0 auto 42px;padding:0 24px;text-align:center}
.spms-steps-section__kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;padding:8px 14px;border:1px solid rgba(0,104,55,.14);border-radius:999px;background:rgba(114,168,67,.08);color:var(--spms-green);font-size:11px;font-weight:850;line-height:1;letter-spacing:.09em;text-transform:uppercase}
.spms-steps-section__kicker i{color:var(--spms-gold-dark);font-size:12px}
.spms-steps-section__head h2{margin:0;color:var(--spms-black);font-size:clamp(32px,4vw,50px);font-weight:900;line-height:1.06;letter-spacing:-.04em}
.spms-steps-section__head p{max-width:720px;margin:16px auto 0;color:var(--spms-muted);font-size:17px;line-height:1.65}
.spms-steps-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;max-width:1280px;margin:0 auto;padding:14px 24px 0;align-items:stretch}
.spms-steps-grid::before{content:"";position:absolute;left:80px;right:80px;top:64px;z-index:0;height:2px;background:linear-gradient(90deg,rgba(0,104,55,.12),rgba(114,168,67,.22),rgba(213,190,82,.18))}
.spms-step-card{position:relative;z-index:1;display:flex;flex-direction:column;min-width:0;min-height:100%;padding:24px;overflow:hidden;border:1px solid var(--spms-border);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 5px 14px rgba(18,35,24,.03),0 18px 42px rgba(18,35,24,.06);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.spms-step-card:hover{transform:translateY(-7px);border-color:rgba(0,104,55,.26);box-shadow:0 10px 24px rgba(18,35,24,.04),0 26px 56px rgba(18,35,24,.10)}
.spms-step-card__topline{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--spms-green),var(--spms-grass),var(--spms-gold))}
.spms-step-card__number{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f4f7f4;border:1px solid #dfe5df;color:var(--spms-green);font-size:14px;font-weight:900;line-height:1}
.spms-step-card__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:18px;border-radius:16px;background:linear-gradient(145deg,var(--spms-green),var(--spms-green-dark));color:#fff;box-shadow:0 10px 22px rgba(0,104,55,.18);font-size:19px;transition:transform .28s ease,box-shadow .28s ease}
.spms-step-card:hover .spms-step-card__icon{transform:rotate(-4deg) scale(1.05);box-shadow:0 14px 28px rgba(0,104,55,.24)}
.spms-step-card__content{display:flex;flex-direction:column;flex:1}
.spms-step-card__label{display:inline-block;margin-bottom:10px;color:var(--spms-green);font-size:11px;font-weight:850;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.spms-step-card__content h3{margin:0;color:var(--spms-black);font-size:24px;font-weight:850;line-height:1.14;letter-spacing:-.025em}
.spms-step-card__content p{margin:13px 0 0;color:var(--spms-text);font-size:14px;line-height:1.65}
.spms-step-card--01 .spms-step-card__icon{background:linear-gradient(145deg,#006837,#00542d)}
.spms-step-card--02 .spms-step-card__icon{background:linear-gradient(145deg,#0a7a43,#006837)}
.spms-step-card--03 .spms-step-card__icon{background:linear-gradient(145deg,#5d9834,#3e7f1e)}
.spms-step-card--04 .spms-step-card__icon{background:linear-gradient(145deg,#d5be52,#b59a2c);color:#1d211d;box-shadow:0 10px 22px rgba(213,190,82,.22)}
.spms-step-card--04 .spms-step-card__label,.spms-step-card--04 .spms-step-card__number{color:#8a7420}
@media(max-width:1100px){.spms-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.spms-steps-grid::before{display:none}}
@media(max-width:700px){.spms-steps-section{padding:48px 0 58px}.spms-steps-section__head{margin-bottom:28px;padding:0 18px}.spms-steps-section__head h2{font-size:34px;line-height:1.08}.spms-steps-section__head p{margin-top:14px;font-size:16px}.spms-steps-grid{grid-template-columns:1fr;gap:16px;padding:0 16px}.spms-step-card{padding:22px 20px;border-radius:18px}.spms-step-card__icon{width:50px;height:50px;margin-bottom:16px;border-radius:14px;font-size:18px}.spms-step-card__content h3{font-size:22px}}
@media(prefers-reduced-motion:reduce){.spms-step-card,.spms-step-card__icon{transition:none}.spms-step-card:hover,.spms-step-card:hover .spms-step-card__icon{transform:none}}

/* ==========================================================
   SPMA FEATURE GRID
   Namespace: spmf-
   ========================================================== */
.spmf-feature-grid{--spmf-green:#006837;--spmf-green-dark:#004c29;--spmf-grass:#72a843;--spmf-gold:#d5be52;--spmf-gold-dark:#a98f2c;--spmf-black:#171a18;--spmf-text:#4f5851;--spmf-muted:#717a73;--spmf-border:#dfe5df;--spmf-white:#fff;--spmf-soft:#f7faf7;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;max-width:1180px;margin:0 auto;padding:18px 24px 72px}
.spmf-feature-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;min-width:0;padding:24px;overflow:hidden;border:1px solid var(--spmf-border);border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%);box-shadow:0 4px 12px rgba(18,35,24,.025),0 16px 38px rgba(18,35,24,.055);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.spmf-feature-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--spmf-green),var(--spmf-grass),var(--spmf-gold))}
.spmf-feature-card:hover{transform:translateY(-5px);border-color:rgba(0,104,55,.26);box-shadow:0 8px 20px rgba(18,35,24,.04),0 24px 52px rgba(18,35,24,.09)}
.spmf-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;flex:0 0 50px;border-radius:15px;background:linear-gradient(145deg,var(--spmf-green),var(--spmf-green-dark));color:#fff;box-shadow:0 10px 22px rgba(0,104,55,.18);font-size:17px;transition:transform .25s ease,box-shadow .25s ease}
.spmf-feature-card:hover .spmf-feature-card__icon{transform:rotate(-3deg) scale(1.05);box-shadow:0 13px 27px rgba(0,104,55,.24)}
.spmf-feature-card__content{min-width:0}
.spmf-feature-card__label{display:inline-block;margin-bottom:7px;color:var(--spmf-green);font-size:10px;font-weight:850;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.spmf-feature-card h2{margin:0!important;color:var(--spmf-black)!important;font-size:24px!important;font-weight:850!important;line-height:1.12!important;letter-spacing:-.025em!important}
.spmf-feature-card p{margin:10px 0 0!important;color:var(--spmf-text)!important;font-size:14px!important;line-height:1.6!important}
.spmf-feature-card--ai{border-color:rgba(114,168,67,.34);background:radial-gradient(circle at 100% 0%,rgba(114,168,67,.09),transparent 28%),#fff}
.spmf-feature-card--ai .spmf-feature-card__icon{background:linear-gradient(145deg,#72a843,#4f8827)}
.spmf-feature-card--ai .spmf-feature-card__label{color:#5f9137}
.spmf-feature-card--brand{border-color:rgba(213,190,82,.52);background:radial-gradient(circle at 100% 0%,rgba(213,190,82,.11),transparent 28%),#fff}
.spmf-feature-card--brand::before{background:linear-gradient(90deg,var(--spmf-gold-dark),var(--spmf-gold),var(--spmf-grass))}
.spmf-feature-card--brand .spmf-feature-card__icon{background:linear-gradient(145deg,var(--spmf-gold),#b89d31);color:#1c211d;box-shadow:0 10px 22px rgba(213,190,82,.22)}
.spmf-feature-card--brand .spmf-feature-card__label{color:#846f20}
@media(max-width:900px){.spmf-feature-grid{grid-template-columns:1fr}}
@media(max-width:600px){.spmf-feature-grid{gap:14px;padding:10px 16px 48px}.spmf-feature-card{grid-template-columns:1fr;gap:14px;padding:20px;border-radius:18px}.spmf-feature-card__icon{width:46px;height:46px;flex-basis:46px;border-radius:13px;font-size:16px}.spmf-feature-card h2{font-size:22px!important}.spmf-feature-card p{font-size:13px!important}}
@media(prefers-reduced-motion:reduce){.spmf-feature-card,.spmf-feature-card__icon{transition:none}.spmf-feature-card:hover,.spmf-feature-card:hover .spmf-feature-card__icon{transform:none}}


/* ==========================================================
   SPMA EMPLOYER HERO
   Namespace: spmh-
   ========================================================== */

.spmh-hero {
    --spmh-green: #006837;
    --spmh-green-dark: #004c29;
    --spmh-green-deep: #003a20;

    --spmh-grass: #72a843;

    --spmh-gold: #d5be52;
    --spmh-gold-dark: #a98f2c;

    --spmh-black: #171a18;
    --spmh-text: #4f5851;
    --spmh-muted: #6f7871;

    --spmh-border: #dfe5df;
    --spmh-white: #ffffff;

    position: relative;

    display: grid;
    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(320px, .7fr);

    align-items: center;

    gap: 56px;

    width: 100%;
    max-width: 1240px;

    margin: 0 auto;

    padding:
        82px
        24px
        86px;

    isolation: isolate;
}


/* ==========================================================
   BACKGROUND
   ========================================================== */

.spmh-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(213, 190, 82, 0.10),
            transparent 26%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(114, 168, 67, 0.11),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfcfb 58%,
            #f5f9f5 100%
        );
}


.spmh-hero::after {
    content: "";

    position: absolute;

    top: 26px;
    right: 34px;

    width: 180px;
    height: 180px;

    z-index: -1;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(213, 190, 82, 0.10),
            rgba(213, 190, 82, 0)
        );
}


/* ==========================================================
   CONTENT
   ========================================================== */

.spmh-hero__content {
    min-width: 0;
    max-width: 760px;
}


.spmh-hero__kicker {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 18px;

    padding:
        8px
        14px;

    border:
        1px solid
        rgba(0, 104, 55, 0.15);

    border-radius: 999px;

    background:
        rgba(114, 168, 67, 0.08);

    color:
        var(--spmh-green);

    font-size: 11px;

    font-weight: 850;

    line-height: 1;

    letter-spacing: 0.09em;

    text-transform: uppercase;
}


.spmh-hero__kicker i {
    color:
        var(--spmh-gold-dark);

    font-size: 12px;
}


.spmh-hero__content h1 {
    max-width: 760px;

    margin: 0;

    color:
        var(--spmh-black);

    font-size:
        clamp(
            46px,
            5vw,
            72px
        );

    font-weight: 900;

    line-height: 0.98;

    letter-spacing: -0.05em;
}


.spmh-hero__content > p {
    max-width: 690px;

    margin:
        24px
        0
        0;

    color:
        var(--spmh-muted);

    font-size: 18px;

    line-height: 1.7;
}


/* ==========================================================
   ACTIONS
   ========================================================== */

.spmh-hero__actions {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}


.spmh-hero__button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 48px;

    padding:
        0
        19px;

    border-radius: 12px;

    font-size: 13px;

    font-weight: 850;

    line-height: 1;

    text-decoration: none !important;

    transition:
        transform 0.22s ease,
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}


.spmh-hero__button i {
    font-size: 11px;

    transition:
        transform 0.22s ease;
}


.spmh-hero__button:hover i {
    transform:
        translateX(3px);
}


/* primary */

.spmh-hero__button--primary {
    border:
        1px solid
        var(--spmh-green);

    background:
        linear-gradient(
            135deg,
            var(--spmh-green),
            #087d46
        );

    color:
        #ffffff !important;

    box-shadow:
        0 10px 24px
        rgba(0, 104, 55, 0.18);
}


.spmh-hero__button--primary:hover {
    transform:
        translateY(-2px);

    background:
        linear-gradient(
            135deg,
            var(--spmh-green-dark),
            var(--spmh-green)
        );

    box-shadow:
        0 14px 30px
        rgba(0, 104, 55, 0.24);

    color:
        #ffffff !important;
}


/* secondary */

.spmh-hero__button--secondary {
    border:
        1px solid
        rgba(0, 104, 55, 0.22);

    background:
        #ffffff;

    color:
        var(--spmh-green) !important;

    box-shadow:
        0 7px 18px
        rgba(18, 35, 24, 0.05);
}


.spmh-hero__button--secondary:hover {
    transform:
        translateY(-2px);

    border-color:
        var(--spmh-green);

    background:
        #eef6ef;

    color:
        var(--spmh-green-dark) !important;

    box-shadow:
        0 10px 24px
        rgba(0, 104, 55, 0.10);
}


/* ==========================================================
   WORKSPACE CARD
   ========================================================== */

.spmh-hero__workspace {
    position: relative;

    min-width: 0;

    padding: 26px;

    overflow: hidden;

    border:
        1px solid
        rgba(0, 104, 55, 0.17);

    border-radius: 24px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcfb 100%
        );

    box-shadow:
        0 10px 28px
        rgba(18, 35, 24, 0.06),
        0 26px 58px
        rgba(18, 35, 24, 0.09);
}


.spmh-hero__workspace::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 5px;

    background:
        linear-gradient(
            90deg,
            var(--spmh-green),
            var(--spmh-grass),
            var(--spmh-gold)
        );
}


/* ==========================================================
   WORKSPACE HEADER
   ========================================================== */

.spmh-hero__workspace-top {
    display: flex;

    align-items: center;

    gap: 13px;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        var(--spmh-border);
}


.spmh-hero__workspace-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 48px;
    height: 48px;

    flex:
        0
        0
        48px;

    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            var(--spmh-green),
            var(--spmh-green-dark)
        );

    color:
        #ffffff;

    box-shadow:
        0 10px 22px
        rgba(0, 104, 55, 0.18);

    font-size: 17px;
}


.spmh-hero__workspace-top > div {
    display: flex;

    flex-direction: column;

    gap: 4px;

    min-width: 0;
}


.spmh-hero__workspace-label {
    color:
        var(--spmh-green);

    font-size: 9px;

    font-weight: 850;

    line-height: 1;

    letter-spacing: 0.09em;

    text-transform: uppercase;
}


.spmh-hero__workspace-top strong {
    color:
        var(--spmh-black);

    font-size: 21px;

    font-weight: 850;

    line-height: 1.1;

    letter-spacing: -0.025em;
}


/* ==========================================================
   WORKSPACE FEATURES
   ========================================================== */

.spmh-hero__workspace-list {
    display: flex;

    flex-direction: column;

    gap: 11px;

    margin-top: 20px;
}


.spmh-hero__workspace-list > div {
    display: flex;

    align-items: center;

    gap: 10px;

    min-height: 42px;

    padding:
        8px
        10px;

    border:
        1px solid
        #e6ebe7;

    border-radius: 10px;

    background:
        #fbfcfb;

    color:
        #3f4841;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}


.spmh-hero__workspace-list > div:hover {
    transform:
        translateX(3px);

    border-color:
        rgba(0, 104, 55, 0.22);

    background:
        #f3f8f4;
}


.spmh-hero__workspace-check {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 24px;
    height: 24px;

    flex:
        0
        0
        24px;

    border-radius: 50%;

    background:
        rgba(114, 168, 67, 0.13);

    color:
        var(--spmh-green);

    font-size: 9px;
}


/* ==========================================================
   WORKSPACE FOOT
   ========================================================== */

.spmh-hero__workspace-foot {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-top: 18px;

    padding:
        13px
        14px;

    border:
        1px solid
        rgba(213, 190, 82, 0.35);

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            rgba(213, 190, 82, 0.11),
            rgba(213, 190, 82, 0.04)
        );

    color:
        #665a27;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.45;
}


.spmh-hero__workspace-foot i {
    margin-top: 1px;

    color:
        var(--spmh-gold-dark);

    font-size: 12px;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 980px) {

    .spmh-hero {
        grid-template-columns: 1fr;

        gap: 34px;

        padding:
            64px
            24px
            68px;
    }


    .spmh-hero__content {
        max-width: 820px;
    }


    .spmh-hero__workspace {
        max-width: 620px;
    }

}


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

@media (max-width: 650px) {

    .spmh-hero {
        gap: 28px;

        padding:
            46px
            18px
            52px;
    }


    .spmh-hero::before {
        border-radius: 20px;
    }


    .spmh-hero__content h1 {
        font-size: 42px;

        line-height: 1.01;
    }


    .spmh-hero__content > p {
        margin-top: 18px;

        font-size: 16px;
    }


    .spmh-hero__actions {
        align-items: stretch;

        flex-direction: column;

        margin-top: 24px;
    }


    .spmh-hero__button {
        width: 100%;

        min-height: 48px;
    }


    .spmh-hero__workspace {
        padding: 22px;

        border-radius: 19px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .spmh-hero__content h1 {
        font-size: 37px;
    }


    .spmh-hero__workspace-top strong {
        font-size: 19px;
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .spmh-hero__button,
    .spmh-hero__button i,
    .spmh-hero__workspace-list > div {
        transition: none;
    }


    .spmh-hero__button:hover,
    .spmh-hero__workspace-list > div:hover {
        transform: none;
    }

}

/* ==========================================================
   SPORTS HIRED HIRING SOLUTIONS REBUILD 0.7.43.0
   Unified employer landing page. New namespaces are isolated.
   ========================================================== */
.spma-hiring-page{
  --spma-green:#006837;--spma-green-dark:#004c29;--spma-grass:#72a843;
  --spma-gold:#d5be52;--spma-gold-dark:#a98f2c;--spma-black:#171a18;
  --spma-charcoal:#333a35;--spma-muted:#6f7871;--spma-border:#dde5de;
  --spma-white:#fff;--spma-off-white:#f8faf8;
  width:100%;overflow:clip;background:#fff;color:var(--spma-charcoal)
}

/* Sticky section navigation */
.spmn-nav{position:sticky;top:70px;z-index:60;width:100%;border-top:1px solid rgba(0,104,55,.08);border-bottom:1px solid var(--spma-border);background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(18,35,24,.045)}
.admin-bar .spmn-nav{top:102px}
.spmn-nav__inner{display:flex;align-items:center;justify-content:center;gap:6px;max-width:1240px;margin:0 auto;padding:9px 24px;overflow-x:auto;scrollbar-width:none}
.spmn-nav__inner::-webkit-scrollbar{display:none}
.spmn-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;color:#455047!important;font-size:12px;font-weight:800;text-decoration:none!important;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .2s ease}
.spmn-nav a:hover{background:#edf5ee;color:var(--spma-green)!important;transform:translateY(-1px)}
.spmn-nav a:focus-visible{outline:3px solid rgba(213,190,82,.62);outline-offset:2px}

/* Employer experience */
.spmexp{max-width:1240px;margin:0 auto;padding:82px 24px 44px}
.spmexp__head{max-width:860px;margin:0 auto 34px;text-align:center}
.spmexp__kicker{display:inline-flex;margin-bottom:14px;padding:8px 14px;border:1px solid rgba(0,104,55,.14);border-radius:999px;background:rgba(114,168,67,.08);color:var(--spma-green);font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.spmexp__head h2{margin:0!important;color:var(--spma-black)!important;font-size:clamp(34px,4vw,52px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.04em!important}
.spmexp__head p{max-width:720px;margin:17px auto 0!important;color:var(--spma-muted)!important;font-size:16px!important;line-height:1.65!important}
.spmexp__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.spmexp__grid article{position:relative;padding:22px;border:1px solid var(--spma-border);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfb);box-shadow:0 14px 32px rgba(18,35,24,.055)}
.spmexp__grid article>span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:15px;border-radius:13px;background:#edf6ef;color:var(--spma-green);font-size:15px}
.spmexp__grid h3{margin:0!important;color:var(--spma-black)!important;font-size:19px!important;font-weight:850!important;line-height:1.15!important}
.spmexp__grid p{margin:9px 0 0!important;color:#59635b!important;font-size:13px!important;line-height:1.55!important}

/* Entitlement disclosure */
.spmentitlement{display:flex;align-items:flex-start;gap:13px;max-width:1120px;margin:-34px auto 64px;padding:16px 18px;border:1px solid rgba(0,104,55,.16);border-radius:14px;background:#f7faf7;color:#4f5a51}
.spmentitlement__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#eaf4ec;color:var(--spma-green)}
.spmentitlement div{display:flex;flex-direction:column;gap:3px}.spmentitlement strong{color:var(--spma-black);font-size:12px;font-weight:850}.spmentitlement span{font-size:11px;line-height:1.45}

/* Plan finder */
.spmfinder{max-width:1200px;margin:0 auto;padding:76px 24px 82px}
.spmfinder__head{max-width:820px;margin:0 auto 28px;text-align:center}
.spmfinder__kicker,.spmfinder__head>span{display:inline-flex;margin-bottom:12px;color:var(--spma-green);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.spmfinder__head h2{margin:0!important;color:var(--spma-black)!important;font-size:clamp(32px,4vw,48px)!important;font-weight:900!important;line-height:1.06!important;letter-spacing:-.035em!important}
.spmfinder__head p{max-width:690px;margin:14px auto 0!important;color:var(--spma-muted)!important;font-size:15px!important;line-height:1.6!important}
.spmfinder__choices{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;max-width:760px;margin:0 auto 24px!important;padding:5px!important;border:1px solid var(--spma-border);border-radius:15px;background:#f2f6f3}
.spmfinder__choices button{min-height:46px;padding:9px 12px;border:0!important;border-radius:11px!important;background:transparent!important;color:#627067!important;font-size:12px!important;font-weight:800!important;cursor:pointer;box-shadow:none!important}
.spmfinder__choices button.is-active{background:#fff!important;color:var(--spma-green)!important;box-shadow:0 5px 15px rgba(18,35,24,.085)!important}
.spmfinder__choices button:focus-visible{outline:3px solid rgba(213,190,82,.6);outline-offset:2px}
.spmfinder__results{min-height:300px}
.spmfinder__result{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:30px;align-items:stretch;padding:30px;border:1px solid var(--spma-border);border-radius:24px;background:radial-gradient(circle at 100% 0%,rgba(114,168,67,.08),transparent 30%),#fff;box-shadow:0 18px 48px rgba(18,35,24,.075)}
.spmfinder__result[hidden]{display:none!important}
.spmfinder__copy>span{color:var(--spma-green);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.spmfinder__copy h3{margin:8px 0 0!important;color:var(--spma-black)!important;font-size:30px!important;font-weight:900!important;line-height:1.08!important;letter-spacing:-.03em!important}
.spmfinder__copy p{max-width:610px;margin:12px 0 0!important;color:var(--spma-muted)!important;font-size:14px!important;line-height:1.6!important}
.spmfinder__copy ul{display:flex;flex-direction:column;gap:10px;margin:22px 0 0!important;padding:20px 0 0!important;border-top:1px solid var(--spma-border);list-style:none!important}
.spmfinder__copy li{display:flex;gap:9px;margin:0!important;padding:0!important;color:#465047;font-size:12px;font-weight:700;list-style:none!important}.spmfinder__copy li::before,.spmfinder__copy li::after{display:none!important}.spmfinder__copy li i{color:var(--spma-green);margin-top:2px}
.spmfinder__pick{display:flex;flex-direction:column;justify-content:center;padding:24px;border:1px solid rgba(0,104,55,.16);border-radius:18px;background:#f8fbf8}
.spmfinder__pick>span{color:var(--spma-green);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.spmfinder__pick>strong{margin-top:6px;color:var(--spma-black);font-size:22px;font-weight:900;line-height:1.15}
.spmfinder__price{display:flex;align-items:baseline;gap:8px;margin:18px 0}.spmfinder__price b{color:var(--spma-green);font-size:35px;font-weight:900;letter-spacing:-.04em}.spmfinder__price small{color:var(--spma-muted);font-size:10px;font-weight:800}
.spmfinder__button{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 16px;border-radius:11px;background:linear-gradient(135deg,var(--spma-green),#087d46);color:#fff!important;font-size:12px;font-weight:850;text-decoration:none!important}.spmfinder__compare{margin-top:12px;color:var(--spma-green)!important;font-size:10px;font-weight:800;text-align:center;text-decoration:none!important}.spmfinder__note{display:flex;align-items:center;justify-content:center;gap:8px;margin:14px 0 0!important;color:#788079!important;font-size:10px!important;text-align:center}.spmfinder__note i{color:var(--spma-gold-dark)}

/* Product showcase */
.spmshowcase{max-width:1240px;margin:0 auto;padding:10px 24px 82px}
.spmshowcase__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:58px;align-items:center;padding:54px 0;border-top:1px solid var(--spma-border)}
.spmshowcase__row--reverse .spmshowcase__copy{order:2}.spmshowcase__row--reverse .spmshowcase__media{order:1}
.spmshowcase__copy>span{color:var(--spma-green);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.spmshowcase__copy h2{margin:8px 0 0!important;color:var(--spma-black)!important;font-size:clamp(30px,3.4vw,44px)!important;font-weight:900!important;line-height:1.06!important;letter-spacing:-.035em!important}.spmshowcase__copy p{margin:15px 0 0!important;color:var(--spma-muted)!important;font-size:15px!important;line-height:1.68!important}.spmshowcase__copy ul{display:flex;flex-direction:column;gap:10px;margin:21px 0 0!important;padding:0!important;list-style:none!important}.spmshowcase__copy li{display:flex;gap:9px;margin:0!important;padding:0!important;color:#475149;font-size:12px;font-weight:700;list-style:none!important}.spmshowcase__copy li::before,.spmshowcase__copy li::after{display:none!important}.spmshowcase__copy li i{color:var(--spma-green);margin-top:2px}
.spmshowcase__media{padding:18px;border:1px solid var(--spma-border);border-radius:22px;background:#f8faf8;box-shadow:0 20px 48px rgba(18,35,24,.07)}.spmshowcase__media img{display:block;width:100%;height:auto;max-height:430px;object-fit:contain;border-radius:14px}

/* Hiring options intro */
.spmoptions{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:52px;align-items:end;max-width:1200px;margin:0 auto;padding:74px 24px 42px}
.spmoptions__kicker{display:inline-flex;margin-bottom:10px;color:var(--spma-green);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.spmoptions h2{margin:0!important;color:var(--spma-black)!important;font-size:clamp(34px,4vw,50px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.04em!important}.spmoptions p{margin:0!important;color:var(--spma-muted)!important;font-size:15px!important;line-height:1.65!important}.spmoptions__market{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:7px 10px;border-radius:999px;background:#f2f7f3;color:#657067;font-size:10px;font-weight:750}.spmoptions__market i{color:var(--spma-green)}

/* Comparison */
.spmcompare{max-width:1200px;margin:0 auto;padding:80px 24px}
.spmcompare__head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:24px}.spmcompare__head>div>span{color:var(--spma-green);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.spmcompare__head h2{margin:7px 0 0!important;color:var(--spma-black)!important;font-size:clamp(30px,3.5vw,44px)!important;font-weight:900!important;line-height:1.05!important}.spmcompare__head p{margin:10px 0 0!important;color:var(--spma-muted)!important;font-size:13px!important}.spmcompare__head>a{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid rgba(0,104,55,.2);border-radius:999px;color:var(--spma-green)!important;font-size:11px;font-weight:800;text-decoration:none!important;white-space:nowrap}
.spmcompare__scroll{overflow-x:auto;border:1px solid var(--spma-border);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(18,35,24,.055)}.spmcompare__scroll:focus-visible{outline:3px solid rgba(213,190,82,.58);outline-offset:3px}.spmcompare table{width:100%;min-width:850px;border-collapse:separate;border-spacing:0}.spmcompare th,.spmcompare td{padding:15px 16px;border-bottom:1px solid #e8ede9;color:#475149;font-size:11px;text-align:left;vertical-align:middle}.spmcompare thead th{position:sticky;top:0;z-index:2;background:#f6f9f6;color:#667068;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.spmcompare tbody tr:last-child>*{border-bottom:0}.spmcompare tbody tr:hover>*{background:#fafcfb}.spmcompare tbody tr.is-featured>*{background:rgba(114,168,67,.055)}.spmcompare tbody tr.is-lifetime th:first-child strong::after{content:"Lifetime";display:inline-flex;margin-left:8px;padding:4px 7px;border-radius:999px;background:#fbf6df;color:#74621a;font-size:8px;letter-spacing:.05em;text-transform:uppercase}.spmcompare th[scope=row] strong,.spmcompare td>strong{display:block;color:var(--spma-black);font-size:12px;font-weight:850}.spmcompare th[scope=row] span,.spmcompare td>span{display:block;margin-top:3px;color:#858d87;font-size:9px}.spmcompare__action{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--spma-green);color:#fff!important;text-decoration:none!important}.spmcompare__action:focus-visible{outline:3px solid rgba(213,190,82,.6);outline-offset:2px}

/* Visibility add-ons */
.spmv{max-width:1200px;margin:0 auto;padding:50px 24px 78px}.spmv__head{max-width:760px;margin-bottom:25px}.spmv__head>span{color:var(--spma-green);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.spmv__head h2{margin:7px 0 0!important;color:var(--spma-black)!important;font-size:clamp(30px,3vw,42px)!important;font-weight:900!important}.spmv__head p{margin:10px 0 0!important;color:var(--spma-muted)!important;font-size:14px!important}.spmv__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.spmv__card{display:grid;grid-template-columns:auto 1fr;gap:14px;position:relative;padding:20px;border:1px solid var(--spma-border);border-radius:18px;background:#fff;color:inherit!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(18,35,24,.05);transition:transform .22s ease,border-color .22s ease}.spmv__card:hover{transform:translateY(-4px);border-color:rgba(0,104,55,.25)}.spmv__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#edf6ef;color:var(--spma-green)}.spmv__card small{display:block;color:var(--spma-green);font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.spmv__card>div>strong{display:block;margin-top:5px;color:var(--spma-black);font-size:18px;font-weight:850}.spmv__card p{margin:7px 0 0!important;color:var(--spma-muted)!important;font-size:11px!important;line-height:1.5!important}.spmv__price{grid-column:1/-1;display:flex;align-items:baseline;gap:7px;padding-top:15px;border-top:1px solid var(--spma-border)}.spmv__price strong{color:var(--spma-green);font-size:22px;font-weight:900}.spmv__price span{color:var(--spma-muted);font-size:9px;font-weight:800}.spmv__price i{margin-left:auto;color:var(--spma-green)}

/* Lifetime AI */
.spmai{display:grid;grid-template-columns:auto 1fr;gap:20px;max-width:1120px;margin:0 auto 68px;padding:26px 28px;border:1px solid rgba(213,190,82,.45);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(213,190,82,.13),transparent 30%),#fffef8;box-shadow:0 16px 36px rgba(18,35,24,.055)}.spmai__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:linear-gradient(145deg,var(--spma-gold),#b89d31);color:#1d211d;font-size:19px}.spmai small{display:block;color:#806b19;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.spmai h2{margin:5px 0 0!important;color:var(--spma-black)!important;font-size:27px!important;font-weight:900!important}.spmai p{margin:8px 0 0!important;color:#625d43!important;font-size:13px!important;line-height:1.55!important}.spmai div>strong{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:#6d5f23;font-size:11px}.spmai a{display:inline-flex;align-items:center;gap:7px;margin-left:14px;color:var(--spma-green)!important;font-size:10px;font-weight:800;text-decoration:none!important}

/* Trust strip */
.spmt-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:1120px;margin:0 auto 74px;border:1px solid var(--spma-border);border-radius:18px;background:#fff;overflow:hidden}.spmt-trust>div{display:flex;align-items:flex-start;gap:11px;padding:18px 20px;border-right:1px solid var(--spma-border)}.spmt-trust>div:last-child{border-right:0}.spmt-trust>div>i{margin-top:2px;color:var(--spma-green);font-size:15px}.spmt-trust span{display:flex;flex-direction:column;gap:3px}.spmt-trust strong{color:var(--spma-black);font-size:11px;font-weight:850}.spmt-trust small{color:var(--spma-muted);font-size:9px;line-height:1.4}

/* FAQ */
.spmfaq{max-width:1040px;margin:0 auto;padding:24px 24px 82px}.spmfaq__head{max-width:760px;margin-bottom:26px}.spmfaq__head>span{color:var(--spma-green);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.spmfaq__head h2{margin:7px 0 0!important;color:var(--spma-black)!important;font-size:clamp(31px,3.5vw,45px)!important;font-weight:900!important;line-height:1.06!important}.spmfaq__head p{margin:10px 0 0!important;color:var(--spma-muted)!important;font-size:13px!important}.spmfaq__list{display:flex;flex-direction:column;gap:10px}.spmfaq details{border:1px solid var(--spma-border);border-radius:14px;background:#fff;transition:border-color .2s ease,background .2s ease}.spmfaq details[open]{border-color:rgba(0,104,55,.34);background:#fbfdfb}.spmfaq summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;color:var(--spma-black);font-size:12px;font-weight:850;cursor:pointer;list-style:none}.spmfaq summary::-webkit-details-marker{display:none}.spmfaq summary i{color:var(--spma-green);transition:transform .2s ease}.spmfaq details[open] summary i{transform:rotate(45deg)}.spmfaq details>div{padding:0 18px 18px;color:#59635b;font-size:12px;line-height:1.6}.spmfaq summary:focus-visible{outline:3px solid rgba(213,190,82,.58);outline-offset:2px;border-radius:12px}

/* Closing CTA */
.spmcta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;max-width:1200px;margin:0 auto 80px;padding:42px 44px;border-radius:26px;background:radial-gradient(circle at 92% 14%,rgba(213,190,82,.18),transparent 28%),linear-gradient(135deg,#006837,#003f23);color:#fff;box-shadow:0 24px 58px rgba(0,73,39,.18)}.spmcta>div>span{color:#eedb7d;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.spmcta h2{max-width:760px;margin:7px 0 0!important;color:#fff!important;font-size:clamp(31px,4vw,48px)!important;font-weight:900!important;line-height:1.04!important;letter-spacing:-.035em!important}.spmcta p{max-width:690px;margin:12px 0 0!important;color:rgba(255,255,255,.74)!important;font-size:14px!important;line-height:1.6!important}.spmcta__actions{display:flex;flex-direction:column;gap:10px;min-width:215px}.spmcta__actions a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 15px;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:#fff;color:var(--spma-green)!important;font-size:11px;font-weight:850;text-decoration:none!important}.spmcta__actions a+ a{background:transparent;color:#fff!important}.spmcta__actions a:focus-visible{outline:3px solid var(--spma-gold);outline-offset:3px}

@media(max-width:1000px){
  .spmexp__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .spmfinder__result{grid-template-columns:1fr}
  .spmshowcase__row{gap:34px;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}
  .spmv__grid{grid-template-columns:1fr 1fr}.spmv__card:last-child{grid-column:1/-1}
  .spmcta{grid-template-columns:1fr}.spmcta__actions{flex-direction:row}.spmcta__actions a{flex:1}
}
@media(max-width:860px){
  .spmn-nav{top:0}.admin-bar .spmn-nav{top:46px}.spmn-nav__inner{justify-content:flex-start;padding-inline:16px}
  .spmshowcase__row{grid-template-columns:1fr}.spmshowcase__row--reverse .spmshowcase__copy,.spmshowcase__row--reverse .spmshowcase__media{order:initial}
  .spmoptions{grid-template-columns:1fr;gap:18px}.spmcompare__head{align-items:flex-start;flex-direction:column}.spmt-trust{grid-template-columns:1fr}.spmt-trust>div{border-right:0;border-bottom:1px solid var(--spma-border)}.spmt-trust>div:last-child{border-bottom:0}
}
@media(max-width:650px){
  .spmexp{padding:54px 16px 34px}.spmexp__grid{grid-template-columns:1fr;gap:12px}.spmexp__head h2{font-size:34px!important}
  .spmentitlement{margin:-24px 16px 44px}
  .spmfinder{padding:48px 16px 58px}.spmfinder__choices{grid-template-columns:repeat(4,minmax(118px,1fr));max-width:none;overflow-x:auto}.spmfinder__result{padding:20px;border-radius:18px}.spmfinder__copy h3{font-size:25px!important}.spmfinder__pick{padding:19px}.spmfinder__price b{font-size:31px}
  .spmshowcase{padding:4px 16px 54px}.spmshowcase__row{padding:38px 0}.spmshowcase__copy h2{font-size:31px!important}.spmshowcase__media{padding:12px;border-radius:18px}
  .spmoptions{padding:52px 16px 30px}.spmoptions h2{font-size:33px!important}
  .spmcompare{padding:52px 16px}.spmv{padding:38px 16px 54px}.spmv__grid{grid-template-columns:1fr}.spmv__card:last-child{grid-column:auto}
  .spmai{grid-template-columns:1fr;margin:0 16px 48px;padding:22px}.spmai a{margin:10px 0 0;display:flex}
  .spmt-trust{margin:0 16px 54px}.spmfaq{padding:20px 16px 58px}.spmcta{margin:0 16px 54px;padding:30px 22px;border-radius:20px}.spmcta__actions{flex-direction:column}.spmcta h2{font-size:34px!important}
}
@media(prefers-reduced-motion:reduce){
  .spmn-nav a,.spmfaq details,.spmfaq summary i,.spmv__card{transition:none!important}.spmn-nav a:hover,.spmv__card:hover{transform:none!important}
}

/* ==========================================================
   SPORTS HIRED AUTH PAGE SHELL
   Candidate + employer login / registration
   ========================================================== */

.sports-hired-auth-page section.sh-auth-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

.sports-hired-auth-page header.et-l.et-l--header,
.sports-hired-auth-page footer.et-l.et-l--footer {
    display: none !important;
}

/* 0.7.43.9 Candidate saved-jobs removal */
.sh-saved-job-card{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;transition:opacity .18s ease,transform .18s ease}
.sh-saved-job-card__link{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;color:inherit;text-decoration:none!important}
.sh-saved-job-remove{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid #e3d4d4;border-radius:10px;background:#fff;color:#9b2c2c;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.sh-saved-job-remove:hover{background:#fff6f6;border-color:#d9aaaa;color:#7f1d1d;transform:translateY(-1px)}
.sh-saved-job-remove:focus-visible{outline:3px solid rgba(213,190,82,.55);outline-offset:2px;box-shadow:0 0 0 4px rgba(0,104,55,.08)}
.sh-saved-job-remove:disabled{opacity:.65;cursor:wait;transform:none}
.sh-saved-job-card.is-removed{opacity:0;transform:translateX(12px);pointer-events:none}
@media(max-width:600px){.sh-saved-job-card{grid-template-columns:1fr}.sh-saved-job-card__link{width:100%}.sh-saved-job-remove{width:100%;min-height:44px}}
@media(prefers-reduced-motion:reduce){.sh-saved-job-card,.sh-saved-job-remove{transition:none!important}.sh-saved-job-remove:hover{transform:none}.sh-saved-job-card.is-removed{transform:none}}

/* 0.7.43.10 Saved-job title / employer hierarchy */
.sh-saved-job-card__content{display:grid;gap:7px;min-width:0}
.sh-saved-job-card__title{display:block;color:#171a18;font-size:14px;font-weight:850;line-height:1.3}
.sh-saved-job-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 14px;color:#667169;font-size:12px;line-height:1.35}
.sh-saved-job-card__company,.sh-saved-job-card__location{display:inline-flex;align-items:center;gap:6px;min-width:0}
.sh-saved-job-card__company{color:#006837;font-weight:800}
.sh-saved-job-card__location{color:#667169;font-weight:650}
.sh-saved-job-card__company i,.sh-saved-job-card__location i{width:13px;text-align:center;font-size:11px;opacity:.82}
@media(max-width:600px){.sh-saved-job-card__meta{display:grid;gap:6px}}

/* 0.7.43.11 Saved-job compact remove control + tooltip */
.sh-saved-job-remove.sh-icon-tooltip{position:relative;width:38px;height:38px;min-width:38px;min-height:38px;padding:0;border-radius:10px}
.sh-saved-job-remove.sh-icon-tooltip>i{margin:0;font-size:13px}
.sh-saved-job-remove.sh-icon-tooltip::before{content:attr(data-tooltip);position:absolute;right:0;bottom:calc(100% + 9px);z-index:40;width:max-content;max-width:180px;padding:7px 9px;border-radius:7px;background:#171a18;color:#fff;font-size:11px;font-weight:750;line-height:1.2;white-space:nowrap;box-shadow:0 7px 18px rgba(18,35,24,.18);opacity:0;visibility:hidden;transform:translateY(4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.sh-saved-job-remove.sh-icon-tooltip::after{content:"";position:absolute;right:13px;bottom:calc(100% + 4px);z-index:41;border:5px solid transparent;border-top-color:#171a18;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}
.sh-saved-job-remove.sh-icon-tooltip:hover::before,.sh-saved-job-remove.sh-icon-tooltip:focus-visible::before,.sh-saved-job-remove.sh-icon-tooltip:hover::after,.sh-saved-job-remove.sh-icon-tooltip:focus-visible::after{opacity:1;visibility:visible;transform:translateY(0)}
@media(max-width:600px){.sh-saved-job-remove.sh-icon-tooltip{width:44px!important;min-width:44px!important;height:44px;min-height:44px;margin-left:auto}}
@media(prefers-reduced-motion:reduce){.sh-saved-job-remove.sh-icon-tooltip::before,.sh-saved-job-remove.sh-icon-tooltip::after{transition:none!important}}

/* Employer job-builder consolidation, 0.7.43.16.
 * The outer .sh-workspace remains full width for theme compatibility. This
 * nested container is the single horizontal contract for hero, draft tools,
 * progress, AI, form steps, review and workflow actions.
 */
.sh-job-builder{
    --sh-job-builder-max-width: 1200px;
    --sh-job-builder-gutter: 24px;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 34px 0 80px !important;
    overflow: visible;
    background: var(--sh-white);
}
.sh-job-builder > .sh-job-builder__container{
    width: min(calc(100% - (var(--sh-job-builder-gutter) * 2)), var(--sh-job-builder-max-width)) !important;
    max-width: var(--sh-job-builder-max-width) !important;
    margin-inline: auto !important;
    min-width: 0;
}
.sh-job-builder__container > :is(
    .sh-post-job-hero,
    .sh-post-draft-toolbar,
    .sh-form-status,
    .sh-post-credit-alert,
    .sh-post-stepper,
    .sh-ai-start-card,
    .sh-ai-locked-note,
    .sh-post-form-v2
) {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0;
}
.sh-job-builder .sh-post-form-v2,
.sh-job-builder .sh-flow-panel {
    width: 100%;
    max-width: none;
    min-width: 0;
    grid-column: 1 / -1;
}
.sh-job-builder .sh-post-layout {
    grid-template-columns: minmax(0, 1fr) !important;
}
.sh-job-builder .sh-post-sidebar:empty,
.sh-job-builder aside.sh-post-sidebar:empty {
    display: none !important;
}
.sh-job-builder .sh-flow-panel {
    padding: 28px;
}
.sh-job-builder .sh-flow-panel__head {
    margin-bottom: 22px;
    padding-bottom: 18px;
}
.sh-job-builder .sh-form-block,
.sh-job-builder .sh-editor-block {
    min-height: 0;
    padding: 18px;
}
.sh-job-builder .sh-application-question {
    min-height: 0;
    padding: 14px 16px;
}
.sh-job-builder .sh-segmented {
    display: inline-flex;
    min-height: 48px;
    padding: 3px;
    border: 1px solid var(--sh-line);
    border-radius: 12px;
    background: var(--sh-wash);
}
.sh-job-builder .sh-segmented label {
    min-width: 96px;
    min-height: 42px;
}
.sh-job-builder .sh-segmented label > span {
    min-width: 96px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.sh-job-builder .sh-segmented input:focus-visible + span {
    outline: 3px solid var(--sh-gold);
    outline-offset: 2px;
}
.sh-job-builder .sh-segmented input:checked + span {
    background: var(--sh-green);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,104,55,.18);
}
.sh-job-builder .sh-post-stepper--four > button {
    color: #53665b;
    opacity: 1;
}
.sh-job-builder .sh-post-stepper--four > button b {
    background: #f5f8f6;
    color: #3f5147;
}
.sh-job-builder .sh-post-stepper--four > button.is-active {
    color: var(--sh-green);
}
.sh-job-builder .sh-post-stepper--four > button.is-done {
    color: #23583b;
}
.sh-job-builder .sh-ai-start-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, auto);
    gap: 24px;
    align-items: center;
}
.sh-job-builder .sh-ai-start-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}
.sh-job-builder .sh-ai-start-actions .sh-btn {
    min-height: 44px;
}
.sh-job-builder .sh-ai-provider.is-primary:not(:disabled) {
    border-color: var(--sh-green);
    background: var(--sh-green);
    color: #fff;
}
.sh-job-builder .sh-ai-provider:disabled,
.sh-job-builder .sh-ai-provider.is-disabled {
    opacity: 1;
    border-style: dashed;
    border-color: #ccd5cf;
    background: #f1f3f2;
    color: #7b857f;
    cursor: not-allowed;
}
.sh-job-builder .sh-post-draft-toolbar {
    min-height: 70px;
}
.sh-job-builder .sh-post-draft-toolbar > div:first-child strong {
    font-size: 14px;
}
.sh-job-builder .sh-post-draft-toolbar > div:first-child span {
    font-size: 12px;
}
.sh-job-builder .sh-flow-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.sh-job-builder .sh-flow-actions .sh-btn {
    min-height: 46px;
}
.sh-job-builder .sh-post-field input,
.sh-job-builder .sh-post-field select,
.sh-job-builder .sh-post-field textarea {
    width: 100%;
}

@media (max-width: 1024px) {
    .sh-job-builder { --sh-job-builder-gutter: 20px; }
    .sh-job-builder .sh-ai-start-card { grid-template-columns: 1fr; }
    .sh-job-builder .sh-ai-start-actions { justify-content: flex-start; }
}
@media (max-width: 768px) {
    .sh-job-builder { --sh-job-builder-gutter: 14px; padding: 18px 0 92px !important; }
    .sh-job-builder .sh-post-job-hero--v2 { grid-template-columns: 1fr; }
    .sh-job-builder .sh-post-save-state { justify-self: start; }
    .sh-job-builder .sh-ai-start-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .sh-job-builder .sh-ai-start-actions .sh-btn { width: 100%; justify-content: center; }
    .sh-job-builder .sh-flow-panel { padding: 18px 16px; }
}
@media (max-width: 480px) {
    .sh-job-builder { --sh-job-builder-gutter: 10px; padding-top: 10px !important; }
    .sh-job-builder .sh-ai-start-actions { grid-template-columns: 1fr; }
    .sh-job-builder .sh-segmented { width: 100%; }
    .sh-job-builder .sh-segmented label { flex: 1; min-width: 0; }
    .sh-job-builder .sh-segmented label > span { min-width: 0; }
    .sh-job-builder .sh-post-draft-toolbar__actions { grid-template-columns: 1fr; }
}

/* Employer UI consolidation: compact authoritative autosave status. */
.sh-job-builder .sh-post-draft-toolbar__note{display:inline-flex;align-items:center;gap:7px;color:#5f6c64;font-size:12px;font-weight:700;line-height:1.35}
.sh-job-builder .sh-post-draft-toolbar__note i{color:var(--sh-green);font-size:12px}

/* ==========================================================
   EMPLOYER / CANDIDATE ACCOUNT EXPERIENCE 0.7.43.19
   Bounded auth shell + purpose-built signed-in state.
   ========================================================== */
.sports-hired-auth-page .sh-auth-page {
    --sha-page-max: 1180px;
    min-height: calc(100vh - 32px);
    padding: clamp(22px, 3vw, 44px) clamp(14px, 3vw, 34px) !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(213,190,82,.12), transparent 28%),
        radial-gradient(circle at 100% 100%, rgba(0,104,55,.08), transparent 34%),
        #f4f7f5;
}

/* Logged-out account screen: one bounded product surface instead of a full-screen split. */
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-shell {
    width: min(100%, var(--sha-page-max));
    max-width: var(--sha-page-max) !important;
    min-height: 660px !important;
    margin: 0 auto;
    grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr) !important;
    border: 1px solid rgba(18,35,24,.08);
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 80px rgba(19,48,32,.12);
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story {
    min-height: 660px !important;
    padding: 32px 38px 28px;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story__content {
    max-width: 510px;
    margin-top: 46px;
    padding: 0;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story h1 {
    max-width: 500px;
    font-size: clamp(38px, 3.5vw, 52px);
    line-height: 1.01;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story__content > p {
    max-width: 500px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: none;
    margin-top: 26px;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-benefits > div {
    min-height: 78px;
    padding: 12px;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-employer-solutions {
    grid-column: 1 / -1;
    min-height: 64px;
    padding: 11px 13px;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story__footer {
    margin-top: 24px;
    padding-top: 0;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-trust {
    margin-top: 0;
    padding: 13px 0 0;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-main {
    min-height: 660px !important;
    padding: 46px clamp(32px, 4vw, 62px);
    align-items: center;
    background: #fff;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-card {
    width: min(100%, 510px);
    max-width: 510px;
    padding: 0;
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-card__head h2 {
    font-size: clamp(30px, 2.4vw, 38px);
}
.sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-tabs {
    margin-bottom: 22px;
}

/* Signed-in screen: compact account handoff rather than a redundant login page. */
.sports-hired-auth-page .sh-auth-page.is-signed-in {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.sh-auth-signed-shell {
    width: min(100%, var(--sha-page-max, 1180px));
    margin: 0 auto;
    border: 1px solid rgba(18,35,24,.08);
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 80px rgba(19,48,32,.12);
}
.sh-auth-signed-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    padding: 16px 24px;
    border-bottom: 1px solid #e5ebe7;
    background: #fff;
}
.sh-auth-brand--signed {
    color: #142019 !important;
}
.sh-auth-brand--signed .sh-auth-brand__mark {
    border: 1px solid rgba(0,104,55,.14);
    background: #eef7f1;
    color: #006837;
    box-shadow: none;
}
.sh-auth-brand--signed strong {
    color: #142019;
}
.sh-auth-brand--signed small {
    color: #718078;
}
.sh-auth-signed-product {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #dce7df;
    border-radius: 999px;
    background: #f7faf8;
    color: #365142;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .02em;
}
.sh-auth-signed-product i {
    color: #006837;
}
.sh-auth-signed-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
    gap: 0;
    min-height: 540px;
    background: #fff;
}
.sh-auth-signed-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(44px, 5vw, 68px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 8%, rgba(213,190,82,.16), transparent 28%),
        radial-gradient(circle at 92% 90%, rgba(114,168,67,.16), transparent 34%),
        linear-gradient(145deg, #08723e 0%, #005d32 48%, #003f23 100%);
}
.sh-auth-signed-hero::after {
    content: "";
    position: absolute;
    right: -155px;
    bottom: -185px;
    z-index: -1;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(213,190,82,.26);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(213,190,82,.04), 0 0 0 140px rgba(213,190,82,.025);
}
.sh-auth-signed-check {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    background: rgba(255,255,255,.12);
    color: #f1d96d;
    font-size: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.sh-auth-signed-hero .sh-eyebrow {
    width: fit-content;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f1d96d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.sh-auth-signed-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 58px);
    font-weight: 950;
    line-height: .99;
    letter-spacing: -.05em;
}
.sh-auth-signed-hero > p {
    max-width: 610px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.65;
}
.sh-auth-company-context {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    margin-top: 26px;
    padding: 11px 14px 11px 11px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}
.sh-auth-company-context__icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 11px;
    background: rgba(213,190,82,.18);
    color: #f1d96d;
}
.sh-auth-company-context > span:last-child {
    display: grid;
    min-width: 0;
    gap: 1px;
}
.sh-auth-company-context small,
.sh-auth-company-context strong,
.sh-auth-company-context em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sh-auth-company-context small {
    color: rgba(255,255,255,.58);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.sh-auth-company-context strong {
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}
.sh-auth-company-context em {
    color: rgba(255,255,255,.66);
    font-size: 10px;
    font-style: normal;
}
.sh-auth-signed-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 32px;
}
.sh-auth-signed-points > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
}
.sh-auth-signed-points i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(213,190,82,.13);
    color: #f1d96d;
    font-size: 12px;
}
.sh-auth-signed-points span {
    min-width: 0;
}
.sh-auth-signed-points strong,
.sh-auth-signed-points small {
    display: block;
}
.sh-auth-signed-points strong {
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
}
.sh-auth-signed-points small {
    margin-top: 2px;
    color: rgba(255,255,255,.58);
    font-size: 9px;
    line-height: 1.4;
}
.sh-auth-signed-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(38px, 4.5vw, 58px);
    background: #fff;
}
.sh-auth-signed-card__status {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}
.sh-auth-signed-card .sh-auth-status-icon {
    width: 58px;
    height: 58px;
    margin: 0;
    border-radius: 17px;
    background: #eaf6ee;
    color: #007644;
    font-size: 24px;
}
.sh-auth-signed-card .sh-eyebrow {
    display: block;
    margin: 0 0 5px;
    color: #006837;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.sh-auth-signed-card h2 {
    margin: 0;
    color: #171a18;
    font-size: clamp(27px, 2.3vw, 34px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.04em;
}
.sh-auth-account-identity {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 28px;
    padding: 13px;
    border: 1px solid #dfe7e1;
    border-radius: 15px;
    background: #f8faf9;
}
.sh-auth-account-identity__avatar {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: #006837;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}
.sh-auth-account-identity > span:last-child {
    min-width: 0;
}
.sh-auth-account-identity strong,
.sh-auth-account-identity small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sh-auth-account-identity strong {
    color: #1b251f;
    font-size: 13px;
    font-weight: 850;
}
.sh-auth-account-identity small {
    margin-top: 2px;
    color: #718078;
    font-size: 10px;
}
.sh-auth-primary-action {
    min-height: 50px;
    margin-top: 18px;
    border-radius: 12px;
    justify-content: center;
    font-size: 12px;
}
.sh-auth-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 16px;
}
.sh-auth-quick-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #e0e7e2;
    border-radius: 11px;
    background: #fff;
    color: #25342b !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.sh-auth-quick-links a:hover {
    border-color: #b9cfbf;
    background: #f5faf6;
    transform: translateY(-1px);
}
.sh-auth-quick-links i {
    color: #006837;
    font-size: 12px;
}
.sh-auth-signed-secondary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e7ece8;
}
.sh-auth-signed-secondary a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #68766e !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
}
.sh-auth-signed-secondary a:hover {
    color: #006837 !important;
}

@media (max-width: 980px) {
    .sports-hired-auth-page .sh-auth-page { padding: 20px 16px !important; }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-shell {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story,
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-main {
        min-height: 0 !important;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story {
        padding: 28px 28px 26px;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story__content {
        margin-top: 34px;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-main {
        padding: 34px 26px 42px;
    }
    .sh-auth-signed-grid {
        grid-template-columns: 1fr;
    }
    .sh-auth-signed-hero {
        padding: 42px 34px;
    }
    .sh-auth-signed-card {
        padding: 36px 34px 40px;
    }
}
@media (max-width: 680px) {
    .sports-hired-auth-page .sh-auth-page {
        min-height: 0;
        padding: 10px !important;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-shell,
    .sh-auth-signed-shell {
        border-radius: 22px;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story {
        padding: 24px 20px 22px;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-story h1 {
        font-size: 36px;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-benefits {
        grid-template-columns: 1fr;
    }
    .sports-hired-auth-page .sh-auth-page.is-logged-out .sh-auth-main {
        padding: 28px 18px 34px;
    }
    .sh-auth-signed-topbar {
        align-items: flex-start;
        padding: 16px;
    }
    .sh-auth-signed-product {
        padding: 0 10px;
        font-size: 9px;
    }
    .sh-auth-signed-hero {
        padding: 34px 22px;
    }
    .sh-auth-signed-hero h1 {
        font-size: 38px;
    }
    .sh-auth-signed-points {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 24px;
    }
    .sh-auth-signed-card {
        padding: 30px 20px 32px;
    }
    .sh-auth-signed-card__status {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 12px;
    }
    .sh-auth-signed-card .sh-auth-status-icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
        font-size: 21px;
    }
    .sh-auth-signed-card h2 {
        font-size: 28px;
    }
}
@media (max-width: 430px) {
    .sh-auth-signed-topbar {
        display: grid;
        gap: 12px;
    }
    .sh-auth-signed-product {
        width: fit-content;
    }
    .sh-auth-quick-links {
        grid-template-columns: 1fr;
    }
    .sh-auth-signed-secondary {
        align-items: flex-start;
        flex-direction: column;
    }
    .sh-auth-company-context {
        width: 100%;
    }
}
.sports-hired-auth-page .sh-auth-page > .sh-auth-signed-shell {
    width: min(100%, var(--sha-page-max, 1180px)) !important;
    max-width: var(--sha-page-max, 1180px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
\n\n/* 0.7.43.21 Job content normalization\n * Rich job HTML keeps semantic structure, while presentation always comes from\n * the existing Sports Hired job prose system.\n */\n.sh-job-prose :where(p,div,ul,ol,li,strong,b,em,i){\n    font-family:inherit;\n    font-size:inherit;\n    color:inherit;\n    line-height:inherit;\n}\n.sh-job-prose :where(ul,ol){\n    margin:14px 0;\n    padding-inline-start:1.55em;\n    list-style-position:outside;\n}\n.sh-job-prose ul{list-style-type:disc}\n.sh-job-prose ul ul{list-style-type:circle}\n.sh-job-prose ul ul ul{list-style-type:square}\n.sh-job-prose ol{list-style-type:decimal}\n.sh-job-prose ol ol{list-style-type:lower-alpha}\n.sh-job-prose ol ol ol{list-style-type:lower-roman}\n.sh-job-prose li{display:list-item;margin:.4em 0}\n.sh-job-prose :where(ul,ol) :where(ul,ol){margin:.35em 0}\n.sh-job-prose a{\n    font-family:inherit;\n    font-size:inherit;\n    line-height:inherit;\n    color:var(--sh-green);\n    text-decoration:underline;\n    text-underline-offset:.14em;\n    text-decoration-thickness:1px;\n}\n.sh-job-prose a:hover{color:var(--sh-green-dark)}\n\n/* Fallback textarea state before TinyMCE initializes uses the same body voice. */\n.sh-job-builder .sh-editor-block>.sh-rich-editor,\n.sh-edit-job-form .sh-editor-block>.sh-rich-editor{\n    font-family:inherit;\n    color:#31483c;\n    line-height:1.65;\n}\n