/*
Theme Name: Envision Professional LMS
Theme URI: https://envisionlms.edu
Author: Envision Team
Description: A high-performance, Elementor-ready WordPress theme for LMS and professional services. Features bespoke modular architecture, Tailwind integration, and deep WooCommerce support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: envision-pro
Tags: lms, education, courses, custom-colors, elementor, tailwind, woocommerce, dark-mode
*/

/* Basic WordPress Overrides */
.sticky-header { @apply fixed top-0 left-0 right-0 z-50 transition-all duration-300; }
.admin-bar .sticky-header { top: 32px; }
@media screen and (max-width: 782px) {
    .admin-bar .sticky-header { top: 46px; }
}
