.sudoku-grid-example{border:3px solid #3182ce;grid-template-columns:repeat(9,1fr);width:fit-content;display:grid}.sudoku-grid-example>div{aspect-ratio:1;border:1px solid #3182ce;justify-content:center;align-items:center;font-size:1.2rem;transition:background-color .3s;display:flex}.sudoku-grid-example>div.box-border-t{border-top:3px solid #3182ce}.sudoku-grid-example>div.box-border-l{border-left:3px solid #3182ce}.sudoku-grid-example>div.highlighted{background-color:#e0f2f7}.sudoku-grid-example>div.eliminated{color:#999}.sudoku-grid-example>div.identified{background-color:#a7e9f7}.sudoku-grid-example>div:hover{background-color:#cce8f9}.section-divider{border-bottom:2px solid #63b3ed;margin-bottom:4rem;padding-bottom:2rem}.technique-title{color:#2c68a5}.content-section{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.content-section>div{flex:1;min-width:300px}.figure-right>div:last-child{order:2}.figure-right>div:first-child,.figure-left>div:last-child{order:1}.figure-left>div:first-child{order:2}
