/* ============================================================
   ODESUR Sport Listing – grid de 3 columnas
   ============================================================ */

/* ── Pictogram ──────────────────────────────────────────────── */
.odesur-sport-picto {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

/* Placeholder when a sport has no pictogram */
.odesur-sport-pic-placeholder {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e9ecef;
}

/* ── Card ───────────────────────────────────────────────────── */
.odesur-sport-card {
  transition: box-shadow 0.15s ease;
}

.odesur-sport-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ── Modal pictogram ────────────────────────────────────────── */
.odesur-sport-modal-pic {
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
}

/* ── Description prose inside the modal ────────────────────── */
.odesur-sport-description {
  font-size: 0.95rem;
}
