.sppv-player{ position:relative; background:#000; }
.sppv-fs-btn{ position:absolute; top:8px; left:8px; z-index:99999; background:#000; color:#fff; border:none; border-radius:6px; padding:6px 10px; font-weight:bold; opacity:.9; cursor:pointer }
.sppv-paywall{ padding:18px; background:#111; color:#eee; border-radius:10px; text-align:center }
.sppv-title{ font-weight:700; margin-bottom:6px }
.sppv-price{ font-size:1.1em; margin:8px 0 }
.sppv-logo{ position:absolute; z-index:99998; pointer-events:none; opacity:.9 }
.sppv-logo img{ max-width:120px; max-height:120px; display:block }
.sppv-logo.pos-top-left{ top:8px; left:8px }
.sppv-logo.pos-top-right{ top:8px; right:8px }
.sppv-logo.pos-bottom-left{ bottom:8px; left:8px }
.sppv-logo.pos-bottom-right{ bottom:8px; right:8px }
@media (max-width:640px){ .sppv-logo img{ max-width:72px; max-height:72px } }
.sppv-alert{ padding:10px; background:#fff3cd; border:1px solid #ffeeba; border-radius:8px; color:#856404; }
