/*
Theme Name: Avia Child
Theme URI: https://demo.bizasa.com/
Author: Avia.vn
Author URI: https://avia.vn/
Description: Avia.vn airport concierge child theme — ships the React+Babel prototype as a fullscreen page template, plus design tokens enqueued for use elsewhere in Astra/Gutenberg.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: astra
Text Domain: avia-child
*/

/* This stylesheet is intentionally minimal.
 * The real visual system lives in prototype/tokens.css + prototype/styles.css
 * and is enqueued conditionally by functions.php for pages that use the
 * "Avia Fullscreen" page template.
 *
 * If you build native Gutenberg block content on top of Astra later, add
 * scoped overrides here (prefix with .avia- to avoid Astra conflicts).
 */

/* Hide WP admin bar on fullscreen prototype pages (for cleaner demo screenshots) */
body.avia-fullscreen #wpadminbar {
    display: none !important;
}
body.avia-fullscreen {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
html[lang] body.avia-fullscreen.admin-bar {
    margin-top: 0 !important;
}
