.schedule-match-info {
  margin: 0 0 16px;
  padding: 16px 12px 12px;
  background: var(--w-color-surface-field, #f5f5f5);
  border: 1px solid var(--w-color-border-field, #d1d5db);
  border-top: 3px solid var(--w-color-secondary, #007d7e);
  border-radius: 0 0 6px 6px;
  color: var(--w-color-text-label, #262626);
  font-family: inherit;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.schedule-match-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.schedule-team {
  flex: 1;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
}

.schedule-team--home { text-align: right; }
.schedule-team--away { text-align: left; }

.schedule-mid {
  flex: 0 0 auto;
  text-align: center;
  min-width: 80px;
}

.schedule-score {
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--w-color-secondary, #007d7e);
}

.schedule-live {
  margin-top: 4px;
  font-size: 0.65em;
  font-weight: 700;
  color: #2ecc71;
  letter-spacing: 1px;
}

.schedule-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 1px;
}

.schedule-badge--postponed { background: #e67e22; }
.schedule-badge--cancelled  { background: #e74c3c; }
.schedule-badge--playing    { background: #27ae60; }
.schedule-badge--scheduled  { background: #7f8c8d; }

.schedule-vs {
  font-size: 1.1em;
  font-weight: 700;
  opacity: 0.5;
}

.schedule-date {
  margin-top: 10px;
  text-align: center;
  font-size: 0.78em;
  opacity: 0.6;
  letter-spacing: 0.5px;
}

.schedule-match-id-readonly {
  opacity: 0.6;
  cursor: default;
}
