/* Keep the comparison table's minimum width inside its scroll wrapper. */
@media (max-width: 900px) {
  .station-decision-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
