/* css/modules/lcv.css: the .lcv-* module — split out of css/app.css by #360's sibling stage (#362).
   Load order is core.css, then every modules/*.css alphabetically; rules here
   are in their original relative order, and no selector in this file appears in
   any other (asserted in tests/css-split-check.js). */

/* reviewer sign-off panel (also used by the review modal) */
.lcv-review{margin-top:16px;border-radius:11px;padding:13px 15px;font-weight:700;font-size:13.5px;border:1px solid var(--line)}
.lcv-review--open{background:#f7f9fd}
.lcv-review--ok{background:#e9f7ef;border-color:#c6e9d5;color:#136c3c}
.lcv-review--no{background:#fdeee8;border-color:#f7cdbd;color:#a92c00}
.lcv-review__note{margin-top:6px;padding:8px 10px;background:rgba(255,255,255,.7);border-radius:8px;font-weight:600}
.lcv-concerns{margin:6px 0 0;padding:0;list-style:none}
.lcv-concerns li{padding:3px 0;color:#c96a12;font-weight:700;font-size:13px}
.lcv-acts{display:flex;gap:10px;justify-content:flex-end;margin-top:12px;flex-wrap:wrap}
