/* Prop Bets Styling */

.percentage-box {
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9em;
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

.odds-value {
  font-size: 0.85em;
  color: #ffc107;
  font-weight: bold;
}

.team-logo img {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}

.stat-value {
  font-size: 1.8em;
  font-weight: bold;
}

.stats-box {
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.player-photo img {
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
