.game-widget__attr-value {
    min-width: 100px;
}

.game-widget__hint-sign {
    position: relative;
    top: -5px;
    font-size: x-small;
    color: rgb(66, 139, 202);
}

.game-widget__hint {
    position: absolute;
    margin-top: -5px;
    min-width: 400px;
    z-index: 10000;
}