/* Overrides (force full image visibility)
   Loaded after main stylesheet to ensure latest rules win.
*/

/* Category cards (Explore Nossa Coleção...) */
.orange_e5b2 .item_4e6c .active_current_e08b {
  /* Prefer square area for 512x512 assets */
  aspect-ratio: 1 / 1 !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.orange_e5b2 .item_4e6c .active_current_e08b img {
  /* Never crop */
  object-fit: contain !important;
  object-position: center !important;
  /* Keep responsive while allowing high-res assets */
  width: 100% !important;
  height: 100% !important;
  max-width: 512px;
  max-height: 512px;
}

.orange_e5b2 .item_4e6c:hover .active_current_e08b img {
  transform: none !important;
}

/* Featured games grid */
.orange_c4c8 .description_42dd img {
  object-fit: contain !important;
  object-position: center !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)) !important;
}


/* css-noise: f741 */
.promo-block-m4 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
