/*
Theme Name: galactic-high-clean
Text Domain: galactic-high-clean
Description: Rebuild limpio de Galactic High basado en la guía oficial y usando únicamente medios reales de WordPress.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

html,
body {
	max-width: 100%;
	overflow-x: clip !important;
}

@supports not (overflow: clip) {
	html,
	body {
		overflow-x: hidden !important;
	}
}

/* WPVibe's fixed draft banner can create horizontal visual overflow on mobile Safari. */
#wpvibe-preview-banner {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}

#wpvibe-preview-banner > * {
	min-width: 0 !important;
	box-sizing: border-box !important;
}
