   /* Banner */
.gaming-banner-mixed {
  width: 100%;
  background: linear-gradient(90deg, #ffb300, #ff7700);
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.satta-time, .satta-date {
  font-size: 16px;
  font-weight: bold;
}

.gaming-title-mixed {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
  text-shadow: 1px 1px 2px #000;
}

.gaming-result-line {
  font-size: 20px;
  font-weight: bold;
  background: rgba(0,0,0,0.2);
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gaming-game-name {
  color: #fff;
}

.gaming-arrow {
  margin: 0 10px;
  font-size: 24px;
}

.gaming-result-number {
  color: #00ffea;
}

/* Today game results */
.today-game-wrapper {
  background: linear-gradient(to bottom, #fffde7, #fff9c4);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 235, 59, 0.3);
  max-width: 950px;
  margin: auto;
  font-family: 'Orbitron', sans-serif;
  color: #212121;
}
.today-game-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.today-game-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fffde7;
  border-left: 6px solid #fbc02d;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(255, 241, 118, 0.6);
  transition: all 0.3s ease;
}
.today-game-item:hover {
  background: #fff9c4;
}
.today-game-name {
  flex: 1;
  font-size: 18px;
  font-weight: 900;
  color: #f57f17;
}
.today-game-time {
  font-size: 12px;
  color: #666;
}
.today-game-last, .today-game-new {
  flex: 1;
  text-align: center;
}
.today-game-last span:first-child {
  font-size: 14px;
  color: #d32f2f;
}
.today-game-last span:last-child {
  font-size: 20px;
  font-weight: bold;
  color: #b71c1c;
}
.today-game-new span:first-child {
  font-size: 14px;
  color: #388e3c;
}
.today-game-new span:last-child {
  font-size: 20px;
  font-weight: bold;
  color: #2e7d32;
}

/* Breaking Result */
.breaking-result {
  margin-top:10px;
  background:#000;
  color:#ffeb3b;
  font-weight:bold;
  font-size:14px;
  padding:8px 0;
  border-radius:6px;
  letter-spacing:1px;
  text-shadow:1px 1px 2px #000;
}

/* Daily Guess Heading */
.daily-guess-heading {
  background: #fdd835;
  padding: 12px 20px;
  border-radius: 15px 15px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

/* Last Update */
.last-update {
  text-align:center;
  color:#ccc;
  font-size:13px;
  padding: 6px 0;
  background:#1c1c1c;
  border-bottom:1px solid #333;
}

/* Daily Games Table */
.daily-games-wrapper {
  padding:15px;
  background:yellow;
  border-radius:0 0 15px 15px;
  overflow-x:auto;
}
.daily-games-table {
  width:100%;
  border
