:root{
  --bg: #0f0d15;              /* main background */
  --surface: #161422;         /* cards / blocks */
  --surface-2: #1c1a28;       /* deeper surface */
  --text: #ffffff;
  --muted: #b8c4d9;
  --border: rgba(255,255,255,.10);

  --primary: #0057ff;         /* buttons / accents */

  /* Crusino accents */
  --frame: #13192c;           /* header/footer */
  --title: #0057ff;
  --title-hi: #5a9cff;
  --title-lo: #003bb3;

  --container: 1200px;
  --radius: 14px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
code{
  background: rgba(255,255,255,.08);
  border: 1px solid var(--border);
  padding: .1rem .35rem;
  border-radius: 8px;
}

.cr7b4d2e-container{
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

/* HEADER */
.cr7b4d2e-site-header{
  background: var(--frame);
  position: sticky;
  top:0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
}

.cr7b4d2e-header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.cr7b4d2e-brand{
  display:flex;
  align-items:center;
  gap:.7rem;
  font-weight: 800;
  letter-spacing:.2px;
}
.cr7b4d2e-brand-mark{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(0,87,255,.18);
  border: 1px solid rgba(0,87,255,.35);
  display:grid;
  place-items:center;
  color: var(--primary);
}
.cr7b4d2e-brand-name{ font-size: 1.05rem; }

.cr7b4d2e-nav{
  display:none;
  gap: 1rem;
  color: var(--muted);
  font-weight: 600;
}
.cr7b4d2e-nav a{ padding: .35rem .5rem; border-radius: 10px; }
.cr7b4d2e-nav a:hover{ background: rgba(255,255,255,.06); color: #fff; }

.cr7b4d2e-header-cta{ display:flex; gap:.6rem; align-items:center; }

/* BUTTONS */
.cr7b4d2e-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border-radius: 12px;
  padding: .65rem .9rem;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .08s ease, filter .2s ease, background .2s ease, border-color .2s ease;
  user-select:none;
}
.cr7b4d2e-btn:active{ transform: scale(.98); }

.cr7b4d2e-btn-primary{
  background: var(--primary);
  color: #ffffff;
  border-color: rgba(255,255,255,.08);
}
.cr7b4d2e-btn-primary:hover{ filter: brightness(1.15); }

.cr7b4d2e-btn-ghost{
  background: transparent;
  border-color: var(--border);
  color: #fff;
}
.cr7b4d2e-btn-ghost:hover{ background: rgba(255,255,255,.06); }

.cr7b4d2e-btn-lg{ padding: .85rem 1.1rem; border-radius: 14px; }
.cr7b4d2e-btn-sm{ padding: .5rem .7rem; border-radius: 12px; font-size: .92rem; }

/* HERO */
.cr7b4d2e-hero{
  background:
    radial-gradient(900px 420px at 75% 35%, rgba(0,87,255,.22), transparent 60%),
    radial-gradient(700px 380px at 20% 20%, rgba(0,150,255,.18), transparent 60%),
    radial-gradient(820px 520px at 50% 105%, rgba(0,87,255,.12), transparent 55%),
    linear-gradient(135deg, rgba(15,13,21,1) 0%, rgba(19,25,44,1) 55%, rgba(0,87,255,.12) 100%);
  padding: 2.2rem 0 2.4rem;
}

.cr7b4d2e-hero-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.cr7b4d2e-hero-title{
  margin: 0 0 .8rem;
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  line-height: 1.12;
}

.cr7b4d2e-hero-text{
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 65ch;
}

.cr7b4d2e-hero-actions{
  display:flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.cr7b4d2e-hero-badges{
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  gap: .7rem;
  flex-wrap: wrap;
  color: var(--muted);
}
.cr7b4d2e-hero-badges li{
  padding: .45rem .7rem;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  border-radius: 999px;
}

.cr7b4d2e-hero-banner{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
  display:flex;
  flex-direction: column;
  justify-content:center;
  gap: .55rem;
  min-height: 260px;
}

.cr7b4d2e-banner-chip{
  width: fit-content;
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .6px;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(0,87,255,.18);
  border: 1px solid rgba(0,87,255,.35);
  color: #a8c8ff;
}
.cr7b4d2e-banner-title{
  font-weight: 900;
  font-size: 1.4rem;
}
.cr7b4d2e-banner-sub{
  color: var(--muted);
  margin-bottom: .4rem;
}

/* SECTIONS */
.cr7b4d2e-section{ padding: 2.2rem 0; }
.cr7b4d2e-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom: 1rem;
}
.cr7b4d2e-section-title{
  margin:0;
  font-size: 1.35rem;
}

/* Crusino heading gradient */
.cr7b4d2e-hero-title,
.cr7b4d2e-section-title,
.cr7b4d2e-content h2,
.cr7b4d2e-content h3{
  color: var(--title);
}

@supports (-webkit-background-clip: text) or (background-clip: text){
  .cr7b4d2e-hero-title,
  .cr7b4d2e-section-title,
  .cr7b4d2e-content h2,
  .cr7b4d2e-content h3{
    background-image: linear-gradient(180deg, var(--title-hi), var(--title) 55%, var(--title-lo));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.cr7b4d2e-section-link{
  color: var(--muted);
  font-weight: 700;
}
.cr7b4d2e-section-link:hover{ color: #fff; text-decoration: underline; }

/* TOP WINNINGS */
.cr7b4d2e-winnings-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
}
.cr7b4d2e-winnings-row{
  display:grid;
  grid-template-columns: 1.2fr 1fr .7fr .7fr;
  gap: .8rem;
  padding: .9rem 1rem;
  border-top: 1px solid var(--border);
  align-items:center;
}
.cr7b4d2e-winnings-head{
  border-top: 0;
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight: 800;
  letter-spacing: .2px;
}
.cr7b4d2e-player{ display:flex; align-items:center; gap:.6rem; min-width:0; }
.cr7b4d2e-avatar{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(0,87,255,.16);
  border: 1px solid rgba(0,87,255,.3);
  color: #a8c8ff;
  font-weight: 900;
  flex: 0 0 auto;
}
.cr7b4d2e-right{ text-align:right; }
.cr7b4d2e-win-amount{ font-weight: 900; color: var(--title-hi); }
.cr7b4d2e-muted{ color: var(--muted); }
.cr7b4d2e-small-note{ font-size: .92rem; }

/* Основна сітка для десктопу (4 або 5 колонок) */
.cr7b4d2e-games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.cr7b4d2e-game-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Робимо всі картинки однакового розміру */
.cr7b4d2e-game-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-bottom: 1px solid var(--border);
}

.cr7b4d2e-game-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: 0 10px 25px rgba(0, 87, 255, 0.25);
}

.cr7b4d2e-game-meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem;
  flex-grow: 1;
}

.cr7b4d2e-game-name {
  font-weight: 800;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* Кнопка на всю ширину для зручності кліку */
.cr7b4d2e-game-meta .cr7b4d2e-btn {
  width: 100%;
}

/* CONTENT */
.cr7b4d2e-content{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
}
.cr7b4d2e-content h2{ margin:0 0 .8rem; }
.cr7b4d2e-content h3{ margin: 1.2rem 0 .6rem; }
.cr7b4d2e-content p{ margin: 0 0 .8rem; color: var(--muted); }
.cr7b4d2e-content ul, .cr7b4d2e-content ol{ margin: .2rem 0 1rem 1.2rem; color: var(--muted); }
.cr7b4d2e-content li{ margin-bottom: .4rem; }

/* Tables */
.cr7b4d2e-content table{
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.cr7b4d2e-content th,
.cr7b4d2e-content td{
  text-align: left;
  padding: .7rem .9rem;
  border: 1px solid var(--border);
}
.cr7b4d2e-content th{
  background: rgba(0,87,255,.12);
  font-weight: 800;
}
.cr7b4d2e-content tr:nth-child(even){
  background: rgba(255,255,255,.03);
}

/* REVIEWS */
.cr7b4d2e-reviews-grid{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.1rem;
}
.cr7b4d2e-review-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}
.cr7b4d2e-review-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: .6rem;
}
.cr7b4d2e-stars{ color: #ffc107; font-size: .95rem; letter-spacing: 2px; }
.cr7b4d2e-reviewer{ font-weight: 700; margin-top: .7rem; color: var(--muted); }

/* FAQ */
.cr7b4d2e-faq{
  display:flex;
  flex-direction:column;
  gap: .7rem;
}
.cr7b4d2e-faq-item{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
}
.cr7b4d2e-faq-item summary{
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-weight: 700;
  list-style: none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: .8rem;
  transition: background .2s ease;
}
.cr7b4d2e-faq-item summary::-webkit-details-marker{ display:none; }
.cr7b4d2e-faq-item summary::after{
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
  color: var(--primary);
  transition: transform .2s ease;
}
.cr7b4d2e-faq-item[open] summary::after{ transform: rotate(45deg); }
.cr7b4d2e-faq-item summary:hover{ background: rgba(255,255,255,.04); }
.cr7b4d2e-faq-body{
  padding: 0 1.2rem 1rem;
  color: var(--muted);
}
.cr7b4d2e-faq-body p{ margin: 0; }

/* FOOTER */
.cr7b4d2e-site-footer{
  background: var(--frame);
  border-top: 1px solid var(--border);
  padding: 2.2rem 0 1.5rem;
}
.cr7b4d2e-footer-grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1.5fr;
  gap: 2rem;
}
.cr7b4d2e-footer-title{
  font-weight: 800;
  margin-bottom: .6rem;
}
.cr7b4d2e-footer-grid a{ display:block; color: var(--muted); margin-bottom: .4rem; }
.cr7b4d2e-footer-grid a:hover{ color: #fff; }
.cr7b4d2e-footer-bottom{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap: .6rem;
  padding-top: 1.4rem;
  margin-top: 1.4rem;
  border-top: 1px solid var(--border);
}

.cr7b4d2e-trust{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: .45rem .65rem;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 10px;
}

/* Responsive footer */
@media (max-width: 819px){
  .cr7b4d2e-footer-grid{
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}

/* INTRO CARD */
.cr7b4d2e-intro-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  text-align: center;
}
.cr7b4d2e-intro-text{
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.cr7b4d2e-intro-text strong{
  color: var(--text);
}
.cr7b4d2e-section-tight{
  padding: 1rem 0 .5rem;
}

/* DESKTOP NAV */
@media (min-width: 820px){
  .cr7b4d2e-nav{ display:flex; }
  .cr7b4d2e-hamburger{ display:none; }
}

/* MOBILE NAV */
.cr7b4d2e-nav-toggle{ display:none; }
.cr7b4d2e-hamburger{
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 101;
}
.cr7b4d2e-hamburger span{
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
@media (max-width: 819px){
  .cr7b4d2e-nav{
    position: fixed;
    inset: 0;
    background: var(--frame);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.25rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 100;
  }
  .cr7b4d2e-nav-toggle:checked ~ .cr7b4d2e-nav{
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }
  .cr7b4d2e-nav-toggle:checked ~ .cr7b4d2e-hamburger span:nth-child(1){
    transform: translateY(10.5px) rotate(45deg);
  }
  .cr7b4d2e-nav-toggle:checked ~ .cr7b4d2e-hamburger span:nth-child(2){
    opacity: 0;
  }
  .cr7b4d2e-nav-toggle:checked ~ .cr7b4d2e-hamburger span:nth-child(3){
    transform: translateY(-10.5px) rotate(-45deg);
  }
}

/* Hero first screen */
.cr7b4d2e-hero{
  min-height: calc(100svh - 78px);
  display: flex;
  align-items: center;
}

.cr7b4d2e-hero-grid--clean{
  max-width: 980px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  gap: 1.1rem;
}

.cr7b4d2e-hero-title{
  max-width: 22ch;
  margin: 0;
}

.cr7b4d2e-hero-banner--big{
  width: 100%;
  max-width: 980px;
  min-height: 340px;

  align-items: center;
  text-align: center;
}

.cr7b4d2e-hero-cta{
  width: 100%;
  display: flex;
  justify-content: center;
}

.cr7b4d2e-hero-cta .cr7b4d2e-btn{
  width: min(360px, 100%);
}

/* Mobile hero */
@media (max-width: 819px){
  .cr7b4d2e-hero{
    min-height: calc(100svh - 70px);
    padding: 1.8rem 0 2rem;
  }

  .cr7b4d2e-hero-banner--big{
    min-height: 280px;
  }
}

/* Hero banner clean */
.cr7b4d2e-hero-banner.cr7b4d2e-hero-banner--big{
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Mobile hero compact */
@media (max-width: 819px){
  .cr7b4d2e-hero{
    min-height: auto;
    padding: 1.2rem 0 1.6rem;
    align-items: flex-start;
  }

  .cr7b4d2e-hero-banner--big{
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius);
    overflow: hidden;
  }

  .cr7b4d2e-hero-banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cr7b4d2e-hero-grid--clean{
    gap: .9rem;
  }
}

/* Signup images */
.cr7b4d2e-signup-images{
  display: flex;
  gap: 1rem;
  margin: 0 auto;
}

.cr7b4d2e-signup-images img{
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 600px){
  .cr7b4d2e-signup-images{
    flex-direction: column;
  }
}

/* Footer responsible gaming logos */
.cr7b4d2e-trust-row--logos{
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.cr7b4d2e-trust-row--logos a{
  display: grid;
  place-items: center;
  padding: .4rem .55rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.cr7b4d2e-trust-row--logos a:hover{
  transform: translateY(-1px);
  border-color: rgba(0,87,255,.45);
  background: rgba(255,255,255,.06);
}

.cr7b4d2e-trust-row--logos img{
  height: 26px;
  width: auto;
  display: block;
}

.cr7b4d2e-trust--age{
  font-weight: 900;
  font-size: .9rem;
  padding: .45rem .6rem;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
}

/* Footer payments */
.cr7b4d2e-footer-payments{
  margin-top: 1.4rem;
}

.cr7b4d2e-footer-payments .cr7b4d2e-footer-title{
  margin-bottom: .6rem;
}

.cr7b4d2e-payments-row{
  display: flex;
  align-items: center;
  gap: .9rem;
  flex-wrap: wrap;
}

.cr7b4d2e-payments-row img{
  height: 28px;
  width: auto;
  display: block;
  padding: .35rem .5rem;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  transition: transform .15s ease, opacity .15s ease, border-color .15s ease;
  opacity: .9;
}

.cr7b4d2e-payments-row img:hover{
  opacity: 1;
  transform: translateY(-1px);
  border-color: rgba(0,87,255,.45);
}


  .cr7b4d2e-game-card{
    border-radius: 12px;
  }

  .cr7b4d2e-game-card img{
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }

  .cr7b4d2e-game-meta{
    padding: .55rem .6rem;
    gap: .5rem;
  }

  .cr7b4d2e-game-name{
    font-size: .9rem;
  }

  .cr7b4d2e-btn-sm{
    padding: .38rem .55rem;
    font-size: .85rem;
    border-radius: 10px;
  }

  .cr7b4d2e-providers-grid{
    grid-template-columns: repeat(4, 1fr);
    gap: .55rem;
  }

  .cr7b4d2e-provider{
    padding: .6rem;
    border-radius: 12px;
  }

  .cr7b4d2e-providers-grid--logos img{
    height: 22px;
    width: auto;
  }
}

/* Very narrow screens */
@media (max-width: 520px){
  .cr7b4d2e-games-grid{ grid-template-columns: repeat(2, 1fr); }
  .cr7b4d2e-providers-grid{ grid-template-columns: repeat(3, 1fr); }
}

/* Very small screens */
@media (max-width: 360px){
  .cr7b4d2e-games-grid{ grid-template-columns: 1fr; }
  .cr7b4d2e-providers-grid{ grid-template-columns: repeat(2, 1fr); }
}

/* Table wrapper */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  table {
    width: auto;
    min-width: 600px;
  }
}

/* Logo text style for Crusino */
.cr7b4d2e-brand-logo-text{
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

/* Планшети (3 колонки) */
@media (max-width: 1024px) {
  .cr7b4d2e-games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

/* Мобільні телефони (2 колонки) */
@media (max-width: 768px) {
  .cr7b4d2e-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  
  .cr7b4d2e-game-meta {
    padding: 0.7rem;
  }
  
  .cr7b4d2e-game-name {
    font-size: 0.9rem;
  }
}



/* Providers section (Crusino theme) */
.cr7b4d2e-section#providers{
  padding: 60px 0;
  background: transparent;
  color: var(--text);
}

/* Section head stays global; just recolor the "All providers" link */
.cr7b4d2e-section-link{
  color: var(--primary);
}
.cr7b4d2e-section-link:hover{
  color: #fff;
  text-decoration: underline;
}

/* Providers grid */
.cr7b4d2e-providers-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.cr7b4d2e-provider--logo{
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  height: 80px;
  padding: 15px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.cr7b4d2e-provider--logo:hover{
  background: var(--surface-2);
  border-color: rgba(0,87,255,.55);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 87, 255, 0.25);
}

.cr7b4d2e-provider--logo img{
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
  filter: brightness(0.95);
  transition: filter 0.2s ease;
}

.cr7b4d2e-provider--logo:hover img{
  filter: brightness(1.08);
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 768px) {
    .cr7b4d2e-providers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .cr7b4d2e-provider--logo {
        height: 70px;
    }
}

/* Reviews (Crusino) */
.cr7b4d2e-review-card{
  background: var(--primary);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}
.cr7b4d2e-review-card p{ color: rgba(255,255,255,.95); }
.cr7b4d2e-review-card .cr7b4d2e-muted{ color: rgba(255,255,255,.85); }
.cr7b4d2e-review-card .cr7b4d2e-reviewer{ color: rgba(255,255,255,.9); }
.cr7b4d2e-review-card .cr7b4d2e-stars{ color: #fff; }

/* Footer logo */
.cr7b4d2e-footer-logo{
  max-width: 180px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  /* Робимо сітку строго у 2 колонки */
  .cr7b4d2e-games-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px; /* Зменшуємо відступи між картками */
  }

  /* Зменшуємо картку та відступи всередині */
  .cr7b4d2e-game-card {
    border-radius: 10px;
  }

  .cr7b4d2e-game-meta {
    padding: 8px; /* Менше місця під текст */
    gap: 5px;
  }

  .cr7b4d2e-game-name {
    font-size: 0.85rem; /* Дрібніший шрифт для назви */
  }

  .cr7b4d2e-game-card img {
    aspect-ratio: 1 / 1; /* Квадратні картинки виглядають акуратніше */
  }

  /* Робимо кнопку компактнішою */
  .cr7b4d2e-btn-sm {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
}