/* Teasers preserve page structure. Protected values are masked by the server. */
body .rm-paywall-frame.is-locked .rm-paywall-content,
body .profile-lock-frame.is-locked .profile-lock-content {
  filter: none;
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

body .rm-paywall-overlay,
body .profile-lock-overlay {
  position: static;
  inset: auto;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 1.25rem 0;
}

/* Only value cells and illustrative charts blur; headings and row labels stay clear. */
body .is-locked .rm-paywall-content tbody td:not(:first-child),
body .is-locked .profile-lock-content tbody td:not(:first-child),
body .is-locked .js-plotly-plot,
body .is-locked canvas {
  filter: blur(4px);
  opacity: .72;
  pointer-events: none;
  user-select: none;
}

.rm-access-teaser {
  margin: 1rem auto;
  padding: 1rem 1.25rem;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
}
.rm-access-teaser p:last-child { margin-bottom: 0; }

/* Some tables have a separate rank column before the linked row name. */
body .rm-preview-row td:has(a),
body .is-locked .rm-paywall-content tbody td:has(a),
body .is-locked .profile-lock-content tbody td:has(a) {
  filter: none;
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
