:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #667085;
  --surface: #ffffff;
  --line: #d0d5dd;
  --soft: #f2f4f7;
  --fire: #c62828;
  --red: #ed1c24;
  --red-dark: #b80f16;
  --black: #050505;
  --ems: #167f71;
  --navy: #17324d;
  --gold: #f4b740;
  --shadow: 0 18px 45px rgba(16, 24, 40, 0.16);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #e9edf2;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
}

.app-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #f8fafc;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  background: #000;
}

.brand-logo-link {
  display: block;
  width: 100%;
}

.brand-logo-link:focus-visible {
  outline: 3px solid rgba(244, 183, 64, 0.65);
  outline-offset: -6px;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  padding: 28px 18px 12px;
}

.hero::after {
  content: none;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 22px 24px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(16, 24, 40, 0.92));
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: var(--fire);
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero p:last-child {
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.hero-actions .hero-link-button {
  margin-left: auto;
  margin-right: auto;
}

.admin-login-button,
.hero-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  background: #2a2a2a;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.hero-link-button {
  background: var(--red);
  box-shadow: 0 6px 14px rgba(237, 28, 36, 0.22);
}

.admin-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: #101828;
}

.panel {
  padding: 20px 18px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.panel + .panel {
  margin-top: 10px;
}

.compact {
  padding-bottom: 28px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.icon-button,
.text-button {
  min-width: 42px;
  min-height: 42px;
  border-radius: 8px;
  background: #eeeeee;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.icon-button {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.icon-button span {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}

.text-button {
  border: 1px solid var(--line);
  padding: 0 12px;
  color: var(--red-dark);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.header-admin-actions {
  justify-content: center;
  margin-top: 12px;
}

.header-admin-actions .text-button {
  border-color: rgba(255, 255, 255, 0.62);
  background: #2a2a2a;
  color: #fff;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 4px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #1a1a1a;
}

.segmented-control button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #2a2a2a;
  color: #e7e7e7;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.segmented-control button.active {
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 14px rgba(237, 28, 36, 0.22);
}

.class-list,
.registration-list,
.admin-list,
.audit-list {
  display: grid;
  gap: 10px;
}

.course-detail-mode > .section-heading,
.course-detail-mode > .segmented-control,
.course-detail-mode > .course-open-note,
.course-detail-mode > .class-list {
  display: none;
}

.audit-filter-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(140px, 0.7fr) minmax(140px, 0.7fr);
  gap: 10px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.audit-filter-controls label {
  margin: 0;
}

.course-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
}

.course-option.course-open {
  border: 3px solid var(--gold);
  background: #fff8dc;
  box-shadow: 0 0 0 4px rgba(244, 183, 64, 0.24), 0 10px 22px rgba(16, 24, 40, 0.1);
}

.course-option:has(input:checked) {
  border-color: var(--red);
  background: #fff3f3;
  box-shadow: 0 8px 18px rgba(237, 28, 36, 0.14);
}

.course-option input {
  width: 20px;
  min-height: 20px;
  padding: 0;
}

.course-open-note {
  margin: -2px 0 12px;
  padding: 10px 12px;
  border: 2px solid rgba(244, 183, 64, 0.85);
  border-radius: 8px;
  background: #fff8dc;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.required-courses-button {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 14px 18px;
  border: 4px solid var(--red-dark);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffd86a 0%, var(--gold) 100%);
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.13), 0 12px 26px rgba(198, 40, 40, 0.22);
  color: var(--black);
  font-size: 1.05rem;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
}

.required-courses-button span {
  font-size: 1.08rem;
}

