body.larusa-aftr-watermark-active .larusa-aftr-watermark {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  pointer-events: none;
  overflow: hidden;
}

body.larusa-aftr-watermark-active .larusa-aftr-watermark::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image: repeating-linear-gradient(
    -28deg,
    rgba(8, 25, 44, 0) 0,
    rgba(8, 25, 44, 0) 92px,
    rgba(8, 25, 44, 0.07) 92px,
    rgba(8, 25, 44, 0.07) 94px,
    rgba(8, 25, 44, 0) 94px,
    rgba(8, 25, 44, 0) 188px
  );
}

body.larusa-aftr-watermark-active .larusa-aftr-watermark::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170vw;
  color: rgba(8, 25, 44, 0.16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3.6;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, -50%) rotate(-28deg);
  white-space: normal;
  word-spacing: 18px;
}

@media print {
  body.larusa-aftr-watermark-active .larusa-aftr-watermark::after {
    color: rgba(8, 25, 44, 0.28);
  }
}
