.wpcr-banner{position:fixed;left:0;right:0;padding:var(--wpcr-padding,16px);background:var(--wpcr-bg,#1f2937);color:var(--wpcr-text,#fff);display:flex;gap:12px;align-items:center;justify-content:space-between;z-index:var(--wpcr-z,99999);transform:translateY(100%);transition:transform .3s ease,opacity .3s ease;max-width:var(--wpcr-maxw,unset);box-shadow:var(--wpcr-shadow,none);margin:0 auto;border-radius:var(--wpcr-radius,0)}
.wpcr-banner.wpcr-pos-top{top:0;transform:translateY(-100%)}
.wpcr-banner.wpcr-pos-bottom{bottom:0}
.wpcr-banner.wpcr-pos-floating{inset:auto 16px 16px 16px;border-radius:var(--wpcr-radius,8px);max-width:var(--wpcr-maxw,960px);margin:0 auto}
.wpcr-banner.wpcr-pos-bottom-left{left:16px;right:auto;bottom:16px;width:var(--wpcr-maxw,420px)}
.wpcr-banner.wpcr-pos-bottom-right{left:auto;right:16px;bottom:16px;width:var(--wpcr-maxw,420px)}
.wpcr-banner.wpcr-pos-top-left{left:16px;right:auto;top:16px;width:var(--wpcr-maxw,420px);transform:none}
.wpcr-banner.wpcr-pos-top-right{left:auto;right:16px;top:16px;width:var(--wpcr-maxw,420px);transform:none}
.wpcr-banner.wpcr-pos-center{left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}
.wpcr-banner.wpcr-visible{transform:translateY(0)}
.wpcr-banner.wpcr-hidden{opacity:0}
.wpcr-message{flex:1;line-height:1.4}
.wpcr-actions{display:flex;gap:8px}
.wpcr-btn{background:var(--wpcr-btn-ok-bg,#10b981);border:none;color:var(--wpcr-btn-ok-text,#fff);padding:8px 12px;border-radius:4px;cursor:pointer}
.wpcr-btn.wpcr-decline{background:var(--wpcr-btn-no-bg,#6b7280);color:var(--wpcr-btn-no-text,#fff)}
.wpcr-link{color:var(--wpcr-link,#93c5fd);text-decoration:underline}
@media (max-width: 640px){
  .wpcr-banner{flex-direction:column;align-items:stretch;gap:10px;left:0;right:0;inset:auto 0 0 0;border-radius:0;max-width:100%}
  .wpcr-banner.wpcr-pos-top{top:0}
  .wpcr-banner.wpcr-pos-bottom-left,.wpcr-banner.wpcr-pos-bottom-right,.wpcr-banner.wpcr-pos-top-left,.wpcr-banner.wpcr-pos-top-right{left:0;right:0;top:auto;bottom:0;width:100%}
  .wpcr-banner.wpcr-pos-center{left:0;right:0;top:auto;bottom:0;transform:none}
  .wpcr-actions{justify-content:flex-end}
}
