/*
 * Policies and Student Code hero spacing
 *
 * These two pages end their hero copy with an in-page navigation row.
 * The standard hero bottom padding is intentionally generous for heroes
 * that end with body copy, but it leaves too much space below this nav.
 * Keep the shared typography, colors, and top spacing unchanged while
 * tightening only the distance from the navigation row to the hero edge.
 */
body.policies-page .hero.standard-hero,
body.student-code-page .hero.standard-hero {
  padding-bottom: clamp(14px, 1.2vw, 20px);
}

@media (max-width: 640px) {
  body.policies-page .hero.standard-hero,
  body.student-code-page .hero.standard-hero {
    padding-bottom: 14px;
  }
}
