/* Gotti Theme Fixes - v7 */

/* === DRAWER BACKGROUND (cream) === */
div.fixed.overflow-hidden[style*="width"] {
    background-color: #f8f5ec !important;
}
div.pointer-events-auto.overflow-auto {
    background-color: #f8f5ec !important;
}
.fixed.bg-white.overflow-hidden {
    background-color: #f8f5ec !important;
}
.pointer-events-auto.bg-white {
    background-color: #f8f5ec !important;
}

/* === FIX: Drawer overlay must stay BELOW drawer content (z-1000) === */
/* Counteracts stale OPcache rule from head-assets that boosts to z-2000 */
.fixed.inset-0.z-20.bg-gray-500.bg-opacity-50 {
    z-index: 20 !important;
}
.fixed.inset-0.z-20.transform.overflow-y-auto {
    z-index: 20 !important;
}

/* === ACCORDION CREAM BG === */
.z-10.rounded-lg {
    background-color: #f8f5ec !important;
}
.overflow-hidden.rounded-xl.border {
    background-color: #f8f5ec !important;
}
