/* Page-specific overrides for subpages/orbital-maneuver-lab.html */

html {
  scroll-snap-type: none !important;
}

body {
  overflow-y: auto !important;
}

main {
  padding-top: 120px;
}

.section__inner {
  padding: 4rem 0;
}

.fullpage.section {
  min-height: auto;
  scroll-snap-align: none;
}

main > .hero {
  margin-top: -120px;
  padding-top: 90px;
}

#simulation .section__inner {
  max-width: 1500px;
}

.control-group--status {
  margin-top: auto;
}

.sim-status {
  color: #666;
  font-size: 0.9rem;
  font-weight: bold;
}

.telemetry-value--timer {
  font-size: 1.5rem;
}
