/* /Components/Pages/ExamEngine.razor.rz.scp.css */
.exam-engine-shell[b-mhu1jhyhp8] {
    position: relative;
    height: 100dvh;
    max-height: 100dvh;
    background: #f4f6f8;
    color: #1f2933;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    outline: none;
}

.exam-topbar[b-mhu1jhyhp8] {
    min-height: 64px;
    background: #ffffff;
    border-bottom: 1px solid #d8dee6;
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.6fr) minmax(180px, auto);
    align-items: center;
    gap: 1.25rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 2px rgba(31, 41, 51, 0.06);
    z-index: 10;
}

.brand-block[b-mhu1jhyhp8] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-mark[b-mhu1jhyhp8] {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #102a43;
}

.brand-context[b-mhu1jhyhp8] {
    font-size: 0.78rem;
    color: #627d98;
}

.status-cluster[b-mhu1jhyhp8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.status-pill[b-mhu1jhyhp8] {
    min-width: 150px;
    border: 1px solid #d8dee6;
    border-radius: 6px;
    background: #fbfcfd;
    padding: 0.45rem 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.status-pill.compact[b-mhu1jhyhp8] {
    min-width: 105px;
}

.status-pill.critical[b-mhu1jhyhp8] {
    border-color: #c2410c;
    background: #fff7ed;
}

.status-label[b-mhu1jhyhp8] {
    font-size: 0.68rem;
    color: #627d98;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    white-space: nowrap;
}

.status-pill strong[b-mhu1jhyhp8] {
    color: #102a43;
    font-size: 0.98rem;
    white-space: nowrap;
}

.submit-button[b-mhu1jhyhp8],
.nav-button[b-mhu1jhyhp8],
.flag-button[b-mhu1jhyhp8],
.tool-toggle-button[b-mhu1jhyhp8],
.secondary-button[b-mhu1jhyhp8],
.danger-button[b-mhu1jhyhp8] {
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 700;
    min-height: 38px;
    padding: 0 0.9rem;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.submit-button[b-mhu1jhyhp8] {
    justify-self: end;
    background: #17324d;
    color: #ffffff;
}

.submit-button:hover:not(:disabled)[b-mhu1jhyhp8],
.nav-button:hover:not(:disabled)[b-mhu1jhyhp8] {
    background: #0f2438;
}

.danger-button[b-mhu1jhyhp8] {
    background: #b42318;
    color: #ffffff;
}

.danger-button:hover:not(:disabled)[b-mhu1jhyhp8] {
    background: #8f1d15;
}

.submit-button:focus-visible[b-mhu1jhyhp8],
.nav-button:focus-visible[b-mhu1jhyhp8],
.flag-button:focus-visible[b-mhu1jhyhp8],
.tool-toggle-button:focus-visible[b-mhu1jhyhp8],
.secondary-button:focus-visible[b-mhu1jhyhp8],
.danger-button:focus-visible[b-mhu1jhyhp8] {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

.submit-button:disabled[b-mhu1jhyhp8],
.nav-button:disabled[b-mhu1jhyhp8],
.flag-button:disabled[b-mhu1jhyhp8],
.tool-toggle-button:disabled[b-mhu1jhyhp8],
.secondary-button:disabled[b-mhu1jhyhp8],
.danger-button:disabled[b-mhu1jhyhp8] {
    cursor: not-allowed;
    opacity: 0.55;
}

.exam-main[b-mhu1jhyhp8] {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(132px, 160px) minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 0.8rem;
    padding: 0.8rem;
    overflow: hidden;
}


.tutorial-pill[b-mhu1jhyhp8] {
    border-color: #86efac;
    background: #f0fdf4;
}

.exam-completion[b-mhu1jhyhp8] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.completion-card[b-mhu1jhyhp8] {
    width: min(980px, 100%);
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 14px;
    box-shadow: 0 14px 42px rgba(31, 41, 51, 0.14);
    padding: 2rem;
}

.completion-card h1[b-mhu1jhyhp8] {
    margin: 0 0 0.75rem;
    color: #102a43;
}

.completion-card p[b-mhu1jhyhp8] {
    margin: 0;
    color: #52606d;
    line-height: 1.55;
}

.result-metric-grid[b-mhu1jhyhp8] {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.result-metric[b-mhu1jhyhp8] {
    border: 1px solid #d8dee6;
    border-radius: 10px;
    background: #fbfcfd;
    padding: 0.9rem;
}

.result-metric span[b-mhu1jhyhp8] {
    display: block;
    color: #627d98;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: 700;
}

.result-metric strong[b-mhu1jhyhp8] {
    display: block;
    margin-top: 0.35rem;
    color: #102a43;
    font-size: 1.25rem;
}

.result-section-table-wrapper[b-mhu1jhyhp8] {
    overflow-x: auto;
    margin-top: 1.25rem;
}

.result-section-table[b-mhu1jhyhp8] {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.result-section-table th[b-mhu1jhyhp8],
.result-section-table td[b-mhu1jhyhp8] {
    border-bottom: 1px solid #e5eaf0;
    padding: 0.75rem;
    text-align: left;
}

.result-section-table th[b-mhu1jhyhp8] {
    color: #627d98;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

.completion-actions[b-mhu1jhyhp8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.question-rail[b-mhu1jhyhp8] {
    min-height: 0;
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    padding: 0.65rem 0.55rem;
    box-shadow: 0 2px 6px rgba(31, 41, 51, 0.04);
    overflow: auto;
}

.question-rail .eyebrow[b-mhu1jhyhp8] {
    text-align: center;
}

.question-number-list[b-mhu1jhyhp8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.28rem;
}

.question-number-button[b-mhu1jhyhp8] {
    min-height: 30px;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #ffffff;
    color: #102a43;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.question-number-button.current[b-mhu1jhyhp8] {
    background: #17324d;
    border-color: #17324d;
    color: #ffffff;
}

.question-number-button.answered:not(.current)[b-mhu1jhyhp8] {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.question-number-button.flagged:not(.current)[b-mhu1jhyhp8] {
    box-shadow: inset 0 -3px 0 #f97316;
}

.question-number-button:disabled[b-mhu1jhyhp8] {
    cursor: not-allowed;
    opacity: 0.6;
}

.option-row.tutorial-correct[b-mhu1jhyhp8] {
    border-color: #22c55e;
    background: #f0fdf4;
    box-shadow: inset 4px 0 0 #16a34a;
}

.option-row.tutorial-incorrect[b-mhu1jhyhp8] {
    border-color: #ef4444;
    background: #fef2f2;
    box-shadow: inset 4px 0 0 #dc2626;
}

.tutorial-answer-actions[b-mhu1jhyhp8] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tutorial-answer-feedback[b-mhu1jhyhp8] {
    border-radius: 999px;
    padding: 0.4rem 0.7rem;
    font-size: 0.85rem;
    font-weight: 800;
}

.tutorial-answer-feedback.correct[b-mhu1jhyhp8] {
    background: #dcfce7;
    color: #166534;
}

.tutorial-answer-feedback.incorrect[b-mhu1jhyhp8] {
    background: #fee2e2;
    color: #991b1b;
}

.tutorial-explanation-panel[b-mhu1jhyhp8] {
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background: #f8fbff;
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.tutorial-explanation-panel h3[b-mhu1jhyhp8] {
    margin: 0;
    color: #102a43;
    font-size: 0.98rem;
}

.tutorial-explanation-panel p[b-mhu1jhyhp8] {
    margin: 0;
    color: #334e68;
    line-height: 1.45;
    font-size: 0.92rem;
}

.tutorial-answer-comparison[b-mhu1jhyhp8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 0;
}

.tutorial-answer-comparison div[b-mhu1jhyhp8] {
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.55rem;
}

.tutorial-answer-comparison dt[b-mhu1jhyhp8] {
    color: #627d98;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.tutorial-answer-comparison dd[b-mhu1jhyhp8] {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.35;
    font-weight: 700;
}

.answer-correct[b-mhu1jhyhp8] {
    color: #166534;
}

.answer-incorrect[b-mhu1jhyhp8] {
    color: #991b1b;
}

.tutorial-explanation-block[b-mhu1jhyhp8] {
    border-left: 4px solid #93c5fd;
    border-radius: 6px;
    background: #ffffff;
    padding: 0.65rem 0.75rem;
}

.tutorial-explanation-block strong[b-mhu1jhyhp8] {
    display: block;
    color: #102a43;
    font-size: 0.82rem;
    margin-bottom: 0.3rem;
}

.tutorial-explanation-block.correct-block[b-mhu1jhyhp8] {
    border-left-color: #22c55e;
}

.tutorial-explanation-block.incorrect-block[b-mhu1jhyhp8] {
    border-left-color: #ef4444;
}

.footer-actions[b-mhu1jhyhp8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.tool-toggle-button[b-mhu1jhyhp8] {
    justify-self: center;
    color: #17324d;
    border-color: #9fb3c8;
    background: #ffffff;
}

.tool-toggle-button:hover:not(:disabled)[b-mhu1jhyhp8],
.tool-toggle-button.active[b-mhu1jhyhp8] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

.exam-tool-panel[b-mhu1jhyhp8] {
    position: absolute;
    right: 1rem;
    bottom: 4.9rem;
    z-index: 30;
    width: min(860px, calc(100vw - 2rem));
    max-height: min(68dvh, 620px);
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(360px, 1fr);
    gap: 1rem;
    padding: 1rem;
    overflow: auto;
    background: rgba(244, 246, 248, 0.96);
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 18px 46px rgba(31, 41, 51, 0.26);
}

.tool-card[b-mhu1jhyhp8] {
    min-height: 0;
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(31, 41, 51, 0.04);
    padding: 0.9rem;
}

.calculator-card[b-mhu1jhyhp8],
.scratch-card[b-mhu1jhyhp8] {
    display: flex;
    flex-direction: column;
}

.tool-card-header[b-mhu1jhyhp8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.55rem;
}

.tool-card-header h2[b-mhu1jhyhp8] {
    margin: 0;
    color: #102a43;
    font-size: 1rem;
}

.tool-card-header span[b-mhu1jhyhp8] {
    color: #627d98;
    font-size: 0.82rem;
    font-weight: 700;
}

.tool-close-button[b-mhu1jhyhp8] {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #102a43;
    font-weight: 800;
    padding: 0.35rem 0.7rem;
    cursor: pointer;
}

.calculator-display[b-mhu1jhyhp8],
.scratch-pad[b-mhu1jhyhp8] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #102a43;
    background: #ffffff;
}

.calculator-display[b-mhu1jhyhp8] {
    min-height: 42px;
    padding: 0.55rem 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.calculator-result[b-mhu1jhyhp8] {
    min-height: 36px;
    margin: 0.6rem 0;
    border-radius: 8px;
    background: #f8fafc;
    color: #334e68;
    padding: 0.55rem 0.75rem;
    font-weight: 800;
}

.calculator-buttons[b-mhu1jhyhp8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

.calculator-button[b-mhu1jhyhp8] {
    min-height: 42px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #102a43;
    font-weight: 800;
    cursor: pointer;
}

.scratch-pad[b-mhu1jhyhp8] {
    flex: 1 1 auto;
    min-height: 320px;
    resize: none;
    padding: 0.85rem;
    line-height: 1.5;
}

.stimulus-panel[b-mhu1jhyhp8],
.question-panel[b-mhu1jhyhp8] {
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(31, 41, 51, 0.04);
}

.panel-header[b-mhu1jhyhp8] {
    min-height: 62px;
    border-bottom: 1px solid #e5eaf0;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.panel-header h1[b-mhu1jhyhp8],
.panel-header h2[b-mhu1jhyhp8] {
    margin: 0;
    color: #102a43;
    font-size: 1.1rem;
    line-height: 1.25;
}

.eyebrow[b-mhu1jhyhp8] {
    margin: 0 0 0.25rem;
    color: #627d98;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-size: 0.72rem;
    font-weight: 700;
}

.flag-indicator[b-mhu1jhyhp8],
.difficulty-chip[b-mhu1jhyhp8] {
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.flag-indicator[b-mhu1jhyhp8] {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fdba74;
}

.difficulty-chip[b-mhu1jhyhp8] {
    background: #eef2f7;
    color: #334e68;
    border: 1px solid #d8dee6;
}

.stimulus-content[b-mhu1jhyhp8],
.question-card[b-mhu1jhyhp8] {
    flex: 1 1 auto;
    min-height: 0;
    padding: 1rem;
    overflow: auto;
}

.stimulus-content[b-mhu1jhyhp8] {
    font-size: 0.98rem;
    line-height: 1.68;
    color: #243b53;
}

.stimulus-content p[b-mhu1jhyhp8] {
    margin: 0 0 1rem;
}

.stimulus-content p:last-child[b-mhu1jhyhp8] {
    margin-bottom: 0;
}

.data-table[b-mhu1jhyhp8] {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.95rem;
}

.data-table th[b-mhu1jhyhp8],
.data-table td[b-mhu1jhyhp8] {
    border: 1px solid #cbd5e1;
    padding: 0.55rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.data-table th[b-mhu1jhyhp8] {
    background: #f1f5f9;
    color: #102a43;
    font-weight: 700;
}

.question-card[b-mhu1jhyhp8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.question-stem[b-mhu1jhyhp8] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #102a43;
    font-weight: 600;
}

.option-list[b-mhu1jhyhp8] {
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.option-row[b-mhu1jhyhp8] {
    border: 1px solid #d8dee6;
    border-radius: 6px;
    padding: 0.7rem 0.85rem;
    display: grid;
    grid-template-columns: auto 2.2rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    background: #ffffff;
    cursor: pointer;
}

.option-row:hover[b-mhu1jhyhp8] {
    border-color: #9fb3c8;
    background: #fbfcfd;
}

.option-row.selected[b-mhu1jhyhp8] {
    border-color: #17324d;
    background: #f0f6ff;
    box-shadow: inset 4px 0 0 #17324d;
}

.option-row input[b-mhu1jhyhp8] {
    margin-top: 0.18rem;
}

.option-label[b-mhu1jhyhp8] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #102a43;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
}

.option-text[b-mhu1jhyhp8] {
    line-height: 1.48;
    color: #243b53;
}

.exam-footer[b-mhu1jhyhp8] {
    min-height: 60px;
    background: #ffffff;
    border-top: 1px solid #d8dee6;
    display: grid;
    grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 -1px 2px rgba(31, 41, 51, 0.05);
}

.nav-button[b-mhu1jhyhp8] {
    background: #17324d;
    color: #ffffff;
}

.nav-button.previous[b-mhu1jhyhp8] {
    justify-self: start;
}

.nav-button.next[b-mhu1jhyhp8] {
    justify-self: end;
}

.flag-button[b-mhu1jhyhp8] {
    justify-self: center;
    color: #17324d;
    border-color: #9fb3c8;
    background: #ffffff;
}

.flag-button:hover:not(:disabled)[b-mhu1jhyhp8],
.flag-button.active[b-mhu1jhyhp8] {
    border-color: #c2410c;
    background: #fff7ed;
    color: #9a3412;
}

.secondary-button[b-mhu1jhyhp8] {
    background: #17324d;
    color: #ffffff;
}

.exam-loading[b-mhu1jhyhp8],
.exam-error[b-mhu1jhyhp8] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.loading-card[b-mhu1jhyhp8],
.exam-error[b-mhu1jhyhp8] {
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(31, 41, 51, 0.12);
    padding: 2rem;
    max-width: 520px;
    text-align: center;
}

.loading-card h1[b-mhu1jhyhp8],
.exam-error h1[b-mhu1jhyhp8] {
    margin: 0 0 0.75rem;
    color: #102a43;
}

.loading-card p[b-mhu1jhyhp8],
.exam-error p[b-mhu1jhyhp8] {
    color: #52606d;
    line-height: 1.5;
}

.loading-spinner[b-mhu1jhyhp8] {
    width: 42px;
    height: 42px;
    margin: 0 auto 1.25rem;
    border-radius: 999px;
    border: 4px solid #d8dee6;
    border-top-color: #17324d;
    animation: spin-b-mhu1jhyhp8 850ms linear infinite;
}


.exam-confirmation-backdrop[b-mhu1jhyhp8] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(16, 42, 67, 0.58);
}

.exam-confirmation-dialog[b-mhu1jhyhp8] {
    width: min(100%, 520px);
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(16, 42, 67, 0.35);
    padding: 1.5rem;
}

.exam-confirmation-dialog h2[b-mhu1jhyhp8] {
    margin: 0 0 0.75rem;
    color: #102a43;
    font-size: 1.5rem;
}

.exam-confirmation-dialog p:not(.eyebrow)[b-mhu1jhyhp8] {
    margin: 0;
    color: #52606d;
    line-height: 1.55;
}

.exam-confirmation-actions[b-mhu1jhyhp8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.exam-toast[b-mhu1jhyhp8] {
    position: fixed;
    right: 1.25rem;
    bottom: 5.75rem;
    max-width: 420px;
    background: #102a43;
    color: #ffffff;
    border-radius: 6px;
    padding: 0.9rem 1rem;
    box-shadow: 0 8px 22px rgba(31, 41, 51, 0.22);
    z-index: 20;
}

.visually-hidden[b-mhu1jhyhp8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes spin-b-mhu1jhyhp8 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {
    .exam-topbar[b-mhu1jhyhp8] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .status-cluster[b-mhu1jhyhp8] {
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .submit-button[b-mhu1jhyhp8] {
        justify-self: stretch;
    }

    .exam-main[b-mhu1jhyhp8] {
        grid-template-columns: 1fr;
        overflow: auto;
    }

    .question-rail[b-mhu1jhyhp8] {
        overflow: visible;
    }

    .question-number-list[b-mhu1jhyhp8] {
        grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
    }

    .exam-tool-panel[b-mhu1jhyhp8],
    .result-metric-grid[b-mhu1jhyhp8] {
        grid-template-columns: 1fr;
    }

    .exam-tool-panel[b-mhu1jhyhp8] {
        left: 1rem;
        right: 1rem;
        width: auto;
        max-height: calc(100dvh - 2rem);
        overflow: auto;
    }

    .scratch-pad[b-mhu1jhyhp8] {
        min-height: 220px;
    }

    .stimulus-panel[b-mhu1jhyhp8],
    .question-panel[b-mhu1jhyhp8] {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .exam-tool-panel[b-mhu1jhyhp8] {
        top: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
        max-height: none;
    }

    .exam-footer[b-mhu1jhyhp8] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .nav-button.previous[b-mhu1jhyhp8],
    .nav-button.next[b-mhu1jhyhp8],
    .flag-button[b-mhu1jhyhp8],
    .tool-toggle-button[b-mhu1jhyhp8] {
        justify-self: stretch;
    }

    .footer-actions[b-mhu1jhyhp8],
    .completion-actions[b-mhu1jhyhp8],
    .exam-confirmation-actions[b-mhu1jhyhp8] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .option-row[b-mhu1jhyhp8] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .option-label[b-mhu1jhyhp8] {
        display: none;
    }
}
