/*
 * Draft-only decoration. Load after lncs.css / acm.css.
 * Remove (or unlink) this file before camera-ready.
 */

.draft-tag {
  color: #b91c1c;
  font-family: "CMUSerif-Bold", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

mark.todo,
mark.note {
  background: #fff3b0;
  color: #5a4500;
  padding: 0 0.25em;
  border: 1px dashed #333;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

mark.todo::before,
mark.note::before {
  display: inline-block;
  margin-right: 0.4em;
  padding: 0 0.35em;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 2px;
  vertical-align: 0.1em;
  text-indent: 0;
}

mark.todo::before {
  content: "TODO";
  background: #b91c1c;
}

mark.note::before {
  content: "NOTE";
  background: #2563eb;
}

/* Toggle: add `hide-drafts` to a parent element (typically <html> or
 * <body>) to hide all TODO and NOTE remarks without removing them from
 * the source. Useful for previewing the paper as it would read without
 * draft annotations. */
.hide-drafts mark.todo,
.hide-drafts mark.note {
  display: none !important;
}

/* Toggle: add `anonymize` to a parent element (typically <html> or
 * <body>) to hide authors, affiliations, and acknowledgements for
 * double-blind review submission. */
.anonymize #authors,
.anonymize #acknowledgements {
  display: none !important;
}

@media print {
  mark.todo,
  mark.note {
    background: #fff3b0 !important;
    color: #5a4500 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  mark.todo::before {
    background: #b91c1c !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  mark.note::before {
    background: #2563eb !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
