#cookie-banner{position:fixed;bottom:0;width:calc(100% - 24px);margin:0 12px;background:linear-gradient(135deg, #f06, #834);color:#fff;padding:10px;box-sizing:border-box;z-index:1000;border-radius:5px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}#cookie-banner p{flex:1 1 auto;margin:0}#cookie-banner button{background:#227;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:3px;margin-left:5px}#cookie-banner button:hover{background:#335}#cookie-banner .actions{display:flex;flex:0 0 auto}@media(min-width:768px){#cookie-banner{width:80%}}