/*
 Theme Name: Sub Ohm Child (Full-Width, No Theme Header/Footer)
 Theme URI: https://sub-ohm.co.za/
 Description: Astra child theme for Sub Ohm Vaping. Disables parent header & footer via hooks, forces full-width page-builder layout, and includes a global link whitelist script.
 Author: Sub Ohm Vaping
 Author URI: https://sub-ohm.co.za/
 Template: astra
 Version: 2.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: child-theme, elementor, astra, full-width
 Text Domain: sub-ohm-child
*/
:root{
  --so-void:#070f34;
}
/* Make Astra containers full-width; Elementor handles its own widths */
.site, .ast-container, .site-content .ast-container{
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
/* Remove default margins around content */
.site-content{
  padding:0 !important;
  margin:0 !important;
}
/* Ensure stretched Elementor sections truly stretch */
.elementor-section.elementor-section-stretched{
  left:0 !important; right:0 !important; width:100% !important; margin:0 !important;
}
/* Remove space reserved for theme header/footer (since they're unhooked) */
.ast-header-break-point .main-header-bar, .site-header, .ast-footer-wrap{
  display:none !important;
}