.infoCoins {
display: flex;
flex-direction: row;
gap: 3px;
padding: 3px;
background: linear-gradient(317.09deg, rgba(255, 216, 79, 0.2) -28.87%, rgba(255, 153, 0, 0.2) 174.24%);
border-radius: 8px;
color: #ffca0f;
width: fit-content;
}
.iconInfoCoins {
font-size: 16px;
}
.textInfoCoins {
font-weight: bold;
margin: 0;
}