#consent-banner{position:fixed;bottom:0;width:100%;background-color:#333;color:#fff;padding:20px;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;}#consent-banner .buttons{display:flex;gap:10px;margin-top:10px;}#consent-banner button{background-color:#555;color:#fff;border:none;padding:10px 20px;cursor:pointer;}@media(min-width:768px){#consent-banner{flex-direction:row;justify-content:space-between;padding:15px 25px;}}