#consent-banner{position:fixed;bottom:0;left:0;width:90%;background:linear-gradient(135deg,#6b73ff,#000dff);color:#fff;padding:20px 16px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;z-index:9999;}#consent-banner p{margin:0 0 10px 0;}#consent-banner a{color:#ffdf6b;text-decoration:underline;}#consent-banner .buttons{display:flex;gap:10px;margin-top:10px;}#consent-banner button{background-color:#ff6b6b;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;}@media(min-width:768px){#consent-banner{flex-direction:row;justify-content:space-between;align-items:center;}}