.comments-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-container {
    display: flex;
}

.marquee-item {
    flex-shrink: 0;
}

/* League of Legends Yorum Kutusu */
.lol-comment {
    background: linear-gradient(to bottom right, rgb(169 145 28 / 7%), rgba(0, 51, 102, 0.05));
}

/* Teamfight Tactics Yorum Kutusu */
.tft-comment {
    background: linear-gradient(to bottom right, rgb(189 112 189 / 6%), rgb(10 10 28 / 5%));
}

/* Valorant Yorum Kutusu */
.valorant-comment {
    background: linear-gradient(to bottom right, rgb(167 80 48 / 7%), rgba(47, 79, 79, 0.05));
}