#privacy-consent{position:fixed;bottom:0;right:0;width:300px;height:auto;background:linear-gradient(45deg,#ff9a9e,#fad0c4);color:#fff;padding:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;border-radius:10px;z-index:9999;}#privacy-consent span{cursor:pointer;padding:5px;background:#fff;color:#333;border-radius:50%;}#privacy-consent p{margin:0;font-size:14px;}@media(max-width:768px){#privacy-consent{width:90%;}}