/* RankUp global watermark overlay (CSS fallback for <img>-based views) */
.rankup-watermark {
  position: relative;
}
.rankup-watermark::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/assets/lohgo-Rankup.png');
  background-repeat: no-repeat;
  background-position: center center;
  /* Smaller logo to avoid visual clutter (approx 30% of container width) */
  background-size: 30%;
  opacity: 0.2; /* 20% */
  pointer-events: none;
  z-index: var(--z-dropdown, 10);
}

/* Utility: apply to common content wrappers if the class exists */
/* Marker classes intentionally left without extra declarations to avoid overriding layouts */
