/* ============================================================
   SPOTLIGHT TILE + IMAGE FIX
   ------------------------------------------------------------
   - Smooth opacity transitions
   - Ensure spotlight images fit inside panels
============================================================ */

/* Fade-in/out transition */
.spotlight-tile .sheet {
  transition: opacity .4s ease-in-out;
}

/* Image containment (no cropping) */
.spotlight-tile .sheet.photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
