/* Screenshot watermark — fixed logo in top-right corner */
.watermark {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0.18;
}
.watermark img {
  height: 28px;
  width: auto;
  display: block;
}
