.results-card{position:sticky;top:24px;}
.section-toggle-main{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;}
.schedule-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.legend-item--note{align-items:flex-start;justify-content:flex-start;}
.breakdown-table-wrap{overflow:auto;}
.schedule-table th,.schedule-table td{white-space:nowrap;}
.form-group-full{grid-column:1 / -1;}
.is-hidden-row{display:none;}

@media (max-width:1120px){
  .results-card{position:static;top:auto;}
}
