.awards-roulette-single .title-award-roulette{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.awards-roulette-single .title-award-roulette .title-award-section{
    display: flex;
    align-items: center;
    gap: 10px;
}

.awards-roulette-single .title-award-roulette .title-award-section h4{
    font-weight: 500;
    font-size: 1.7em;
}

.awards-roulette-single .title-award-roulette .title-award-section .title-award-roulette-text h4{
    font-weight: 500;
    font-size: 1.2em;
}

.awards-roulette-single .title-award-roulette .title-award-section .title-award-roulette-text p{
    font-size: .9em;
    color: #0000009d;
    font-weight: 300;
    margin-top: -3px;
}

.awards-roulette-single .title-award-roulette .total-awards-roulette{
    width: 60px;
    padding: 1px 5px;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    cursor: pointer;
}

.awards-roulette-single .title-award-roulette .total-awards-roulette p{
    font-size: .9em;
    font-weight: 500;
}

.awards-roulette-single .title-award-roulette .total-awards-roulette h5{
    font-size: 1em;
    font-weight: 500;
}

.awards-roulette-single .awards-won-available{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
    gap: 20px;
}

.awards-roulette-single .awards-won-available button:first-child{
    outline: none;
    border: none;
    border-radius: 5px;
    width: 50%;
    font-size: .9em;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(90deg, #38a143, #02c7d2);
    padding: 5px;
}

.awards-roulette-single .awards-won-available button:last-child{
    outline: none;
    border: none;
    border-radius: 5px;
    width: 50%;
    font-size: .9em;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(90deg, #a13838, #e25a8b);
    padding: 5px;
}

.awards-roulette-single .awards-grid{
    height: 230px;
    overflow: hidden;
}

.awards-roulette-single .awards-grid .grid-awards-available .awards-available-content{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    align-items: center;
}

.awards-roulette-single .awards-grid .grid-awards-available .awards-available-content p{
    font-size: .85em;
    font-weight: 400;
}

.awards-roulette-single .awards-grid .grid-awards-available .awards-available-content .available-title{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 3px;
}

.awards-roulette-single .awards-grid .grid-awards-won .awards-won-content{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    align-items: center;
}

.awards-roulette-single .awards-grid .grid-awards-won .awards-won-content p{
    font-size: .85em;
    font-weight: 400;
    color: #fff;
}

.awards-roulette-single .awards-grid .grid-awards-won .awards-won-content span{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 3px;
}

.awards-roulette-single .load-more-awards-roulette{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: .85em;
    font-weight: 500;
    margin-top: 7px;
}