.tcmh-wrap {
  --tcmh-bg: #111820;
  --tcmh-bg-2: #1a212c;
  --tcmh-border: #2c3645;
  --tcmh-text: #e9eef5;
  --tcmh-muted: #98a7bb;
  --tcmh-accent: #18c366;
}

.tcmh-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tcmh-filter {
  border: 1px solid var(--tcmh-border);
  color: var(--tcmh-text);
  background: var(--tcmh-bg-2);
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}

.tcmh-filter.is-active {
  background: #f0b90b;
  color: #111;
  border-color: #f0b90b;
}

.tcmh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.tcmh-card {
    border: 1px solid #180a04;
    border-radius: 14px;
    background-image: url(/wp-content/uploads/2026/05/stadium-thapcam.jpg);
    color: var(--tcmh-text);
    padding: 10px;
}

.tcmh-league {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tcmh-league img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.tcmh-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}

.tcmh-team {
  text-align: center;
}

.tcmh-team img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 6px;
}

.tcmh-team strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.tcmh-score {
  text-align: center;
  min-width: 90px;
}

.tcmh-status-label {
  display: block;
  color: var(--tcmh-accent);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.tcmh-score-line {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.tcmh-minute {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--tcmh-accent);
  min-height: 16px;
}

.tcmh-countdown {
  display: block;
  margin-top: 2px;
  min-height: 16px;
  font-size: 11px;
  color: #ffd248;
}

.tcmh-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}

.tcmh-commentator {
  color: var(--tcmh-muted);
  font-size: 12px;
}

.tcmh-watch-btn {
  background: #5a5a5a;
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
}

.tcmh-empty {
  padding: 16px;
  border: 1px dashed var(--tcmh-border);
  border-radius: 12px;
  color: var(--tcmh-muted);
}
