#consent-banner{position:fixed;bottom:0;width:100%;background:linear-gradient(to right,#4facfe,#00f2fe);color:white;padding:15px;display:flex;justify-content:space-between;align-items:center;z-index:1000;}#consent-banner p{margin:0;}#consent-banner button{background:#1e90ff;color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:5px;}@media(min-width:768px){#consent-banner{flex-direction:row;justify-content:space-around;}}