/* Public styles for the Raffle Ticketing plugin. */
.raffle-ticketing-history__table {
    width: 100%;
    border-collapse: collapse;
}
.raffle-ticketing-history__table th,
.raffle-ticketing-history__table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