.required-courses-button small {
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

input[name="driversLicenseNumber"],
input[name="driversLicenseState"],
input[name="state"] {
  text-transform: uppercase;
}

.required-courses-button:hover {
  border-color: var(--red-dark);
  background: var(--red);
  color: #fff;
}

.required-courses-button:hover small {
  color: #fff;
}

.course-info-required-button {
  width: min(100%, 460px);
  justify-self: center;
  margin: 4px auto 8px;
}

.seat-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.seat-pill {
  max-width: 150px;
  justify-content: center;
  color: var(--navy);
  text-align: center;
}

.course-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.inline-signup {
  margin-top: 0;
}

.course-info-box {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 18px 16px;
  border: 1px solid rgba(198, 40, 40, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fff7f7);
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
  text-align: center;
}

.course-info-box h3,
.course-info-box p {
  margin: 0;
}

.course-info-box h3 {
  color: var(--navy);
  font-size: 1.16rem;
  line-height: 1.2;
}

.course-info-box strong {
  color: var(--fire);
  font-size: 1.28rem;
  line-height: 1;
}

.course-info-acknowledgment {
  margin: -2px 0 16px;
  padding: 14px;
  border: 2px solid rgba(244, 183, 64, 0.72);
  border-radius: 8px;
  background: #fff8e6;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
}

.course-info-acknowledgment label {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.course-info-acknowledgment input {
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 0;
  padding: 0;
  accent-color: var(--fire);
}

.course-additional-details {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px;
  border: 2px solid rgba(244, 183, 64, 0.85);
  border-radius: 8px;
  background: #fff8dc;
  color: var(--ink);
  text-align: center;
}

.course-additional-details h4,
.course-additional-details p {
  margin: 0;
}

.course-additional-details h4 {
  color: var(--navy);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.course-info-box p:last-child {
  max-width: 36rem;
  margin: 2px auto 0;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.5;
}

.course-objectives-box {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 14px;
  border: 1px solid rgba(198, 40, 40, 0.18);
  border-radius: 8px;
  background: #fff7f7;
  text-align: center;
}

.course-objectives-box h4 {
  margin: 0;
  color: var(--fire);
  font-size: 0.95rem;
  text-align: center;
  text-transform: uppercase;
}

.course-objectives-box p {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.5;
}

.prereq-box {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 6px;
  padding: 14px;
  border: 1px solid rgba(23, 50, 77, 0.14);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.prereq-grid {
  display: grid;
  gap: 12px;
  width: 100%;
}

.prereq-box h4,
.prereq-box h5 {
  margin: 0;
}

.prereq-box h4 {
  color: var(--fire);
  font-size: 0.95rem;
  text-align: center;
  text-transform: uppercase;
}

.prereq-group {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fafb;
  text-align: center;
}

.prereq-group:first-of-type {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.prereq-group h5 {
  color: var(--navy);
  font-size: 0.86rem;
}

.prereq-link-note {
  margin: -2px 0 2px;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.prereq-note {
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.prereq-group ul,
.prereq-group ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
}

.prereq-group li {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.42;
  text-align: center;
}

.requirement-reference {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 3px 7px;
  border-radius: 8px;
  background: rgba(23, 50, 77, 0.08);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 900;
}

.certification-box {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fafb;
  text-align: center;
}

.certification-box h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
}

.certification-box p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.45;
}

.certification-box .payment-notice {
  font-weight: 900;
}

.certification-box label {
  width: 100%;
  text-align: center;
}

.certification-box input {
  text-align: center;
}

.registration-email-disclaimer {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(244, 183, 64, 0.55);
  border-radius: 8px;
  background: #fff8e6;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

form {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
}

input.expired-field {
  border-color: var(--red);
  background: #fff3f3;
  color: var(--red-dark);
  box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.16);
}

.checkbox-group {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.checkbox-group label {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.checkbox-group input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}

.field-hint {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.signature-name-input {
  height: 56px;
  font-family: "Lucida Handwriting", "Segoe Script", cursive;
  font-size: var(--signature-font-size, 1.65rem);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.signature-name-input::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
}

input:focus,
select:focus,
button:focus-visible {
  outline: 3px solid rgba(244, 183, 64, 0.45);
  outline-offset: 2px;
}

.checkbox-row {
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
}

.checkbox-row input {
  min-height: 20px;
  padding: 0;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.primary-button:disabled {
  background: #98a2b3;
  cursor: not-allowed;
}

.course-option.course-closed {
  border-color: #d0d5dd;
  background: #eef0f3;
  color: #667085;
  box-shadow: none;
  opacity: 0.78;
}

.course-option small {
  display: block;
  margin-top: 4px;
  color: #475467;
  font-size: 0.78rem;
  font-weight: 900;
}

.registration-closed-notice {
  padding: 10px 12px;
  border: 1px solid rgba(180, 35, 24, 0.25);
  border-radius: 8px;
  background: #fff1f0;
  color: #b42318;
  font-weight: 900;
}

.registration-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.registration-card strong {
  display: block;
  margin-bottom: 3px;
}

.registration-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.admin-panel {
  background: #f9fafb;
}

.admin-record {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.deleted-record {
  border-color: rgba(198, 40, 40, 0.35);
  background: #fff8f8;
}

.deleted-count {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.admin-name-button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.admin-name-button:hover,
.admin-name-button:focus-visible {
  border-color: var(--navy);
  background: #f8fafc;
  outline: none;
}

.admin-name-button span {
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
}

.admin-name-button small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-name-button[aria-expanded="true"] {
  border-bottom: 1px solid var(--line);
  background: #f9fafb;
}

.admin-record-detail {
  padding: 12px 14px 14px;
}

.admin-record h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.2;
}

.admin-record p {
  margin: 5px 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.course-registration-list {
  display: grid;
  gap: 10px;
}

.course-registration-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.course-registration-row strong,
.course-registration-row small {
  display: block;
}

.course-registration-row strong {
  color: var(--navy);
  font-weight: 900;
}

.course-registration-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.course-registration-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.course-details-field {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.course-details-field textarea {
  width: 100%;
  min-height: 88px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
}

.email-status {
  padding: 8px 10px;
  border-radius: 8px;
  background: #f2f4f7;
  font-weight: 800;
}

.email-status.sent {
  background: #ecfdf3;
  color: #027a48;
}

.email-status.failed {
  background: #fff1f0;
  color: #b42318;
}

.email-status.skipped {
  background: #fffaeb;
  color: #b54708;
}

.email-status.pending {
  background: #eff8ff;
  color: #175cd3;
}

.admin-details {
  display: grid;
  gap: 7px;
  margin: 0;
}

.admin-details div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 8px;
  align-items: start;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.35;
}

.admin-details dt {
  color: var(--muted);
  font-weight: 800;
}

.admin-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-record-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.admin-record-actions button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eeeeee;
  color: var(--ink);
  font-weight: 900;
}

.admin-record-actions .danger-button {
  border-color: var(--black);
  background: var(--black);
  color: #fff;
}

.admin-login-button:active,
.hero-link-button:active,
.icon-button:active,
.text-button:active,
.segmented-control button:active,
.course-option:active,
.required-courses-button:active,
.primary-button:active,
.admin-record-actions button:active {
  transform: translateY(1px);
}

.audit-entry {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.82rem;
  line-height: 1.4;
}

.audit-entry strong {
  display: block;
  color: var(--navy);
}

.audit-entry span {
  display: block;
  color: var(--muted);
}

.empty-state {
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(16, 24, 40, 0.58);
}

.modal {
  width: min(100%, 390px);
  max-height: 88vh;
  overflow: auto;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 10;
  width: min(92vw, 390px);
  min-height: 48px;
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 699px) {
  .hero {
    min-height: 250px;
  }

  .brand-logo {
    max-height: 130px;
    padding: 18px 14px 8px;
  }

  .hero-overlay {
    padding: 16px 16px 20px;
  }

  h1 {
    font-size: 2rem;
  }

  .panel {
    padding: 18px 14px;
  }

  .course-info-box h3 {
    font-size: 1.24rem;
  }

  .course-info-box p,
  .certification-box p,
  .prereq-group li {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .course-info-acknowledgment label {
    font-size: 1rem;
  }

  form {
    gap: 16px;
  }

  label {
    font-size: 1.02rem;
    gap: 8px;
  }

  input,
  select {
    min-height: 56px;
    padding: 0 14px;
    font-size: 1.08rem;
  }

  .field-hint {
    font-size: 0.94rem;
  }

  .primary-button {
    min-height: 56px;
    font-size: 1.08rem;
  }

  .audit-filter-controls {
    grid-template-columns: 1fr;
  }

  .certification-box {
    padding: 16px;
  }
}

@media (min-width: 700px) {
  body {
    padding: 28px 0;
  }

  .app-shell {
    width: min(100%, 430px);
    min-height: auto;
    border-radius: 22px;
  }

  .app-shell:has(.course-detail-mode) {
    width: min(100%, 920px);
  }

  .course-detail-mode + .signup-panel,
  .course-detail-mode ~ .signup-panel {
    max-width: 920px;
  }

  .course-info-box {
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .course-info-box > .eyebrow,
  .course-info-box > h3,
  .course-info-box > strong,
  .registration-closed-notice {
    justify-self: center;
    text-align: center;
  }

  .course-info-box > p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .course-objectives-box,
  .prereq-box {
    width: 100%;
  }

  .prereq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .prereq-group {
    height: 100%;
  }
}
