/* Custom scrollbar styling */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #1A1D2D;
}

::-webkit-scrollbar-thumb {
    background: #2A2D3D;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3A3D4D;
}
