/*
Theme Name: PGSLOT99 Landing
Theme URI: https://pgslot99.example
Author: PGSLOT99
Description: Landing theme for PGSLOT99 — pixel-matched desktop (1920px canvas) and mobile (375px canvas) layouts, with WordPress-driven banners, promotions, games, guides, FAQs, entry links and articles.
Version: 1.6.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: pgslot99
Tags: landing-page, custom-colors, custom-menu
*/

/* Layout lives in assets/*.css (enqueued from functions.php):
     desktop.css / mobile.css  the two canvases and their components
     pages.css                 sub-page bits + overrides
     layout.css                the classes extracted out of the templates
   This file only carries the theme header WordPress requires, plus a couple of
   editor/admin-bar corrections for the fixed-canvas layout. */

/* WP admin bar would otherwise push the scaled canvas down by 32px. */
body.admin-bar-showing #stage,
body.admin-bar-showing #stageM { margin-top: 0; }

/* Keep the sticky mobile bar clear of the admin bar on small screens. */
@media screen and (max-width: 782px) {
  body.admin-bar-showing #mBar { bottom: 0; }
}

/* Promotion / เหรียญฟรี cards link through to their post, so the card element
   is an <a>. Anchors are inline by default and would drop the card's size. */
a.gcard, a.m-gcard { display: block; text-decoration: none; }
