.tabuleta{gap:1.5rem;display:grid}.tabuleta:before{display:none}.tabuleta__peca{min-width:0;max-width:34rem}.tabuleta__legenda{max-width:32ch;box-shadow:inset 0 1px 0 0 var(--fio);flex-direction:column;gap:.625rem;padding-top:.875rem;display:flex}.tabuleta__rotulo{color:var(--tinta-suave)}.tabuleta__texto{color:var(--tinta-suave);font-size:.9375rem;line-height:1.5}@media (min-width:64rem){.tabuleta{grid-template-columns:minmax(0,34rem) minmax(2.5rem,1fr) minmax(0,26rem);align-items:start;gap:0}.tabuleta:before{content:"";background:var(--fio);grid-area:1/2;place-self:stretch center;width:1px;display:block}.tabuleta__peca{grid-area:1/1}.tabuleta__legenda{grid-area:1/3;margin-top:.25rem;position:sticky;top:7rem}.tabuleta--espelhada{grid-template-columns:minmax(0,26rem) minmax(2.5rem,1fr) minmax(0,34rem)}.tabuleta--espelhada .tabuleta__peca{grid-column:3}.tabuleta--espelhada .tabuleta__legenda{grid-column:1}}
