body.st-ejm-view-jobs #sp-component {
    display: flex;
    flex-direction: column;
}

body.st-ejm-view-jobs #sp-component > .sp-column.st-main-content {
    order: 1;
    width: 100%;
}

body.st-ejm-view-jobs #sp-component > .st-guest-access-panel.st-jobs-info-panel {
    order: 2;
    width: 100%;
    margin-block: clamp(2rem, 5vw, 4.5rem) 0;
}

body.st-ejm-view-jobs #jb_template .jobs-filters {
    margin-bottom: 1.5rem !important;
}

body.st-ejm-view-jobs #jb_template .card:not(.jobs-filters) {
    overflow: hidden;
    border-color: rgba(9, 76, 82, .16);
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(8, 45, 58, .07);
}

body.st-ejm-view-jobs #jb_template .card-title h5 a {
    color: #064b52;
    text-decoration: none;
}

body.st-ejm-view-jobs #jb_template .card-title h5 a:hover,
body.st-ejm-view-jobs #jb_template .card-title h5 a:focus-visible {
    color: #e2552d;
    text-decoration: underline;
}

body.st-ejm-view-jobs .st-ejm-fallback-list {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

body.st-ejm-view-jobs .st-job-card .card-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

body.st-ejm-view-jobs .st-job-card-main {
    min-width: 0;
}

body.st-ejm-view-jobs .st-job-title {
    margin: 0;
    color: #064b52;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.25;
}

body.st-ejm-view-jobs .st-job-title a {
    color: inherit;
    text-decoration: none;
}

body.st-ejm-view-jobs .st-job-title a:hover,
body.st-ejm-view-jobs .st-job-title a:focus-visible {
    color: #e2552d;
    text-decoration: underline;
}

body.st-ejm-view-jobs .st-job-company {
    margin: .55rem 0 0;
    color: #4f6971;
}

body.st-ejm-view-jobs .st-job-description {
    max-width: 78ch;
    margin: .9rem 0 0;
    color: #314f57;
    line-height: 1.65;
}

body.st-ejm-view-jobs .st-job-view {
    flex: 0 0 auto;
    min-width: 7.5rem;
    border-color: #087f86;
    background: #087f86;
    white-space: nowrap;
}

body.st-ejm-view-jobs .st-job-view:hover,
body.st-ejm-view-jobs .st-job-view:focus-visible {
    border-color: #e2552d;
    background: #e2552d;
}

body.st-apply-gate-open {
    overflow: hidden;
}

.st-apply-gated::after {
    content: " \1f512";
    font-size: .78em;
}

.st-apply-gate[hidden] {
    display: none !important;
}

.st-apply-gate {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(3, 33, 43, .72);
    backdrop-filter: blur(5px);
}

.st-apply-gate-dialog {
    position: relative;
    width: min(100%, 42rem);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    border: 1px solid rgba(8, 127, 134, .22);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 30px 90px rgba(2, 26, 35, .28);
    color: #173f49;
}

.st-apply-gate-dialog h2 {
    margin: .35rem 0 .75rem;
    color: #064b52;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    line-height: 1.15;
}

.st-apply-gate-dialog > p:not(.st-eyebrow) {
    max-width: 56ch;
    margin: 0;
    color: #49656d;
    line-height: 1.65;
}

.st-apply-gate-close {
    position: absolute;
    inset-block-start: .75rem;
    inset-inline-end: .85rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background: #edf7f7;
    color: #064b52;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
}

.st-apply-gate-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin-top: 1.5rem;
}

.st-apply-gate-actions .btn {
    min-height: 3rem;
    padding: .7rem 1.1rem;
}

.st-apply-gate-cancel {
    border: 0;
    background: transparent;
    color: #49656d;
}

body.st-ejm-view-jobs .st-job-login-page {
    width: min(100%, 52rem);
    margin: clamp(2rem, 6vw, 5rem) auto;
    padding-inline: 1rem;
}

body.st-ejm-view-jobs .st-job-login-card {
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border: 1px solid rgba(8, 127, 134, .2);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 24px 70px rgba(8, 45, 58, .12);
}

body.st-ejm-view-jobs .st-job-login-card h1 {
    margin: .35rem 0 .85rem;
    color: #064b52;
    font-size: clamp(2rem, 5vw, 3.1rem);
    line-height: 1.1;
}

body.st-ejm-view-jobs .st-job-login-intro {
    max-width: 62ch;
    margin: 0;
    color: #49656d;
    line-height: 1.65;
}

body.st-ejm-view-jobs .st-job-login-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

body.st-ejm-view-jobs .st-job-login-field {
    display: grid;
    gap: .4rem;
}

body.st-ejm-view-jobs .st-job-login-field label {
    color: #173f49;
    font-weight: 700;
}

body.st-ejm-view-jobs .st-job-login-field .form-control {
    min-height: 3.25rem;
    border-color: rgba(8, 127, 134, .3);
    border-radius: .65rem;
}

body.st-ejm-view-jobs .st-job-login-remember {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #49656d;
}

body.st-ejm-view-jobs .st-job-login-form > .btn {
    justify-self: start;
    min-height: 3.1rem;
    padding: .75rem 1.35rem;
    border-color: #087f86;
    background: #087f86;
}

