/*
Theme Name: VibeCoding Land - Cyberpunk
Theme URI: https://vibecoding.land
Template: twentytwentyfive
Author: VibeCoding Team
Author URI: https://vibecoding.land
Description: A cyberpunk-themed child theme for VibeCoding Land with neon pink/blue aesthetics
Version: 1.0.0
License: GPL v2 or later
Text Domain: vibecoding-land
*/

/* ===== MODULAR CSS ARCHITECTURE ===== */
/* Following KISS principle: 6 files for maximum maintainability with minimal complexity 
 * Mobile first styles, with media queries for desktop and large screens */

/* Core Foundation - Variables, Typography, Layout */
@import url("css/base.css");

/* UI Building Blocks - Buttons, Cards, Forms, Code Blocks */
@import url("css/components.css");

/* Layout Sections - Header, Hero, Footer, CTA Components */
@import url("css/sections.css");

/* Effects & Helpers - Animations, Utilities, Classes */
@import url("css/utilities.css");

/* Plugin Overrides - All LearnPress Specific Styles */
@import url("css/learnpress.css");

/* Responsive Behavior - ALL Media Queries (Mobile-First) */
@import url("css/responsive.css");

/* ===== STAKO'S CUSTOM CHANGES ===== */
/* All custom styles gets tested here and moved to their appropriate files unless marked as temporary
 * - LearnPress specific styles -> css/learnpress.css
 * - Global reset styles -> css/base.css
 */

/* Temporary hiding Courses Sections */
.hide-related {
  display: none !important;
}
.hide-instructor {
  display: none;
}

/* Temporary hiding LearnPress Instructor Info and Categories */
.wp-container-core-group-is-layout-a86bb09c,
.wp-block-learnpress-course-instructor {
  display: none !important;
}
