/* Force sport card headings to white in dark mode */
body:not(.light-mode) .card-surface h3 {
  color: #fff !important;
}

/* Make sport icon images responsive */
body .card-icon img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;

}