body.st-ejm-view-jobs .st-job-login-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1.25rem;
    margin-top: 1rem;
}

body.st-ejm-view-jobs .st-job-login-back {
    color: #087f86;
    font-weight: 700;
}

body.st-ejm-view-jobs .st-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1.25rem;
    margin: 0;
    padding: 0;
    color: #49656d;
    list-style: none;
}

body.st-ejm-view-jobs .st-job-meta li {
    margin: 0;
}

body.st-ejm-view-jobs.rtl #sp-component > .st-jobs-info-panel,
[dir="rtl"] body.st-ejm-view-jobs #sp-component > .st-jobs-info-panel {
    text-align: right;
}

@media (max-width: 767.98px) {
    body.st-ejm-view-jobs #jb_template .jobs-filters .card-body,
    body.st-ejm-view-jobs #jb_template .card-body {
        padding: 1rem;
    }

    body.st-ejm-view-jobs .st-job-card .card-body {
        align-items: stretch;
        flex-direction: column;
    }

    body.st-ejm-view-jobs .st-job-view {
        align-self: flex-start;
    }
}

/* Search-indexable job detail pages */
.st-job-detail {
    width: min(100%, 76rem);
    margin: clamp(1.5rem, 4vw, 3.5rem) auto;
    color: #173f49;
}

.st-job-detail-back {
    margin-bottom: 1rem;
}

.st-job-detail-back a {
    color: #087f86;
    font-weight: 700;
    text-decoration: none;
}

.st-job-detail-back a:hover,
.st-job-detail-back a:focus-visible {
    color: #e2552d;
    text-decoration: underline;
}

.st-job-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border-radius: 1.35rem;
    background: linear-gradient(125deg, #063f4b 0%, #087f86 100%);
    box-shadow: 0 24px 65px rgba(6, 63, 75, .18);
    color: #fff;
}

.st-job-detail-hero::after {
    position: absolute;
    inset-block-start: -7rem;
    inset-inline-end: -5rem;
    width: 18rem;
    height: 18rem;
    border: 2.5rem solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    content: "";
}

.st-job-detail-hero .st-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 .65rem;
    color: #8ce4df;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.st-job-detail-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 22ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 6vw, 4.25rem);
    line-height: 1.04;
}

.st-job-detail-company {
    position: relative;
    z-index: 1;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.st-job-detail-summary {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.st-job-detail-summary li {
    margin: 0;
    padding: .45rem .75rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: .9rem;
}

.st-job-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
    gap: clamp(1.25rem, 4vw, 2.75rem);
    align-items: start;
    margin-top: clamp(1.5rem, 4vw, 2.75rem);
}

.st-job-detail-content,
.st-job-detail-sidebar {
    border: 1px solid rgba(8, 127, 134, .16);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 14px 38px rgba(8, 45, 58, .07);
}

.st-job-detail-content {
    padding: clamp(1.35rem, 4vw, 2.5rem);
}

.st-job-detail-content h2,
.st-job-detail-sidebar h2 {
    margin: 0 0 1rem;
    color: #064b52;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
}

.st-job-detail-content p,
.st-job-detail-content li {
    color: #314f57;
    font-size: 1.04rem;
    line-height: 1.72;
}

.st-job-detail-content p {
    margin: 0 0 1.15rem;
}

.st-job-detail-content ul {
    margin: 0 0 1.35rem;
    padding-inline-start: 1.35rem;
}

.st-job-detail-section {
    margin-top: 2rem;
    padding-top: 1.7rem;
    border-top: 1px solid rgba(8, 127, 134, .14);
}

.st-job-detail-sidebar {
    position: sticky;
    top: 1.5rem;
    padding: 1.35rem;
}

.st-job-detail-sidebar dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.st-job-detail-sidebar dl > div {
    padding: .8rem 0;
    border-bottom: 1px solid rgba(8, 127, 134, .12);
}

.st-job-detail-sidebar dt {
    color: #547078;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.st-job-detail-sidebar dd {
    margin: .2rem 0 0;
    color: #173f49;
    font-weight: 650;
}

.st-job-detail-sidebar .st-job-apply {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1.2rem;
    padding: .85rem 1.1rem;
    border-color: #e2552d;
    border-radius: .7rem;
    background: #e2552d;
    font-size: 1.05rem;
    font-weight: 800;
}

.st-job-detail-sidebar .st-job-apply:hover,
.st-job-detail-sidebar .st-job-apply:focus-visible {
    border-color: #087f86;
    background: #087f86;
}

.st-job-source-notice {
    margin: 1rem 0 0;
    color: #607980;
    font-size: .8rem;
    line-height: 1.5;
}

[dir="rtl"] .st-job-detail,
.rtl .st-job-detail {
    text-align: right;
}

@media (max-width: 899.98px) {
    .st-job-detail-layout {
        grid-template-columns: 1fr;
    }

    .st-job-detail-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .st-job-detail {
        padding-inline: .25rem;
    }

    .st-job-detail-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .st-job-detail-summary li {
        width: fit-content;
    }
}
