/* Custom Styles for the Modal */
.channel-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(147, 51, 234, 0.1);
}

.filter-tag.active {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
}

.load-more-btn:hover {
    box-shadow: 0 10px 25px -5px rgba(147, 51, 234, 0.3);
    transform: translateY(-1px);
}

/* Scrollbar Styling */
#erotic-channels-modal div[class*="overflow-y-auto"]::-webkit-scrollbar {
    width: 6px;
}

#erotic-channels-modal div[class*="overflow-y-auto"]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

#erotic-channels-modal div[class*="overflow-y-auto"]::-webkit-scrollbar-thumb {
    background: rgba(147, 51, 234, 0.5);
    border-radius: 10px;
}

#erotic-channels-modal div[class*="overflow-y-auto"]::-webkit-scrollbar-thumb:hover {
    background: rgba(147, 51, 234, 0.7);
}