/* Custom scrollbar styles */
.dealer-scroll::-webkit-scrollbar {
    width: 6px;
}

.dealer-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.dealer-scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.dealer-scroll::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}
