/* Blockudoku Classic — small overrides on top of ../blockudoku/style.css */
.stage-bar { justify-content: space-between; }
.stage-bar #linesText { margin-inline-start: auto; }
.actions { max-width: 320px; }
.card .lines { font-size: 20px; color: var(--muted); margin: -8px 0 16px; }
.card .row { display: flex; gap: 12px; }
