/* R23 restores the original result-card spacing, typography, totals and
   outcome strip. The renderer still omits the redundant per-club points/GD
   line, so each football box closes naturally beneath its score. */
#app .result-grid>div{grid-template-rows:auto;grid-auto-rows:minmax(64px,1fr)}
#app .result-grid .result-team{min-height:64px}
#app .highlight-team-row>b{display:none}

/* Keep the requested Season Awards Back-to-heading correction. */
#app>.r12-subpage-back+.r13-awards-page-header{margin-top:0;padding-top:0!important;padding-bottom:12px!important}
