.draw-form-section .fi-section-header-heading {
    color: #2563eb;
}

.draw-winner-table .fi-ta-filters-heading {
    display: none;
}

.draw-winner-table .fi-ta-filters .fi-fo-field-wrp,
.draw-winner-table .fi-ta-filters .fi-input-wrp {
    width: 100%;
}

.draw-winner-table .fi-ta-header-cell {
    background-color: #2563eb;
    color: #fff;
}

.draw-winner-table .fi-ta-header-cell:nth-child(5) {
    background-color: #1d4ed8;
}

@media (prefers-color-scheme: dark) {
    .draw-form-section .fi-section-header-heading {
        color: #60a5fa;
    }

    .draw-winner-table .fi-ta-header-cell {
        background-color: #1d4ed8;
    }

    .draw-winner-table .fi-ta-header-cell:nth-child(5) {
        background-color: #1e40af;
    }
}
