.lottery-orders--dlt .red-balls{display:grid;grid-template-columns:repeat(6,1fr) !important;gap:6px;}.lottery-orders--dlt .blue-balls{display:grid;grid-template-columns:repeat(3,1fr) !important;gap:6px;}.lottery-orders--dlt .digit-row[data-digit="red"] .number.selected{background:#FFA500 !important;color:#fff !important;border-color:#FFA500 !important;}.lottery-orders--dlt .digit-row[data-digit="blue"] .number.selected{background:#00b08c !important;color:#fff !important;border-color:#00b08c !important;}@media (max-width:768px){.lottery-orders--dlt .red-balls{grid-template-columns:repeat(6,1fr) !important;}.lottery-orders--dlt .blue-balls{grid-template-columns:repeat(3,1fr) !important;}}.lottery-orders--dlt .buttons-container .status-display{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;border-radius:6px;padding:6px 10px;min-width:110px;text-align:center;font-weight:600;}.lottery-orders--dlt .modules-wrapper > #buy-button{grid-column:1 / -1;width:100%;margin-top:14px;justify-self:stretch;}.modal-body[data-lottery-type="dlt"] .lottery-ball.red-ball{background-color:#FFA500 !important;color:#fff !important;border-color:#FFA500 !important;}.modal-body[data-lottery-type="dlt"] .lottery-ball.blue-ball{background-color:#00b08c !important;color:#fff !important;border-color:#00b08c !important;}