/* Casino panel görsel düzeni */
#gameCategory li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#gameCategory li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 4px;
}

.Slot-providers__item a {
  background-color: rgba(255, 255, 255, 0.95) !important;
  background-size: 85% auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-width: 88px;
  min-height: 48px;
  border-radius: 6px;
}

#image-gallery {
  width: 100% !important;
  height: auto !important;
  transform: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 12px;
}

#image-gallery li {
  list-style: none;
}

#image-gallery img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.casino-game-item-image-bc {
  object-fit: cover !important;
}

.casino-game-item-content {
  min-width: 0;
}

.game-item__info-title {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 4px 2px;
}

.game-item__info-provider {
  color: #89d64a;
  font-size: 11px;
  font-weight: 600;
  padding: 0 4px 8px;
}
