.hool-correction { margin-block: 2rem; padding-block-start: 1rem; border-top: 1px solid var(--hool-color-border, #d9d5cf); }
.hool-correction summary { cursor: pointer; font-weight: 750; }
.hool-correction form { display: grid; gap: 1rem; max-width: 42rem; margin-block-start: 1rem; padding: 1rem; background: var(--hool-color-surface, #fff); border: 1px solid var(--hool-color-border, #d9d5cf); border-radius: var(--hool-radius-md, 10px); }
.hool-correction label { display: grid; gap: .35rem; font-weight: 650; }
.hool-correction select, .hool-correction textarea { width: 100%; }
.hool-correction small { color: var(--hool-color-muted, #67635e); font-weight: 400; }
.hool-correction__trap { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); }
.hool-correction__message { padding: .75rem 1rem; border-inline-start: 4px solid currentColor; }
.hool-correction__message.is-success { color: var(--hool-color-success, #287a3a); }
.hool-correction__message.is-error { color: var(--hool-color-error, #a52a2a); }
@media print { .hool-correction { display: none; } }
