.rp-cookie-bar{position:fixed;z-index:9998;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1100px;margin:0 auto;padding:18px 24px;border-radius:12px;background:#000;box-shadow:0 12px 40px rgba(0,0,0,.32);animation:rp-cookie-in .25s ease-out}@keyframes rp-cookie-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.rp-cookie-bar__text{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.rp-cookie-bar__text p{margin:0;font-size:14px;line-height:1.45;color:#fff}.rp-cookie-bar__text a{font-size:14px;text-decoration:underline;white-space:nowrap;color:#f1bf5b}.rp-cookie-bar__actions{display:flex;flex-shrink:0;gap:10px}.rp-cookie-bar__actions button{padding:10px 22px;border-radius:8px;font-size:14px;line-height:1;white-space:nowrap;cursor:pointer;transition:opacity .15s ease}.rp-cookie-bar__actions button:hover{opacity:.82}.rp-cookie-bar__accept{border:1px solid #f1bf5b;background:#f1bf5b;color:#000}.rp-cookie-bar__reject{border:1px solid hsla(0,0%,100%,.45);background:transparent;color:#fff}.rp-cookie-reset{padding:0;border:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.rp-cookie-reset:hover{text-decoration:underline}@media (max-width:767px){.rp-cookie-bar{flex-direction:column;align-items:stretch;gap:14px;bottom:12px;padding:16px 18px}.rp-cookie-bar__actions button{flex:1;padding:12px 16px}}