#cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#222;color:#fff;padding:15px;box-sizing:border-box;display:none;z-index:10000;}#cookie-banner p{margin:0;padding:0;line-height:1.5;}#cookie-banner .buttons{display:flex;gap:10px;margin-top:10px;}#cookie-banner button{background-color:#4CAF50;color:#fff;border:none;padding:8px 15px;cursor:pointer;border-radius:4px;}#cookie-banner button:last-child{background-color:#f44336;}@media(min-width:768px){#cookie-banner{flex-direction:row;justify-content:space-between;align-items:center;}}