#raffleWinners-checkTicketInstantly {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid;
    border-color: black;
    text-wrap-style: balance;
}

#raffleWinners-checkTicketInstantlyTitle {
    text-align: center;
    font-weight: bold;
    color: black;
    font-size: 1.5em;
}

#raffleWinners-form input {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

#raffleWinners-form label {
    font-size: 13px;
    font-weight: bold;
}

#raffleWinners-checkTicketInstantly p {
    font-size: 13px;
}

#raffleWinners-drawingResultsTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.5em;
}

.raffleWinners-prizeLevelSectionHeading {
    font-size: 1.25em;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    width: 100%;
    border: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.raffleWinners-prizeLevelSectionBody {
    background-color: lightgray;
    width: 100%;
}

.raffleWinners-winnersGrid {
    column-count: 8;
    padding: 10px;
    box-sizing: border-box;
}

.raffleWinners-winnersGridItem {
    break-inside: avoid;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
}

.raffleWinners-prizeLevelSection-downArrow {
    font-size: 23px;
    padding-right: 10px;
}

.raffleWinners-prizeLevelSection-leftArrow {
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    top: -2.5px;
    left: -2.5px;
}

.raffleWinners-paginateControls {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.raffleWinners-title {
    font-size: 2em;
    text-transform: uppercase;
}

.raffleWinners-cta-button {
    background: var(--promotion-background);
    color: white;
}

.raffleWinners-cta-button:disabled {
    opacity: 0.5;
}
