/* Keeps the raffle title readable whether one or several raffles are available. */
.rifa-frontend-header > div:first-child {
    background: linear-gradient(125deg, #041edf, #232fdf) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    box-shadow: 0 14px 28px rgba(53, 31, 91, .22);
    max-width: 100% !important;
    padding: 25px !important;
    width: auto !important;
}

.rifa-single-title {
    color: #fff !important;
    font-size: 2.12rem !important;
}

@media screen and (max-width: 600px) {
    .rifa-single-title {
        font-size: 1.68rem !important;
    }
}
