/* Match both columns to the tallest content, without clipping longer options. */
@media (min-width: 768px) {
  .start-page .start-selector { align-items: stretch; }
  .start-page .start-options { display: grid; grid-template-rows: repeat(3, minmax(94px, 1fr)); }
  .start-page .start-selected { min-height: 0; }
  .start-page .start-selected > :last-child { margin-bottom: 0; }
}
