#cookie-policy-popup{position:fixed;bottom:0;right:0;width:300px;background:linear-gradient(45deg,#e66465,#9198e5);color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:10000;transition:transform 0.3s ease;} #cookie-policy-popup a{color:#1e90ff;text-decoration:none;} #cookie-policy-popup .buttons{display:flex;justify-content:space-between;margin-top:15px;} #cookie-policy-popup button{background-color:#155799;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;} #cookie-policy-popup button:hover{background-color:#1e3a5f;} @media(min-width:768px){#cookie-policy-popup{width:400px;}}