body.bizdec-students-native {
    --bizdec-accent: #efb51d;
    --bizdec-soft: #f5f8fa;
    --bizdec-line: #dce5ea;
    background: #fff;
}

.bizdec-students-shell {
    min-height: 100vh;
}

.admin-bar .bizdec-students-shell {
    min-height: calc(100vh - 32px);
}

/* Match the approved About / Services header language: navigation only. */
.bizdec-students-header {
    grid-template-columns: 1fr;
    min-height: 112px;
}

.bizdec-students-header .bizdec-training-navigation,
.bizdec-students-header .bizdec-training-menu {
    justify-content: flex-end;
}

.bizdec-training-menu .is-students a {
    font-weight: 700;
}

.bizdec-students-main {
    flex: 1 0 auto;
    width: 100%;
    background: #fff;
}

/* Same proportions as Services. */
.bizdec-students-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    width: min(1460px, calc(100% - 96px));
    margin: 0 auto;
    padding: 12px 0 22px;
    border-bottom: 1px solid var(--bizdec-primary);
}

.bizdec-students-intro-copy {
    max-width: 1080px;
}

.bizdec-students-intro h1 {
    margin: 0;
    color: var(--bizdec-primary);
    font: 400 clamp(34px, 3.05vw, 50px)/1 Arial, Helvetica, sans-serif;
    letter-spacing: -.04em;
}

.bizdec-students-intro h1 strong {
    font-weight: 700;
}

.bizdec-students-intro p {
    max-width: 1080px;
    margin: 8px 0 0;
    color: #36586a;
    font-size: clamp(11px, .92vw, 14px);
    line-height: 1.28;
}

.bizdec-students-intro-meta {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-bottom: 3px;
    color: var(--bizdec-primary);
    white-space: nowrap;
}

.bizdec-students-intro-meta strong {
    font-size: clamp(24px, 2.35vw, 34px);
    line-height: 1;
    letter-spacing: -.045em;
}

.bizdec-students-intro-meta span {
    color: #547181;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.bizdec-students-tabs {
    position: sticky;
    z-index: 12;
    top: 0;
    display: flex;
    gap: 7px;
    width: min(1460px, calc(100% - 96px));
    margin: 0 auto;
    padding: 16px 0 12px;
    overflow-x: auto;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    scrollbar-width: thin;
}

.admin-bar .bizdec-students-tabs {
    top: 32px;
}

.bizdec-students-tab {
    appearance: none;
    flex: 0 0 auto;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #cad7de;
    border-radius: 0;
    background: #fff;
    color: var(--bizdec-primary);
    font: 700 10px/1 Arial, Helvetica, sans-serif;
    text-transform: none;
    box-shadow: none;
    cursor: pointer;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.bizdec-students-tab:hover,
.bizdec-students-tab:focus-visible,
.bizdec-students-tab.is-active {
    border-color: var(--bizdec-primary);
    background: var(--bizdec-primary);
    color: #fff;
    outline: none;
    box-shadow: none;
}

.bizdec-students-content-wrap {
    width: min(1460px, calc(100% - 96px));
    margin: 0 auto;
    padding: 10px 0 clamp(56px, 5.5vw, 84px);
}

.bizdec-students-panel[hidden] {
    display: none !important;
}

.bizdec-students-program-intro {
    max-width: 1120px;
    margin: 16px 0 22px;
    padding: 0 0 0 18px;
    border-left: 3px solid var(--bizdec-accent);
}

.bizdec-students-program-intro > span {
    display: block;
    margin: 0 0 5px;
    color: #d99000;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bizdec-students-program-intro h2 {
    margin: 0 0 8px;
    color: var(--bizdec-primary);
    font: 700 clamp(16px, 1.25vw, 20px)/1.15 Arial, Helvetica, sans-serif;
    letter-spacing: -.02em;
}

.bizdec-students-program-intro p,
.bizdec-students-program-intro strong {
    color: #36586a;
    font-size: clamp(10.5px, .82vw, 12.5px);
    line-height: 1.45;
}

.bizdec-students-program-intro p {
    max-width: 1040px;
    margin: 0 0 8px;
}

.bizdec-students-program-intro strong {
    display: block;
    color: var(--bizdec-primary);
    font-weight: 700;
}

.bizdec-students-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--bizdec-line);
    background: #fff;
    scrollbar-width: thin;
}

.bizdec-students-table-wrap:focus-visible {
    outline: 2px solid rgba(6,63,91,.25);
    outline-offset: 2px;
}

