/* Core Alpine cloaking to prevent flash of unstyled content */
[x-cloak] { 
    display: none !important; 
}

/* Reusable brand gradient background */
.gradient-bg {
    background: linear-gradient(135deg, #0A51A1 0%, #00D1FF 100%);
}

/* Custom scrollbar hiding for brand list on mobile */
.scrollbar-none::-webkit-scrollbar {
    display: none;
}
.scrollbar-none {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}