.fixture-button--live .fixture-date {
  color: var(--accent);
  font-weight: 680;
}

.fixture-button--live { box-shadow: inset 2px 0 0 var(--accent); }
.fixture-button--finished .fixture-date { color: var(--muted-strong); }
.match-hero--live { background: transparent; }

.match-kickoff--live {
  color: var(--accent);
  font-weight: 680;
  letter-spacing: 0.015em;
}

.match-vs--live-score {
  grid-column: 2;
  justify-self: center;
  align-self: center;
  position: relative;
  top: -4px;
  display: inline-block;
  width: max-content;
  min-width: max-content;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: clamp(1.8rem, 4.6vw, 2.2rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  line-height: 1;
  letter-spacing: 0.045em;
  text-align: center;
  white-space: nowrap;
}

.live-match-section {
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.live-match-heading {
  margin-bottom: 10px;
  text-align: left;
}

.live-match-heading h3 {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 680;
  letter-spacing: -0.012em;
}

.live-event-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: transparent;
  list-style: none;
}

.live-event {
  display: grid;
  grid-template-columns: 46px 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 9px 13px;
  background: transparent;
}

.live-event + .live-event { border-top: 1px solid var(--line); }

.live-event-minute {
  color: var(--muted);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.live-event-marker {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  font-size: 0.86rem;
}

.live-event--red-card .live-event-marker {
  color: var(--low);
  font-size: 0.8rem;
}

.live-event-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.live-event-copy strong {
  overflow: visible;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 630;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.live-event-assist {
  overflow: visible;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.live-event-score {
  color: var(--accent);
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  font-weight: 680;
}

/* In alle wedstrijdstaten mag content groeien; we maskeren geen tekst om een tegel passend te maken. */
.fixture-team-name {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.match-team strong {
  overflow-wrap: anywhere;
}

.prediction-insight strong {
  display: block;
  max-width: 100%;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.prediction-insight span:last-child { text-wrap: pretty; }

.h2h-meta { flex-wrap: wrap; }

.h2h-competition {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (min-width: 901px) {
  .live-match-heading h3 { font-size: 0.9rem; }
  .live-event-copy strong { font-size: 0.88rem; }
  .live-event-assist { font-size: 0.76rem; }
}

@media (max-width: 680px) {
  .fixture-button {
    height: auto;
    min-height: 114px;
  }

  .match-team strong { font-size: clamp(0.98rem, 5vw, 1.28rem); }
  .prediction-insight strong { font-size: 0.9rem; }
  .probability-card strong { font-size: clamp(1.45rem, 7.5vw, 1.85rem); }
}

@media (max-width: 640px) {
  .match-vs--live-score { font-size: 1.8rem; }
  .live-match-section { padding-inline: 0; }
  .live-event {
    grid-template-columns: 40px 20px minmax(0, 1fr) auto;
    gap: 6px;
    padding-inline: 10px;
  }
}
