#privacy-consent{position:fixed;bottom:20px;right:20px;width:300px;background-color:#222;color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.5);z-index:10000;}.privacy-consent-buttons{display:flex;justify-content:space-between;margin-top:15px;}#privacy-consent button{background-color:#555;color:white;border:none;padding:10px;border-radius:5px;cursor:pointer;}#privacy-consent button:hover{background-color:#333;}@media(min-width:768px){#privacy-consent{width:350px;}}