.correction-sheet-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:20px 0;display:grid}.correction-sheet-row{border:1px solid var(--border,#d8ddd9);background:var(--surface,#fff);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.correction-sheet-row>strong{min-width:2.5rem;font-size:.95rem}.correction-sheet-options{gap:6px;display:flex}.correction-sheet-options button{border:1px solid var(--border,#cfd7d2);cursor:pointer;background:0 0;border-radius:8px;min-width:36px;min-height:36px;font-weight:700}.correction-sheet-options button.selected,.correction-sheet-options button[aria-pressed=true]{background:color-mix(in srgb, currentColor 10%, transparent);border-color:currentColor}@media (max-width:640px){.correction-sheet-grid{grid-template-columns:1fr}.correction-sheet-row{padding:9px 10px}.correction-sheet-options{flex:1;justify-content:flex-end}}.question-title-context{max-width:72ch;color:var(--ink,#17324d);margin:.45rem 0 .15rem;font-size:1.08rem;line-height:1.5}.question-atomic-answer{border-left:3px solid var(--accent,#0c8b82);background:color-mix(in srgb, var(--accent,#0c8b82) 7%, transparent);border-radius:0 .65rem .65rem 0;max-width:70ch;margin:1rem 0 1.5rem;padding:.9rem 1rem}.editorial-inline-cta{border:1px solid var(--border,#d8ddd9);background:var(--surface,#fff);border-radius:.9rem;justify-content:space-between;align-items:center;gap:1.5rem;margin:1.5rem 0;padding:1.25rem;display:flex}.editorial-inline-cta h2,.editorial-inline-cta p{margin-top:0}@media (max-width:640px){.editorial-inline-cta{flex-direction:column;align-items:stretch;gap:.9rem}.editorial-inline-cta .button-link{text-align:center;width:100%}}
