/*
Theme Name:   TBGL Child (Astra)
Theme URI:    https://tbgl.co
Description:  Astra child theme for The Beautiful Game League. Works with the TBGL Core plugin and Elementor Pro to deliver the single-page, dynamic TBGL site.
Author:       TBGL
Template:     astra
Version:      1.0.0
Text Domain:  tbgl-child
*/

/* Inner (star) pages use a deep-navy canvas behind transparent sections. */
body.tbgl-has-stars {
	background-color: #04102b;
}

/* Let Elementor sections sit transparently over the star canvas unless
   a background is explicitly set in the editor. */
body.tbgl-has-stars .elementor-section,
body.tbgl-has-stars .e-con {
	position: relative;
	z-index: 1;
}

/* Landing page: edge-to-edge, no theme padding. */
body.tbgl-landing .site-content,
body.tbgl-landing #content {
	padding: 0 !important;
	margin: 0 !important;
}

/* Smooth anchor scrolling for the single-page menu. */
html { scroll-behavior: smooth; }
