/*
 * GS Page Layout - Base Styles (gspagelayout.css)
 *
 * NOTE: This file is no longer used for widget-specific layouts, as all CSS
 * has been moved to be self-contained within the widget's PHP files (v1.5.0+).
 */

/* ======================= */
/* .hero-overlay {
    position: relative; 
}

.hero-overlay::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
}

.hero-overlay > * {
    position: relative; 
    z-index: 2; 
} */
/* ======================= */