/* Homepage dashboard: commerce left, standings right; standings first on mobile. */
.home-dashboard{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.78fr);grid-template-areas:"commerce standing";align-items:stretch;gap:18px;padding-top:12px}
.home-dashboard .commerce-grid{grid-area:commerce;width:100%;height:100%;padding-top:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-dashboard .commerce-card{height:100%;min-height:280px}
.home-standing{grid-area:standing;min-width:0;height:100%}
.home-standing>div,.home-standing .moduletable{height:100%;margin:0!important;padding:0!important;background:transparent!important}
.home-standing .fk-sportnet--standings{height:100%;margin:0;box-shadow:none}
.home-dashboard .home-standing .fk-sportnet--standings .fk-sportnet__heading strong{color:var(--club-blue)!important;font-size:1.75rem}
.home-standing .fk-sportnet--standings td{padding-top:9px!important;padding-bottom:9px!important}
.home-dashboard+.partner-match{margin-top:18px}
@media(max-width:900px){.home-dashboard{grid-template-columns:1fr;grid-template-areas:"standing" "commerce";gap:12px;padding-top:12px}.home-dashboard .commerce-grid{grid-template-columns:1fr}.home-dashboard .commerce-card{min-height:185px}.home-standing .fk-sportnet--standings{height:auto}.home-dashboard+.partner-match{margin-top:12px}}
