/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
body { font-family: 'Work Sans', sans-serif; } .wp-progress-bar { position: fixed; top: 0; left: 0; width: 0%; height: 4px; background: #7c3aed; z-index: 1000; } .wp-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; } .wp-accordion-item.active .wp-accordion-content { max-height: 500px; } .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid #e5e7eb; padding: 1rem; z-index: 999; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 -4px 6px rgba(0,0,0,0.05); } .wp-hidden { display: none !important; }