.cy-local-toolbar { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin:0 0 14px; padding:10px 12px; border:1px solid #b8d6d3; background:#eef8f7; border-radius:6px; font-size:14px; }
.cy-local-toolbar span:first-child { font-weight:700; color:#175a55; }
.cy-local-toolbar button { border:0; border-radius:5px; background:#17675f; color:#fff; padding:7px 10px; cursor:pointer; font:inherit; }
.cy-local-toolbar button.secondary { background:#52666a; }
.cy-local-message { color:#385257; font-size:13px; }
.cy-review-band { margin:0 0 18px; padding:14px 16px; border-left:4px solid #17675f; background:#f0f8f7; color:#243b3e; }
.cy-review-band p { margin:7px 0 0; line-height:1.65; }
.cy-status { display:inline-block; margin-right:9px; padding:3px 7px; border-radius:999px; color:#fff; font-size:12px; font-weight:700; }
.cy-status-same { background:#3c7d54; }.cy-status-minor { background:#187d9a; }.cy-status-major { background:#b45e22; }.cy-status-na { background:#66727a; }
#contentArea[contenteditable="true"] { outline:2px solid transparent; outline-offset:7px; }
#contentArea[contenteditable="true"]:focus { outline-color:#79aaa5; }
