.frontend-lottery-charts .chart-header--red { background: #f6dddd; color: #8f1d22; }
.frontend-lottery-charts .chart-header--blue { background: #dceaf7; color: #1c5689; }
.frontend-lottery-charts .chart-header--green { background: #dff0e4; color: #24643a; }
.frontend-lottery-charts .chart-header--yellow { background: #f6e9b9; color: #675312; }
.frontend-lottery-charts .chart-cell--hit.chart-cell--red { background: #dc292f !important; color: #fff !important; }
.frontend-lottery-charts .chart-cell--hit.chart-cell--blue { background: #2377d5 !important; color: #fff !important; }
.frontend-lottery-charts .chart-cell--hit.chart-cell--green { background: #289455 !important; color: #fff !important; }
.frontend-lottery-charts .chart-cell--hit.chart-cell--yellow { background: #e3b323 !important; color: #382c05 !important; }
.frontend-lottery-charts .lottery-chart-period-summary { margin: 0; padding: 0 22px 14px; border: 1px solid #eee; border-top: 0; background: #fff; color: #777; font-size: 13px; }
.frontend-lottery-charts .lottery-chart-anomaly { color: #b42318; }
.frontend-lottery-charts a:focus-visible { outline: 2px solid #d71920; outline-offset: 2px; }

@media print {
    .frontend-lottery-charts .lottery-chart-periods,
    .frontend-lottery-charts .lottery-charts__heading--chart a { display: none; }
    .frontend-lottery-charts .lottery-chart-table-wrap { overflow: visible; max-height: none; }
}
