
.item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
}

.item-2 {
    grid-area: 6/1/8/3
}

.ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}

.view-more-btn {
  background: linear-gradient(135deg, #2563eb, #2563eb);
  color: #fff;
  border: none;
  padding: 14px 32px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(96,165,250, 0.35);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

/* 🔥 Hover effect */
.view-more-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(96,165,250, 0.5);
}

/* 👇 Click effect */
.view-more-btn:active {
  transform: scale(0.96);
}

/* ✨ Glow animation (optional but powerful) */
.view-more-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #2563eb);
  filter: blur(12px);
  opacity: 0.6;
  z-index: -1;
}

/* 🧠 Center properly */
.view-more-btn {
  position: relative;
  display: inline-block;
}

.ad-300x250 {
        max-width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }

@media (min-width: 500px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}


}

@media (min-width: 640px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}
}

@media (min-width: 768px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}

}

@media (min-width: 1024px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}

}

@media (min-width: 1280px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}


}

@media (min-width: 1536px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}
}

@media (min-width: 500px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:4/3/6/5
    }


}

@media (min-width: 640px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:3/3/5/5
    }

}

@media (min-width: 768px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:3/4/5/6
    }


}

@media (min-width: 1024px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }

    .item-2 {
        grid-area:3/4/5/6
    }


}

@media (min-width: 1280px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:2/5/4/7
    }


}

@media (min-width: 1536px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }

    .item-2 {
        grid-area:2/6/4/8
    }
}


.game-list-2 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr))
}


@media (min-width:104px) and (max-width:543px) {
    .game-list-2 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width:544px) and (max-width:763px) {
    .game-list-2 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }
}

@media (min-width:764px) and (max-width:1204px) {
    .game-list-2 {
        grid-template-columns: repeat(7,minmax(0,1fr))
    }
}

@media (min-width:1204px) and (max-width:1313px) {
    .game-list-2 {
        grid-template-columns: repeat(10,minmax(0,1fr))
    }
}

@media (min-width:1314px) and (max-width:1533px) {
    .game-list-2 {
        grid-template-columns: repeat(10,minmax(0,1fr))
    }
}

@media (min-width:1534px) and (max-width:1863px) {
    .game-list-2 {
        grid-template-columns: repeat(11,minmax(0,1fr))
    }
}

@media (min-width:1864px) {
    .game-list-2 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }
}
.game-list-2 .game-item
{
    padding: 0;
}

/* ===== GAMEZONE-LIGHT GRID POLISH ===== */
:root {
  --ac-line: rgba(15, 23, 42, 0.14);
  --ac-cyan: #2563eb;
  --ac-green: #60a5fa;
  --ac-shadow: 0 20px 50px rgba(31, 41, 55, 0.12);
  --ac-radius: 8px;
}

.game-home-layout {
  background: transparent;
}

.game-list-2 {
  gap: 10px;
}

.game-list-2 .game-item {
  border: 1px solid var(--ac-line);
  border-radius: var(--ac-radius);
  background: #eef4fb;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.1);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.game-list-2 .game-item:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.44);
  box-shadow: 0 18px 42px rgba(31, 41, 55, 0.14);
}

.game-list-2 .game-item .game-icon img {
  border-radius: var(--ac-radius);
}

.game-list-2 .game-item .game-title {
  opacity: 1;
  padding: 28px 8px 9px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.05;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  transform: none;
}

.view-more-btn {
  border-radius: var(--ac-radius);
  background: linear-gradient(135deg, var(--ac-cyan), var(--ac-green));
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.18);
}
/*******/
.game-home-layout {
    width: 100%;
    padding: 10px;
    margin: auto;
}

/* Sitewide readable typography refresh - start */
@font-face {
  font-family: "Nunito Sans Local";
  src: url("/assets/fonts/nunito-sans-latin-var.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --site-font-sans: "Nunito Sans Local", "Nunito Sans", "Google Sans", "Product Sans", Roboto, "Segoe UI", Arial, sans-serif;
}

html,
body,
body * {
  font-family: var(--site-font-sans) !important;
  letter-spacing: 0 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.site-title, .section-title, .section-heading, .home-section-title,
.game-title, .app-title, .card-title, .article-title,
.game-name, .app-name, .item-title, .name {
  font-family: var(--site-font-sans) !important;
  font-weight: 600 !important;
}

.download-ready, .download-btn, .download-cta, .store-badge,
button, .btn, .view-all, .view-more {
  font-family: var(--site-font-sans) !important;
  font-weight: 700 !important;
}

p, li, .description, .desc, .short-description, .detail-copy,
.meta, .category, .subtitle, .supporting-copy, .footer-copy {
  font-family: var(--site-font-sans) !important;
}

.description, .desc, .short-description, .detail-copy,
p, li {
  font-weight: 400 !important;
}

.meta, .category, .subtitle, .supporting-copy, small {
  font-weight: 500 !important;
}

strong, b {
  font-weight: 600 !important;
}
/* Sitewide readable typography refresh - end */
