.trending-topics .slider-container::-webkit-scrollbar {
    -webkit-appearance: none;
    background: rgba(217, 217, 217, 0.2);
    height: 8px;
    margin-right: 20px;
}

.trending-topics .slider-container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #00E2C1;
}