.bizdec-students-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
    table-layout: auto;
    color: var(--bizdec-primary);
    font: 400 clamp(10px, .78vw, 12px)/1.35 Arial, Helvetica, sans-serif;
}

.bizdec-students-table th,
.bizdec-students-table td {
    padding: 10px 11px;
    border-bottom: 1px solid #e8eef1;
    text-align: left;
    vertical-align: middle;
}

.bizdec-students-table thead th {
    position: sticky;
    z-index: 2;
    top: 0;
    background: #f7fafb;
    color: #5c7886;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    white-space: nowrap;
}

.bizdec-students-table tbody tr:last-child td {
    border-bottom: 0;
}

.bizdec-students-table tbody tr:hover {
    background: #fbfdfe;
}

.bizdec-students-table .is-name {
    min-width: 220px;
    font-weight: 700;
}

.bizdec-students-table .is-muted {
    color: #8297a2;
    white-space: nowrap;
}

.bizdec-students-table .is-resource {
    width: 76px;
    text-align: center;
    white-space: nowrap;
}

.bizdec-students-table .is-resource a {
    color: var(--bizdec-primary);
    font-size: 9.5px;
    font-weight: 700;
    text-decoration: none;
}

.bizdec-students-table .is-resource a:hover,
.bizdec-students-table .is-resource a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bizdec-students-table .is-resource span {
    color: #a3b2b9;
}

.bizdec-students-table-ibt th:nth-child(1),
.bizdec-students-table-ibt td:nth-child(1) { width: 52px; }
.bizdec-students-table-ibt th:nth-child(2),
.bizdec-students-table-ibt td:nth-child(2) { width: 70px; }
.bizdec-students-table-ibt th:nth-child(4),
.bizdec-students-table-ibt td:nth-child(4) { width: 62px; }
.bizdec-students-table-ibt th:nth-child(6),
.bizdec-students-table-ibt td:nth-child(6) { width: 92px; white-space: nowrap; }

