.smv-matches {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

.smv-time-title {
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  margin-top: 20px;
  border-radius: 4px;
}

.smv-match-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.smv-team {
  display: flex;
  align-items: center;
  gap: 8px;
}

.smv-left {
  flex: 1;
}

.smv-right {
  flex: 1;
  justify-content: flex-end;
  text-align: right;
}

.smv-vs {
  flex: 0 0 40px;
  text-align: center;
  font-weight: bold;
  color: #444;
}

.smv-match-row img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
