.we-slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.we-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.we-slide {
    flex: 0 0 25%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}

.we-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid gold;
    transition: box-shadow 0.3s ease;
}

.we-comment {
    margin-top: 10px;
    font-size: 14px;
  font-weight: bold;
}
.we-comment span {
    display: block;
}
.we-player-name {
    background: gold;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 99px;
    color: #000;
}
.we-amount {
    background-image: linear-gradient(45deg, #9a5916 10%, #e4b04d 18%, #fff1a3 22%, #e7b14f 30%, #ae6f27 38%, #f8c65d 50%, gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.we-time {
    font-size: 0.9em;
}