/* Kisure v472: one live-clock surface, hidden empty red cards, compact forecast. */
[data-live-red-cards][hidden] { display: none !important; }
.football-match-forecast { padding: 18px 20px !important; }
.football-match-forecast__heading { align-items: center !important; margin-bottom: 12px !important; }
.football-match-forecast__heading h2 { font-size: clamp(20px,2vw,27px) !important; margin: 2px 0 3px !important; }
.football-match-forecast__heading p { font-size: 13px !important; margin: 0 !important; max-width: 650px !important; }
.football-match-forecast__summary { min-height: 0 !important; padding: 12px 14px !important; margin-bottom: 10px !important; }
.football-match-forecast__summary strong { font-size: 17px !important; }
.football-match-forecast__markets { grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 8px !important; }
.football-match-forecast__markets article { min-height: 0 !important; padding: 11px 12px !important; }
.football-match-forecast__markets article strong { font-size: 16px !important; }
.football-match-forecast__markets article em { font-size: 11px !important; }
.football-match-forecast__note { font-size: 11px !important; margin: 10px 0 0 !important; line-height: 1.45 !important; }
@media (max-width: 720px) {
  .football-match-forecast { padding: 15px !important; }
  .football-match-forecast__markets { grid-template-columns: 1fr !important; }
  .football-match-forecast__heading { align-items: flex-start !important; }
}
