﻿/* General styling for the Bonus Raffle tab content */
/******************************************************/


/* NEW STUFF ======================*/
.raffle-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.raffle-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .raffle-header i {
        font-size: 36px;
        margin-right: 10px;
        color: #4CAF50;
    }

.raffle-content {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.raffle-chance {
    font-size: 24px;
    font-weight: bold;
    color: #4CAF50;
    margin-top: 20px;
}

    .raffle-chance span {
        font-size: 36px;
    }

