.cc-wysiwyg{border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,2px);overflow:hidden;background:var(--surface,#fff)}
.cc-wys-tb{display:flex;gap:2px;padding:6px;background:#f6f7f9;border-bottom:1px solid var(--border,#e5e7eb)}
.cc-wys-btn{min-width:30px;height:28px;border:1px solid transparent;background:none;border-radius:2px;cursor:pointer;font-size:13px;color:#374151}
.cc-wys-btn:hover{background:#e5e7eb}
.cc-wys-btn.b{font-weight:700}.cc-wys-btn.i{font-style:italic}.cc-wys-btn.u{text-decoration:underline}
.cc-wys-area{min-height:120px;padding:12px 14px;font-size:14px;line-height:1.5;outline:none;color:var(--text,#1f2937)}
.cc-wys-area:focus{background:var(--surface,#fff)}
.cc-wys-area ul,.cc-wys-area ol{margin:6px 0 6px 22px}
