#cookie-banner{
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: rgba(0,0,0,0.85); color:#fff; padding:15px;
    display:flex; justify-content:space-between; align-items:center; gap:12px;
    z-index:10000; flex-wrap:wrap;
}
#cookie-banner p{margin:0; font-size:14px; line-height:1.4}
#cookie-banner a{color:#25D366; text-decoration: underline}
#cookie-banner button{
    background:#25D366; border:none; padding:8px 15px; color:#fff;
    font-weight:600; border-radius:6px; cursor:pointer
}
#cookie-banner button:hover{ background:#1ebe57 }
