.livepress-table {
  padding: 10px;
  margin: 10px auto;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}
.livepress-table.light { background: #f9f9f9; color: #111; }
.livepress-table.dark { background: #1a1a1a; color: #fff; }

.match {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.timer {
  font-size: 13px;
  margin-top: 5px;
  position: relative;
}
.progress-bar {
  height: 6px;
  background: limegreen;
  margin-top: 3px;
  border-radius: 4px;
}