.rg-wrapper { position: relative; display: block; }
.rg-wrapper .rg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20,20,20,0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  text-align:center;
  padding: 18px;
  transition: background .15s ease;
  box-sizing: border-box;
}
.rg-wrapper .rg-overlay:hover { background: rgba(20,20,20,0.68); }
.rg-cta { color: #fff; font-size:16px; background: rgba(0,0,0,0.35); padding: 12px 18px; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,0.25); max-width:95%; }
.rg-cta-text { font-weight:700; letter-spacing:0.2px; }
.rg-cta-sub { font-size:13px; margin-top:6px; opacity:0.95; }
.rg-msg { margin-top:8px; font-size:13px; color:#fff; }
.rg-fallback { position: absolute; inset: 12px; z-index: 10000; display:none; box-sizing: border-box; }
.rg-content-unlocked .rg-overlay { display:none !important; }