#sweepstake-container {
    display: none;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #sweepstake-container {
        flex-direction: column;
    }
}

#sweepstake-title {
    font-size: 18px;
    font-family: 'Chivo', sanf-serif;
    color: #ffffff;
}


#sweepstake-time {
    display: flex;
    margin: 0 1rem;
}

.sweep-tile {
    background-color: #ED3237;

    border-radius: 5px;

    width: 53px;
    height: 53px;

    text-align: center;

    margin-right: 5px;
}

.sweep-tile p {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.25;
}

.sweep-tile-number {
    font-size: 32px;
    margin: 5px 0 0 0;

    background-image: url('img/checkout_strikethrough.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.sweep-tile-text {
    font-size: 8px;
    margin: -3px 0 0 0;
}
