/* RDY.cz — promo lišta webpj.cz */
.webpj-bar{position:fixed;left:0;right:0;bottom:0;z-index:120;background:#16180f;background:linear-gradient(90deg,#1c1f12 0%,#101108 100%);border-top:1px solid rgba(178,224,46,0.35);box-shadow:0 -8px 30px -12px rgba(0,0,0,0.5);}
.webpj-bar-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:14px;padding:10px 16px 10px 60px;}
.webpj-bar-text{flex:1;color:#fff;font-size:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;}
.webpj-bar-text i{color:var(--accent);}
.webpj-bar-sub{color:rgba(255,255,255,0.7);font-weight:400;}
.webpj-bar-btn{flex-shrink:0;background:var(--accent);color:#15170f;font-weight:700;font-size:14px;padding:9px 18px;border-radius:8px;text-decoration:none;white-space:nowrap;box-shadow:0 6px 18px -8px rgba(178,224,46,0.7);}
.webpj-bar-btn:hover{filter:brightness(1.05);}
.webpj-bar-close{flex-shrink:0;background:transparent;border:0;color:rgba(255,255,255,0.6);font-size:24px;line-height:1;cursor:pointer;padding:2px 8px;font-family:inherit;}
.webpj-bar-close:hover{color:#fff;}
@media(max-width:680px){.webpj-bar-sub{display:none;}.webpj-bar-text{font-size:13px;}.webpj-bar-inner{gap:10px;}}
