#scv2-banner.scv2-banner{position:fixed;z-index:9999;display:none;left:20px;right:auto;bottom:20px;max-width:380px;background:#fff;color:#222;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.12);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;}
#scv2-banner .scv2-inner{padding:16px;}
#scv2-banner .scv2-text{font-size:14px;line-height:1.45;margin:0 0 12px 0;}
#scv2-banner .scv2-actions{display:flex;gap:10px}
#scv2-banner .scv2-btn{flex:1;padding:10px 14px;border-radius:8px;border:0;font-weight:600;cursor:pointer}
#scv2-banner .scv2-btn.scv2-accept{background:var(--scv2-btn-bg,#000);color:var(--scv2-btn-text,#fff)}
#scv2-banner .scv2-btn.scv2-reject{background:#eee;color:#111}
#scv2-banner .scv2-close{position:absolute;top:6px;right:10px;width:28px;height:28px;border-radius:50%;border:0;background:#f3f3f3;cursor:pointer;font-size:18px;line-height:28px}
#scv2-banner .scv2-policy{margin-left:6px;text-decoration:underline}

/* Pozycje */
#scv2-banner.bottom-left{left:20px;right:auto}
#scv2-banner.bottom-right{right:20px;left:auto}
#scv2-banner.bottom-center{left:50%;transform:translateX(-50%)}

@media (max-width:640px){
  #scv2-banner{left:10px;right:10px;max-width:none}
  #scv2-banner.bottom-center{left:10px;right:10px;transform:none}
}
