.student-help {
  color: #20252b;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 70rem;
  padding: clamp(1rem, 3vw, 2.5rem);
}

.student-help__header {
  border-bottom: 1px solid #d8dee5;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.student-help__eyebrow {
  color: #44566c;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.student-help h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0;
}

.student-help h2 {
  border-bottom: 1px solid #d8dee5;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-top: 0;
  padding-bottom: 0.4rem;
}

.student-help h3 {
  font-size: 1.3rem;
  margin-top: 1.75rem;
}

.student-help h4 {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.student-help section {
  margin: 3rem 0;
  scroll-margin-top: 1rem;
}

.student-help p,
.student-help li {
  max-width: 78ch;
}

.student-help li + li {
  margin-top: 0.65rem;
}

.student-help a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.student-help a:focus-visible,
.student-help__table-wrap:focus-visible {
  outline: 3px solid #0b6efd;
  outline-offset: 3px;
}

.student-help__download {
  margin: 1.25rem 0 0;
}

.student-help__download .gi-btn {
  text-decoration: none;
}

.student-help__lead {
  color: #44566c;
  font-size: 1.2rem;
  font-weight: 600;
}

.student-help__callout {
  background: #eef6ff;
  border-left: 0.35rem solid #0b6efd;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
}

.student-help__callout p {
  margin: 0;
}

.student-help__callout p + p {
  margin-top: 0.35rem;
}

.quick-start-list {
  counter-reset: quick-start;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.quick-start-list[start="4"] {
  counter-reset: quick-start 3;
}

.quick-start-list[start="7"] {
  counter-reset: quick-start 6;
}

.quick-start-list > li {
  background: #f6f8fa;
  border: 1px solid #d8dee5;
  border-radius: 0.4rem;
  counter-increment: quick-start;
  margin: 0;
  padding: 1rem;
}

.quick-start-list > li::before {
  color: #0b5cad;
  content: counter(quick-start);
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.quick-start-list p {
  margin: 0;
}

.convention-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 1.25rem;
}

.student-help__toc {
  background: #f6f8fa;
  border: 1px solid #d8dee5;
  border-radius: 0.4rem;
  padding: 1.25rem 1.5rem;
}

.student-help__toc h2 {
  border: 0;
  font-size: 1.5rem;
}

.student-help figure {
  margin: 2rem auto;
  max-width: 64rem;
}

.student-help figure img {
  border: 1px solid #c6cdd5;
  display: block;
  height: auto;
  max-width: 100%;
}

.student-help figcaption {
  color: #44566c;
  font-size: 0.95rem;
  margin-top: 0.65rem;
}

.student-help__table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.student-help table {
  border-collapse: collapse;
  min-width: 42rem;
  width: 100%;
}

.student-help th,
.student-help td {
  border: 1px solid #c6cdd5;
  padding: 0.7rem;
  text-align: left;
  vertical-align: top;
}

.student-help th {
  background: #eef2f6;
}

.back-to-top {
  font-size: 0.95rem;
  margin-top: 1.5rem;
}

.student-help__copyright {
  border-top: 1px solid #d8dee5;
  color: #44566c;
  font-size: 0.9rem;
  margin-top: 3rem;
  padding-top: 1rem;
}

@media (max-width: 48rem) {
  .quick-start-list,
  .convention-list {
    grid-template-columns: 1fr;
  }

  .student-help {
    padding-inline: 1rem;
  }
}
