#privacy-popup{position:fixed;bottom:0;width:90%;margin:0 11px;background-color:#f9f9f9;color:#000;padding:15px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;z-index:9999}#privacy-popup a{color:#1e90ff;text-decoration:none}#privacy-popup .buttons{display:flex;gap:10px;margin-top:10px}#privacy-popup button{background-color:#1e90ff;color:#fff;border:none;padding:10px 15px;cursor:pointer}#privacy-popup button:hover{background-color:#1a76d2}#privacy-popup button:focus{outline:none}@media(min-width:768px){#privacy-popup{max-width:600px;right:0;left:0;margin:auto;flex-direction:row;justify-content:space-between}}