/* Base overrides / Additional utilities not covered by Tailwind */

[x-cloak] { 
    display: none !important; 
}

/* Optional custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #1a2e4a; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #111e30; 
}
