.hero-map {
  background-image: url("hero-route-map.png");
}

.comparison i {
  font-style: normal;
}

.control-list .index {
  align-self: start;
  width: 24px;
  height: 2px;
  margin-top: 11px;
  background: var(--accent);
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: #ffb6ab;
  font-size: 12px;
  line-height: 1.5;
}

.form-status.success-message {
  color: #c9e8d7;
}

[aria-invalid="true"] {
  border-color: #ff7968;
}

@media (prefers-reduced-motion: no-preference) {
  .scenario-list button,
  .button {
    transition: background-color 160ms ease, color 160ms ease, padding 160ms ease;
  }
}
