/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 06:51:36 */
.game-article {
  --primary: #6ec1e4;
  --primary-dark: #4aa9d1;
  --accent: #eaf8fd;
  --bg: #f7fcff;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #5b6573;
  --border: #d9edf7;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 40px 16px;
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
}

.game-hero {
  background: linear-gradient(135deg, #6ec1e4 0%, #8fd3ef 100%);
  color: #1f2937;
  padding: 40px 28px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}

.game-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.45);
  color: #1f2937;
  padding: 6px 12px;
  border-radius: 999px;
  margin: 0 0 14px;
}

.game-hero h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.2;
  margin: 0 0 14px;
  color: #0f172a;
}

.game-intro {
  font-size: 17px;
  max-width: 850px;
  margin: 0;
  color: #1f2937;
}
.game-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.meta-card,
.content-block,
.score-card,
.step-card,
.info-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.meta-card {
  padding: 18px 20px;
}

.meta-card h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--primary);
  margin: 0 0 6px;
}

.meta-card p {
  margin: 0;
  font-weight: 600;
}

.content-block {
  padding: 28px 24px;
  margin-bottom: 22px;
}

.content-block h2 {
  font-size: 28px;
  color: var(--primary-dark);
  margin: 0 0 14px;
  line-height: 1.25;
}

.content-block h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #2f2f2f;
}

.content-block p {
  margin: 0 0 14px;
  color: var(--text);
}

.content-block p:last-child {
  margin-bottom: 0;
}

.info-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.info-item,
.step-card {
  padding: 18px;
}

.styled-list {
  margin: 0;
  padding-left: 22px;
}

.styled-list li {
  margin-bottom: 10px;
}

.styled-list--ul {
  list-style: disc;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.score-card {
  padding: 24px 18px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fff7f1 100%);
}

.score-number {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 12px;
}

.note {
  margin-top: 16px;
  color: var(--muted);
}

.age-table-wrap {
  overflow-x: auto;
}

.game-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.game-table th,
.game-table td {
  border: 1px solid var(--border);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.game-table th {
  background: #f8eee8;
  color: var(--primary-dark);
  font-weight: 700;
}

.game-image {
  margin: 18px 0 0;
}

.game-image img {
  width: 100%;
  max-width: 760px;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.game-image figcaption {
  text-align: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.two-col-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.image-block p {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .game-meta,
  .score-grid,
  .two-col-list,
  .info-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .game-hero {
    padding: 30px 20px;
  }

  .content-block {
    padding: 22px 18px;
  }

  .content-block h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .game-article {
    padding: 24px 12px;
  }

  .game-hero h1 {
    font-size: 28px;
  }

  .game-intro {
    font-size: 16px;
  }

  .meta-card,
  .content-block {
    border-radius: 14px;
  }
}
