body {
  background-color: #f8f9fa;
}

.section-title {
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.pros-cons li::marker {
  color: #0d6efd;
}

.media-gallery img {
  max-height: 200px;
  object-fit: cover;
}

/* Game Overview Image */
.game-overview-img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
}

/* Coach Card Image */
.coach-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* Media Gallery Image */
.media-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 0.2s ease;
}

.media-thumb:hover {
  transform: scale(1.03);
}

/* Pros/Cons icons (if images used) */
.procon-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 8px;
}
