/* /citation-formatter only: a reference list with hanging indents, as the styles require. Scoped under #cfmApp. */
#cfmApp .xt-reflist { margin: 12px 0; padding: 14px 16px; list-style: none; border: 1px solid var(--bm-line); border-radius: 12px; background: var(--bm-surface); }
#cfmApp .xt-reflist li { padding-left: 2em; text-indent: -2em; margin: 0 0 10px; line-height: 1.6; overflow-wrap: anywhere; }
#cfmApp .xt-reflist li:last-child { margin-bottom: 0; }
#cfmApp .xt-reflist.is-numbered li { padding-left: 0; text-indent: 0; }
#cfmApp .ic-drop { margin: 8px 0 12px; }
