/* 
 * Minimal custom CSS - only for fixes not handled by AdminTheme
 * TODO: Remove this file once AdminTheme properly handles modal backgrounds in dark mode
 */

/* Fix for modal cards in dark theme - ensure they use proper background */
html[data-skin="galaxy"][data-theme="dark"] .hs-overlay .card {
    background-color: var(--color-card) !important;
}