body {
  margin: 0;
}

.container-fluid,
.content {
  max-width: 1440px;
  margin: auto;
}

#game-content {
  position: sticky;
  top: 70px;
  overflow-y: auto;
  border-color: #1bcfcf;
}

#game-content .card-header {
  background-color: #1bcfcf;
  color: #fff;
}

#game-content .card-header .fw-semibold {
  color: #fff;
}

#game-content api-sports-widget {
  max-height: calc(100vh - 100px);
}

#detail-content api-sports-widget {
  max-height: calc(100vh - 140px);
}

.detail-close {
  filter: invert(1);
  opacity: 0.8;
}

.detail-close:hover {
  opacity: 1;
}

#leagues-list {
  position: sticky;
  top: 70px;
  overflow-y: auto;
}

.match-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.live-scores {
  display: none;
}

.standings-section {
  display: none;
}

.match-card .teams,
.match-card .match-teams {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.match-card .meta,
.match-card .match-time {
  font-size: 0.85rem;
  color: #6c757d;
}

.match-card .match-league {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #adb5bd;
  margin-bottom: 0.25rem;
}

.match-card .match-actions {
  margin-top: 0.75rem;
  text-align: right;
}

.motd-card {
  border: 1px solid #ffd166;
  background: linear-gradient(135deg, #fff8e1, #fff);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(255, 193, 7, 0.2);
}

.motd-card h3 {
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c28a00;
}

.motd-card h2 {
  margin: 0.75rem 0 0.5rem;
  font-size: 1.4rem;
}

.trending-list {
  display: flex;
  flex-direction: column;
}

.live-filters .btn {
  min-width: 120px;
}

.standings-section table {
  width: 100%;
  border-collapse: collapse;
}

.standings-section th,
.standings-section td {
  padding: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.9rem;
}

.standings-section th {
  background: #f8f9fa;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
