/* Page-specific tweaks */
body[data-page="games"] .cat-link[href="index.html"],
body[data-page="apps"] .cat-link[href="apps.html"] {
  color: var(--play-green);
  border-bottom-color: var(--play-green);
}

.page-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 4px;
}

/*
 * Storefront (Games home / Apps page) vs category archive grids.
 * Style hooks:
 *   body.playclone-storefront / .storefront
 *   body.playclone-storefront-game / .storefront-game
 *   body.playclone-storefront-app / .storefront-app
 *   body.playclone-category-archive / .category-archive
 */

/* Category archive (زیر‌دسته‌ها و آرشیو — نه صفحه اصلی بازی/برنامه) */
.category-archive-header {
  padding: 8px 0 16px;
  max-width: 100%;
}

.category-archive-header .section-title {
  font-size: 28px;
  font-weight: 600;
}

.category-archive-section {
  width: 100%;
}