/* Draft Save is automatic. Submission, approval and evidence actions remain visible. */
.cbet-hidden-draft-save,
.cbet-unnecessary-control { display: none !important; }

#cbet-marks-autosave-status {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10050;
  max-width: min(420px, calc(100vw - 36px));
  border: 1px solid #9fb4c8;
  border-radius: 999px;
  padding: 9px 14px;
  background: #f4f8fb;
  color: #17324d;
  box-shadow: 0 6px 24px rgba(20, 50, 75, .18);
  font: 600 13px/1.25 system-ui, sans-serif;
}
#cbet-marks-autosave-status[data-state="saved"] { border-color: #68a67d; background: #edf8f0; color: #17562d; }
#cbet-marks-autosave-status[data-state="error"] { border-color: #d19a45; background: #fff8e8; color: #704600; cursor: pointer; }
