.gmb-stats{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: fit-content;
}

.gmb-stats p{
    color: white;
    margin-bottom: 0!important;
}

.gmb-stars-precises {
    position: relative;
    font-size: 1.5em;
    line-height: 1;
}

.gmb-stars-precises .stars-bg {
    color: #ccc;
}

.gmb-stars-precises .stars-fg {
    color: #FFD700;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}