/* ================================================================
   CUSTOM — custom.css
   Project-specific utilities that Bootstrap doesn't cover.
   ================================================================ */


/* ── Exam mode create (em-) ─────────────────────────────────────────────────── */

/* Full-height centering shell (accounts for the fixed navbar height) */
.em-shell {
  min-height: calc(100svh - 72px);
}

/* Narrow content box */
.em-box {
  width: 100%;
  max-width: 460px;
}

/* Compact number input */
.em-input-sm {
  max-width: 180px;
}
