.ganhadores-resumo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ganhador-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(to right, #174202, #34a772); 
    padding: 0.3rem;
    border-radius: 10px;
}

.premio-box {
    color: #000;
    font-weight: 600;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 6px;
}