/* שכבת הסיקווגל וקו החתימה */
.sq-item{ position:absolute; z-index:4; pointer-events:none; transform-origin:center center; }
body.sq-edit .sq-item{ pointer-events:auto; cursor:grab; z-index:9999 !important; }
body.sq-edit .sq-item:active{ cursor:grabbing; }
body.sq-edit .sq-item.sel{ outline:1.5px dashed rgba(30,115,135,.75); outline-offset:8px; border-radius:6px; }

/* פאנל העורך (רק ב-?sq=edit) */
.sq-panel{ position:fixed; top:12px; inset-inline-start:12px; z-index:99999; width:238px;
  background:#fffdf7; border:2px solid #e7dcc2; border-radius:12px; box-shadow:0 10px 26px rgba(40,26,10,.20);
  padding:12px 14px; font-family:Arial,sans-serif; direction:rtl; color:#4a4030; }
.sq-panel h3{ margin:0 0 10px; font-size:13px; color:#6b5a2e; }
.sq-panel select, .sq-panel input[type=range]{ flex:1; }
.sq-row{ display:flex; align-items:center; gap:8px; margin:7px 0; font-size:12px; }
.sq-row label{ min-width:48px; font-weight:bold; }
.sq-add{ width:100%; background:#FDBC11; border:0; padding:9px; border-radius:8px; font-weight:bold; cursor:pointer; margin-bottom:6px; }
.sq-copy{ width:100%; background:#57C6DD; border:0; padding:9px; border-radius:8px; font-weight:bold; cursor:pointer; margin-top:8px; }
.sq-del{ background:#f4b9c6; border:0; padding:6px 12px; border-radius:6px; cursor:pointer; font-weight:bold; }
.sq-hint{ font-size:11px; color:#8a7a55; margin-top:8px; line-height:1.45; }
