/*
Theme Name: Maths Cours
Theme URI: https://mc-minipc.duckdns.org
Author: Antigravity
Description: Thème Tailwind — palette chaleureuse inspirée éducation, aérée.
Version: 2.0
Text Domain: maths-cours
*/

.bg-primary-member {
    background-color: #134E4A !important;
}

/* Custom Sidebar Interactivity Classes */
.class-sidebar.open {
    transform: translateX(0);
}

.sidebar-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Layout specificity for mobile toggle */
@media (max-width: 1023px) {
    .class-sidebar {
        box-shadow: 20px 0 50px rgba(0, 0, 0, 0.1);
    }
}

/* Fix for truncated SVG table corners and spacing */
.prose img[src$=".svg"] {
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.prose .center:has(img[src$=".svg"]) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Premium Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #E2E8F0;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #CBD5E1;
}
