.article-toc .toc-help-shortcut { display: inline-block; margin-top: 8px; font-size: .875rem; color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-help { border-top: 2px solid var(--blue); padding-top: 32px; }
.article-help .help-option { border-bottom: 1px solid var(--line); padding: 8px 0 28px; }
.article-help .help-option h3 { margin-top: 24px; }
.article-help .help-badge { display: inline-block; font-size: .875rem; font-weight: 400; border: 1px solid currentColor; padding: 2px 8px; margin: 6px 0; }
.article-help summary { cursor: pointer; padding: 12px 0; text-decoration: underline; text-underline-offset: 4px; }
.article-help label { display: block; font-size: .875rem; margin: 12px 0; }
.article-help textarea { box-sizing: border-box; width: 100%; max-width: 100%; resize: vertical; padding: 16px; border: 1px solid var(--line); background: white; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.6; }
.article-help button { margin-top: 16px; font: inherit; cursor: pointer; white-space: normal; }
.article-help [hidden] { display: none; }
.article-help :focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.article-help .copy-status { font-size: .875rem; min-height: 1.5em; }
