/**
 * VitaminSage Hero Customizer Frontend Styles
 */

/* These styles ensure proper positioning of hero elements */
.vitaminsage-hero {
    position: relative;
    background-size: cover;
    background-position: center;
}

.vitaminsage-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.vitaminsage-hero .hero-container {
    position: relative;
    z-index: 2;
}

.vitaminsage-hero .hero-content {
    position: relative;
}

.vitaminsage-hero h1,
.vitaminsage-hero .hero-subheading {
    position: relative;
    z-index: 1;
}

/* Additional styles will be added dynamically via PHP */
