/**
 * Clean layout styles for ACCWC pages
 * Removes banner distractions only - sidebar and theme layout are preserved
 */

/* Hide scrolling banner, slider, carousel - comprehensive selectors */
body.accwc-page .banner,
body.accwc-page .slider,
body.accwc-page .carousel,
body.accwc-page .hero-section,
body.accwc-page #banner,
body.accwc-page .header-banner,
body.accwc-page .top-banner,
body.accwc-page .scrolling-banner,
body.accwc-page .site-banner,
body.accwc-page .main-banner,
body.accwc-page .page-banner,
body.accwc-page [class*="banner"],
body.accwc-page [id*="banner"],
body.accwc-page [class*="slider"],
body.accwc-page [id*="slider"],
body.accwc-page [class*="carousel"],
body.accwc-page [id*="carousel"],
body.accwc-page .swiper-container,
body.accwc-page .slick-slider {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* DO NOT override theme's layout - let sidebar and content area use theme defaults */
/* The theme's CSS should handle all layout, spacing, and styling */