.bizdec-students-status {
    display: inline-block;
    min-width: 68px;
    padding: 4px 7px;
    border: 1px solid #cad7de;
    color: #5f7784;
    font-size: 8.5px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.bizdec-students-status.status-active {
    border-color: rgba(6,63,91,.35);
    color: var(--bizdec-primary);
    background: #f2f7f9;
}

.bizdec-students-status.status-completed {
    color: #6f7f86;
    background: #f7f8f8;
}

.bizdec-students-status.status-upcoming {
    border-color: rgba(239,181,29,.55);
    color: #9a6900;
    background: #fffaf0;
}

.bizdec-students-empty {
    margin: 20px 0;
    color: #67808d;
    font-size: 12px;
}

.bizdec-students-updated {
    margin: 12px 0 0;
    color: #7a909b;
    font-size: 9.5px;
    text-align: right;
}

@media (max-width: 1100px) {
    .bizdec-students-header {
        min-height: auto;
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .bizdec-students-header .bizdec-training-navigation,
    .bizdec-students-header .bizdec-training-menu {
        justify-content: flex-start;
    }

    .bizdec-students-intro,
    .bizdec-students-tabs,
    .bizdec-students-content-wrap {
        width: min(100% - 56px, 1460px);
    }
}

@media (max-width: 782px) {
    .admin-bar .bizdec-students-shell {
        min-height: calc(100vh - 46px);
    }

    .admin-bar .bizdec-students-tabs {
        top: 46px;
    }
}

@media (max-width: 760px) {
    .bizdec-students-intro,
    .bizdec-students-tabs,
    .bizdec-students-content-wrap {
        width: calc(100% - 36px);
    }

    .bizdec-students-intro {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 6px;
    }

    .bizdec-students-intro h1 {
        font-size: 36px;
    }

    .bizdec-students-intro-meta {
        justify-self: start;
    }

    .bizdec-students-tabs {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .bizdec-students-program-intro {
        margin-top: 10px;
        padding-left: 14px;
    }

    .bizdec-students-table {
        font-size: 11px;
    }

    .bizdec-students-updated {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .bizdec-students-intro,
    .bizdec-students-tabs,
    .bizdec-students-content-wrap {
        width: calc(100% - 28px);
    }

    .bizdec-students-tab {
        padding: 8px 10px;
    }
}

/* v1.12.1 — restore the full approved PBET program copy and WA apply CTA. */
.bizdec-students-program-copy {
    max-width: 1120px;
}

.bizdec-students-program-copy p {
    max-width: 1120px;
    margin: 0 0 10px;
}

.bizdec-students-program-copy p:last-child {
    margin-bottom: 10px;
}

.bizdec-students-program-cta-wrap {
    margin-top: 16px;
}

.bizdec-students-program-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 220px;
    padding: 11px 16px;
    border: 1px solid var(--bizdec-primary);
    background: var(--bizdec-primary);
    color: #fff;
    font: 700 9.5px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 150ms ease, color 150ms ease;
}

.bizdec-students-program-cta:hover,
.bizdec-students-program-cta:focus-visible {
    background: #fff;
    color: var(--bizdec-primary);
    text-decoration: none;
    outline: none;
}

.bizdec-students-program-cta > span:last-child {
    color: var(--bizdec-accent);
    font-size: 15px;
    line-height: .7;
}

@media (max-width: 560px) {
    .bizdec-students-program-cta {
        width: 100%;
        min-width: 0;
    }
}

/* v1.12.2 — align Students typography to the approved About page. */
.bizdec-students-tab {
    min-height: 30px;
    padding: 6px 12px;
    font: 700 clamp(10.5px, 0.72vw, 12.5px)/1 Arial, Helvetica, sans-serif;
}

.bizdec-students-program-intro > span {
    margin-bottom: 6px;
    font-size: clamp(9px, 0.62vw, 11px);
}

.bizdec-students-program-intro h2 {
    margin: 0 0 10px;
    color: var(--bizdec-primary);
    font: 700 clamp(12.5px, min(0.92vw, 1.85vh), 15.5px)/1.42 Arial, Helvetica, sans-serif;
    letter-spacing: -0.012em;
}

.bizdec-students-program-intro p,
.bizdec-students-program-intro strong {
    color: var(--bizdec-primary);
    font-size: clamp(12.5px, min(0.92vw, 1.85vh), 15.5px);
    line-height: 1.42;
    letter-spacing: -0.012em;
}

.bizdec-students-program-intro p {
    max-width: 1120px;
    margin: 0 0 clamp(13px, 1.9vh, 19px);
}

.bizdec-students-program-copy p,
.bizdec-students-program-copy p:last-child {
    margin-bottom: clamp(13px, 1.9vh, 19px);
}

.bizdec-students-program-intro strong {
    margin-top: 2px;
}

/* Data stays denser than editorial copy, but no longer looks miniature. */
.bizdec-students-table {
    font: 400 clamp(11.5px, min(0.84vw, 1.65vh), 13.5px)/1.38 Arial, Helvetica, sans-serif;
}

.bizdec-students-table thead th {
    font-size: clamp(9.5px, 0.68vw, 11px);
}

.bizdec-students-table .is-resource a,
.bizdec-students-status {
    font-size: clamp(9.5px, 0.68vw, 11px);
}

.bizdec-students-program-cta {
    font-size: clamp(10.5px, 0.72vw, 12.5px);
}

@media (max-width: 560px) {
    .bizdec-students-program-intro h2,
    .bizdec-students-program-intro p,
    .bizdec-students-program-intro strong {
        font-size: 13.5px;
    }

    .bizdec-students-table {
        font-size: 12px;
    }
}


/* v1.12.3 — canonical body size everywhere in Students, including tables. */
.bizdec-students-program-intro h2,
.bizdec-students-program-intro p,
.bizdec-students-program-intro strong,
.bizdec-students-table,
.bizdec-students-table thead th,
.bizdec-students-table .is-resource a,
.bizdec-students-status {
    font-size: var(--bizdec-body-font-size);
    line-height: var(--bizdec-body-line-height);
}

/* A slightly slimmer data block than the editorial canvas. */
.bizdec-students-table-wrap {
    width: min(1320px, 100%);
    margin-right: auto;
}

.bizdec-students-table {
    width: 100%;
    min-width: 1180px;
    table-layout: auto;
}

/* Keep data scanning clean: everything is one line by default. */
.bizdec-students-table th,
.bizdec-students-table td {
    white-space: nowrap;
}

/* IBT Schedule is the only column allowed to fold; long schedules settle into two lines naturally. */
.bizdec-students-table-ibt th:nth-child(5),
.bizdec-students-table-ibt td:nth-child(5) {
    width: 190px;
    min-width: 170px;
    max-width: 190px;
    white-space: normal;
    line-height: var(--bizdec-body-line-height);
}

/* Student name remains a single-line anchor but does not reserve excessive width. */
.bizdec-students-table .is-name {
    min-width: 190px;
    white-space: nowrap;
}

/* Header hierarchy is weight/case only, not smaller type. */
.bizdec-students-table thead th {
    font-weight: 700;
}

/* Resource/status controls stay compact through padding, not smaller type. */
.bizdec-students-table .is-resource a {
    font-weight: 700;
}

.bizdec-students-status {
    padding: 3px 6px;
}

@media (max-width: 760px) {
    .bizdec-students-table,
    .bizdec-students-table thead th,
    .bizdec-students-table .is-resource a,
    .bizdec-students-status {
        font-size: var(--bizdec-body-font-size);
        line-height: var(--bizdec-body-line-height);
    }
}

@media (max-width: 560px) {
    .bizdec-students-program-intro h2,
    .bizdec-students-program-intro p,
    .bizdec-students-program-intro strong,
    .bizdec-students-table {
        font-size: var(--bizdec-body-font-size);
    }
}

/* v1.12.5 — fit all Students tables without horizontal scrolling. */
.bizdec-students-table-wrap {
    width: min(1240px, 100%);
    overflow-x: hidden;
}

.bizdec-students-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
}

.bizdec-students-table th,
.bizdec-students-table td {
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    white-space: normal;
    overflow: hidden;
}

/* Every ordinary data cell may use up to two lines. Full text remains available on hover via title. */
.bizdec-students-cell-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: var(--bizdec-body-line-height);
    overflow-wrap: break-word;
    word-break: normal;
}

/* Student name stays the visual anchor: one line only. */
.bizdec-students-table .is-name {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Resource/status cells naturally remain one line. */
.bizdec-students-table .is-resource,
.bizdec-students-table .is-resource a,
.bizdec-students-table .is-resource span,
.bizdec-students-status {
    white-space: nowrap;
}

.bizdec-students-status {
    min-width: 0;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
}

/* IBT — use the wide centre for student + schedule instead of empty gutters. */
.bizdec-students-table-ibt th:nth-child(1),
.bizdec-students-table-ibt td:nth-child(1) { width: 4%; }
.bizdec-students-table-ibt th:nth-child(2),
.bizdec-students-table-ibt td:nth-child(2) { width: 7%; }
.bizdec-students-table-ibt th:nth-child(3),
.bizdec-students-table-ibt td:nth-child(3) { width: 28%; }
.bizdec-students-table-ibt th:nth-child(4),
.bizdec-students-table-ibt td:nth-child(4) { width: 6%; }
.bizdec-students-table-ibt th:nth-child(5),
.bizdec-students-table-ibt td:nth-child(5) {
    width: 20%;
    min-width: 0;
    max-width: none;
    white-space: normal;
}
.bizdec-students-table-ibt th:nth-child(6),
.bizdec-students-table-ibt td:nth-child(6) {
    width: 10%;
    white-space: normal;
}
.bizdec-students-table-ibt th:nth-child(7),
.bizdec-students-table-ibt td:nth-child(7),
.bizdec-students-table-ibt th:nth-child(8),
.bizdec-students-table-ibt td:nth-child(8),
.bizdec-students-table-ibt th:nth-child(9),
.bizdec-students-table-ibt td:nth-child(9) { width: 8.333%; }

/* Work Study + Internship. */
.bizdec-students-table-activity th:nth-child(1),
.bizdec-students-table-activity td:nth-child(1) { width: 4%; }
.bizdec-students-table-activity th:nth-child(2),
.bizdec-students-table-activity td:nth-child(2) { width: 22%; }
.bizdec-students-table-activity th:nth-child(3),
.bizdec-students-table-activity td:nth-child(3) { width: 16%; }
.bizdec-students-table-activity th:nth-child(4),
.bizdec-students-table-activity td:nth-child(4) { width: 12%; }
.bizdec-students-table-activity th:nth-child(5),
.bizdec-students-table-activity td:nth-child(5) { width: 15%; }
.bizdec-students-table-activity th:nth-child(6),
.bizdec-students-table-activity td:nth-child(6) { width: 14%; }
.bizdec-students-table-activity th:nth-child(7),
.bizdec-students-table-activity td:nth-child(7) { width: 10%; }
.bizdec-students-table-activity th:nth-child(8),
.bizdec-students-table-activity td:nth-child(8) { width: 7%; }

@media (max-width: 900px) {
    .bizdec-students-table-wrap {
        width: 100%;
    }

    .bizdec-students-table th,
    .bizdec-students-table td {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* v1.12.6 — rebalance activity tables so Status has breathing room without horizontal scroll. */
.bizdec-students-table-activity th:nth-child(1),
.bizdec-students-table-activity td:nth-child(1) { width: 4%; }
.bizdec-students-table-activity th:nth-child(2),
.bizdec-students-table-activity td:nth-child(2) { width: 20%; }
.bizdec-students-table-activity th:nth-child(3),
.bizdec-students-table-activity td:nth-child(3) { width: 15%; }
.bizdec-students-table-activity th:nth-child(4),
.bizdec-students-table-activity td:nth-child(4) { width: 11%; }
.bizdec-students-table-activity th:nth-child(5),
.bizdec-students-table-activity td:nth-child(5) { width: 14%; }
.bizdec-students-table-activity th:nth-child(6),
.bizdec-students-table-activity td:nth-child(6) { width: 14%; }
.bizdec-students-table-activity th:nth-child(7),
.bizdec-students-table-activity td:nth-child(7) { width: 12%; }
.bizdec-students-table-activity th:nth-child(8),
.bizdec-students-table-activity td:nth-child(8) { width: 10%; }

/* Period is intentionally allowed to settle into two lines. */
.bizdec-students-table-activity th:nth-child(5),
.bizdec-students-table-activity td:nth-child(5) {
    white-space: normal;
}

/* Status gets a little extra inner air while staying inside its column. */
.bizdec-students-table-activity th:nth-child(8),
.bizdec-students-table-activity td:nth-child(8) {
    padding-left: 10px;
    padding-right: 10px;
}

.bizdec-students-table-activity .bizdec-students-status {
    width: auto;
    max-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
}


/* v1.14.6 — IBT ATMI instant search and compact filters. */
.bizdec-students-filters {
    display: grid;
    grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(125px, .7fr)) auto;
    gap: 8px;
    width: min(1240px, 100%);
    margin: 18px 0 10px;
    align-items: stretch;
}

.bizdec-students-search,
.bizdec-students-filter-select {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
}

.bizdec-students-search svg {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    fill: none;
    stroke: #68818d;
    stroke-width: 1.8;
    stroke-linecap: round;
    pointer-events: none;
}

.bizdec-students-search input,
.bizdec-students-filter-select select,
.bizdec-students-filter-reset {
    width: 100%;
    min-height: 42px;
    box-sizing: border-box;
    border: 1px solid #ccd9df;
    border-radius: 0;
    background: #fff;
    color: var(--bizdec-primary);
    font: 400 var(--bizdec-body-font-size)/1.2 Arial, Helvetica, sans-serif;
    box-shadow: none;
    outline: none;
}

.bizdec-students-search input {
    padding: 9px 12px 9px 39px;
}

.bizdec-students-filter-select select {
    padding: 9px 34px 9px 12px;
    cursor: pointer;
}

.bizdec-students-filter-reset {
    width: auto;
    min-width: 76px;
    padding: 9px 14px;
    color: var(--bizdec-primary);
    font-weight: 700;
    cursor: pointer;
}

.bizdec-students-search input::placeholder {
    color: #7a909b;
    opacity: 1;
}

.bizdec-students-search input:hover,
.bizdec-students-filter-select select:hover,
.bizdec-students-filter-reset:hover:not(:disabled) {
    border-color: #8da6b2;
}

.bizdec-students-search input:focus,
.bizdec-students-filter-select select:focus,
.bizdec-students-filter-reset:focus-visible {
    border-color: var(--bizdec-primary);
    box-shadow: 0 0 0 2px rgba(6,63,91,.08);
}

.bizdec-students-filter-reset:disabled {
    color: #9aabb3;
    background: #f7fafb;
    cursor: default;
    opacity: .72;
}

.bizdec-students-filter-empty {
    width: min(1240px, 100%);
    margin: 12px 0 0;
    padding: 18px 20px;
    border: 1px solid var(--bizdec-line);
    background: #fbfdfe;
    color: #67808d;
    font-size: var(--bizdec-body-font-size);
    line-height: var(--bizdec-body-line-height);
}

@media (max-width: 1050px) {
    .bizdec-students-filters {
        grid-template-columns: minmax(230px, 1.4fr) repeat(2, minmax(130px, .7fr));
    }

    .bizdec-students-filter-reset {
        min-width: 0;
    }
}

@media (max-width: 760px) {
    .bizdec-students-filters {
        grid-template-columns: 1fr 1fr;
        gap: 7px;
    }

    .bizdec-students-search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .bizdec-students-filters {
        grid-template-columns: 1fr;
    }

    .bizdec-students-search {
        grid-column: auto;
    }
}
