/* Desktop renderer. It shares services/data with mobile but owns its layout. */
html.nb-matchday-desktop-view body.nb-matchday-platform :is(.nb-centre-content-grid,.nb-unified-layout,.nbpl-squad-layout){align-items:start}
html.nb-matchday-desktop-view body.nb-matchday-platform :is(.nb-pred-wrap,.nb-single-match-main,.nbpl-wrap,.nbpl-squad){min-width:0}
html.nb-matchday-desktop-view body.nb-matchday-platform .nb-match-article-head{text-align:center}
html.nb-matchday-desktop-view body.nb-matchday-platform .nb-match-article-head p{margin-inline:auto}
html.nb-matchday-desktop-view body.nb-matchday-platform .nb-match-card{box-shadow:0 10px 28px rgba(8,23,39,.1)}
html.nb-matchday-desktop-view body.nb-matchday-platform .nb-leaderboard-row.nb-rank-1{box-shadow:inset 4px 0 var(--nbm-gold)}
html.nb-matchday-desktop-view body.nb-matchday-platform .nb-leaderboard-row.nb-rank-2{box-shadow:inset 4px 0 #c7d0dc}
html.nb-matchday-desktop-view body.nb-matchday-platform .nb-leaderboard-row.nb-rank-3{box-shadow:inset 4px 0 #b87745}

