
/* Details tab + panel retired */
.sb-tab[data-tab="content"], #tab-content { display:none !important; }

/* the certificate lines are the editor — make that obvious */
#certSheet .ce-field { cursor:text; }
#certSheet .ce-field:empty::before{
  content:attr(data-ph); opacity:.35; font-style:italic; pointer-events:none;
}
#canvasEditHint{
  font-size:11.5px; line-height:1.45; color:#9a875f; font-style:italic;
  margin:0 0 12px; padding:8px 10px; border-radius:8px;
  background:rgba(198,162,83,.07); border:1px solid rgba(198,162,83,.16);
}
