/* CDN tema yüklenmese bile temel görünüm (yerel yedek) */

:root {
  --theme-yellow: #f3ea29;
  --theme-content: #007a53;
  --primary-color: #89d64a;
  --white: #fff;
}

body {
  background: #336154;
  color: #fff;
}

.text--primary-color {
  color: var(--primary-color) !important;
}

.text--grey {
  color: #9aa3b8 !important;
}

.button {
  font-family: var(--bp-font, 'Fira Sans', sans-serif);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button--primary {
  background: linear-gradient(90deg, #89d64a, #6db838);
  color: #111 !important;
  border: none;
  border-radius: 5px;
  font-weight: 700;
}

.button--secondary {
  background: #89d64a !important;
  color: #111 !important;
}

.games-list__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.game-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.game-item__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.Slot-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.Slot-providers__item a {
  display: block;
  width: 88px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
}

#gameCategory {
  list-style: none;
  padding: 0;
  margin: 0;
}

#gameCategory li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
}

.cat-game-count {
  margin-left: auto;
  opacity: 0.7;
  font-size: 12px;
}
