.vpb{--vpb-bg:#ea580c;--vpb-fg:#fff;font-family:'Inter',-apple-system,Segoe UI,Roboto,Arial,sans-serif;
display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;
background:var(--vpb-bg);color:var(--vpb-fg);padding:10px 18px;position:relative;
font-size:14px;font-weight:500;text-align:center;line-height:1.4}
.vpb--closable{padding-right:44px}
.vpb[hidden]{display:none!important}  /* .vpb{display:flex} иначе перебивает атрибут hidden (защита от моргания) */
.vpb--sticky{position:sticky;top:0;z-index:99970}
.vpb--bottom.vpb--sticky{top:auto;bottom:0}
.vpb-text{max-width:100%}
.vpb-link{    background: #59ACE9;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff !important;
    line-height: 12px;
    text-decoration: none !important;
    border-radius: 16px;}
.vpb-link:hover{opacity:.85}
.vpb-x{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:none;
color:var(--vpb-fg);font-size:24px;line-height:1;cursor:pointer;opacity:.85;padding:0 4px}
.vpb-x:hover{opacity:1}
