/*
Theme Name: GoBeastTV (Hello Elementor Child)
Theme URI: https://novastream.example/
Description: Child theme of Hello Elementor for the GoBeastTV licensed OTT platform. Carries the design tokens, the sticky header with flyout navigation and the four-column footer. All section components live in the GoBeastTV Core plugin as native Elementor widgets.
Author: GoBeastTV
Template: hello-elementor
Version: 1.0.0
Text Domain: nova-stream
Tags: elementor, ott, dark
*/

/*
 * Design tokens and every component style are enqueued from the
 * GoBeastTV Core plugin (assets/css/nova.css) so that they also apply
 * inside the Elementor editor preview. Keep this file for theme-level
 * overrides only.
 */

/* Hello Elementor resets that fight the dark shell. */
body.nova-shell {
	margin: 0;
	background: var(--nova-bg, #05070D);
	color: var(--nova-text, #F7F8FA);
	overflow-x: hidden;
}

/* Hello Elementor prints its own skip link; ours replaces it. */
body.nova-shell > a.skip-link:not(.nova-skip) {
	display: none !important;
}
