
.container{max-width:1200px;margin:20px auto;padding:10px}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:15px}
.lottery-table{width:100%;border-collapse:separate;border-spacing:0 6px}
.lottery-table th,.lottery-table td{padding:10px}
.lottery-location td{background:#f0f0f0;font-size:14px;text-align:left}
.section-divider{margin:40px 0;border:0;border-top:2px solid #ddd}

@media(max-width:768px){
 .lottery-table thead{display:none}
 .lottery-table tr{display:block;background:#fff;border-radius:10px;margin-bottom:12px;padding:10px}
 .lottery-table td{display:flex;justify-content:space-between;padding:6px 0}
}
