
.cw-letter{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
padding-top:3px;
color:var(--cw-navy);
font-size:clamp(13px,1.65vw,24px);
font-weight:800;
line-height:1;
text-transform:uppercase;
user-select:none;
pointer-events:none;
}
.cw-cell[tabindex="0"]{
cursor:text;
outline:none;
}
.cw-cell[tabindex="0"]:focus{
background:#dff7f5;
box-shadow:inset 0 0 0 3px var(--cw-teal);
}
.cw-solution-visible .cw-letter{
color:#087f78;
background:#f1fbfa;
}
