.LiveResults .results-panel-card {
  background-color: #ffe6cc !important;
  border: 2px solid #800000 !important;
  border-radius: 8px;
  overflow: hidden;
}

.LiveResults .results-header {
  background-color: #ff007f;
  color: white;
  padding: 12px;
  font-weight: bold;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
}

.LiveResults .results-subheading {
  font-weight: bold;
  color: #222;
}

.LiveResults .game-status-block {
  background-color: #ffffff;
  border: 1px solid #e1b382;
  border-radius: 6px;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.LiveResults .game-card-title {
  color: #000080;
  font-weight: bold;
  font-size: 0.95rem;
}

.LiveResults .status-txt {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 4px 0;
}

.LiveResults .status-txt.loading-state {
  color: #000080;
  font-size: 0.95rem;
}

.LiveResults .status-txt.active-state {
  color: #cc0000;
  font-weight: 800;
}

.LiveResults .game-status-tag {
  font-size: 0.75rem;
  color: #006400;
  font-weight: bold;
}

.LiveResults .refresh-mini-btn {
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 12px;
  background-color: #0000ff !important;
  border: none;
}