#preview-banner,.preview-banner{display:none!important;}

.player-sub-cta{
  display:inline-flex;align-items:center;margin-top:3px;width:fit-content;
  font-size:11px;font-weight:800;letter-spacing:.02em;text-decoration:none;
  color:#c4b5fd;
}
.player-sub-cta[hidden]{display:none!important;}
.player-sub-cta:hover{color:#fff;text-decoration:underline;}

.fan-preview-note{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 14px;
  margin:4px 0 18px;padding:12px 16px;border-radius:14px;
  background:rgba(139,92,246,.14);border:1px solid rgba(139,92,246,.32);
  color:inherit;font-size:13.5px;line-height:1.4;
}
.fan-preview-note a{
  display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:999px;
  background:linear-gradient(90deg,#7c3aed,#db2777);color:#fff;font-weight:800;
  text-decoration:none;white-space:nowrap;
}
.fan-preview-note a:hover{filter:brightness(1.08);color:#fff;}
