@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@900&display=swap');
/* RCS AllUnited Prev/Next – TV shortcodes (centered, standard font) v5.40.00 */
html body .rcs-au-prevnext-tv{ text-align:center; font-family: inherit; }
html body .rcs-au-prevnext-tv .rcs-au-card{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:6px; margin:0 auto; }

/* Head + date line */
html body .rcs-au-prevnext-tv .rcs-au-heading{ font-weight:600; margin:0; }
html body .rcs-au-prevnext-tv .rcs-au-sub{ opacity:0.9; }

/* Row 3 layout */
html body .rcs-au-prevnext-tv .rcs-au-row3{ display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; }
html body .rcs-au-prevnext-tv .rcs-team{ white-space:nowrap; }
html body .rcs-au-prevnext-tv .rcs-score{ font-family:'Big Shoulders Display', sans-serif; font-size: calc(var(--rcs-tv-logo,92px) * 0.90); font-weight:900; line-height:1; }
html body .rcs-au-prevnext-tv .rcs-logo img{ width:var(--rcs-tv-logo,92px); height:var(--rcs-tv-logo,92px); object-fit:contain; display:block; }

/* Small screens */
@media (max-width:600px){
  html body .rcs-au-prevnext-tv .rcs-au-row3{ gap:10px; }
  html body .rcs-au-prevnext-tv .rcs-score{ font-size: calc(var(--rcs-tv-logo,92px) * 0.90); }
  html body .rcs-au-prevnext-tv .rcs-logo img{ width:72px; height:72px; }
}