/* ALTAHANY_WATERMARK_SAFE_V10_63
   Non-invasive overlay: never moves or wraps image/picture elements. */

.ath-safe-wm-host {
  position: relative !important;
  isolation: isolate !important;
}

.ath-safe-wm-layer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 8 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  border-radius: inherit !important;
}

.ath-safe-wm-mark {
  position: absolute !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1px !important;
  max-width: 40% !important;
  padding: 4px 7px !important;
  border-radius: 8px !important;
  color: rgba(255,255,255,.72) !important;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.34) !important;
  transform: rotate(-14deg) !important;
  opacity: .30 !important;
  white-space: nowrap !important;
  user-select: none !important;
}

.ath-safe-wm-mark strong {
  font: 700 clamp(7px,.72vw,11px)/1.12 Arial, Helvetica, sans-serif !important;
  letter-spacing: .02em !important;
}

.ath-safe-wm-mark span {
  font: 700 clamp(6px,.58vw,9px)/1.1 Arial, Helvetica, sans-serif !important;
  letter-spacing: .06em !important;
}

.ath-safe-wm-a { top: 7% !important; left: 5% !important; }
.ath-safe-wm-b { top: 13% !important; right: 5% !important; }
.ath-safe-wm-c { bottom: 15% !important; left: 7% !important; }
.ath-safe-wm-d { bottom: 8% !important; right: 6% !important; }

.ath-safe-wm-thumb .ath-safe-wm-mark {
  max-width: 48% !important;
  padding: 2px 4px !important;
  opacity: .25 !important;
}

.ath-safe-wm-thumb .ath-safe-wm-mark strong {
  font-size: 6px !important;
}

.ath-safe-wm-thumb .ath-safe-wm-mark span {
  font-size: 5px !important;
}

.ath-safe-wm-thumb .ath-safe-wm-c,
.ath-safe-wm-thumb .ath-safe-wm-d {
  display: none !important;
}

@media (max-width: 640px) {
  .ath-safe-wm-mark {
    opacity: .25 !important;
    transform: rotate(-12deg) !important;
  }

  .ath-safe-wm-mark strong {
    font-size: 7px !important;
  }

  .ath-safe-wm-mark span {
    font-size: 6px !important;
  }
}
