#policy-data-popup{position:fixed;bottom:0;left:0;width:90%;max-width:400px;background:linear-gradient(45deg,#6a11cb,#2575fc);color:#fff;padding:20px;box-sizing:border-box;z-index:9999;border-radius:8px;margin:10px;display:flex;flex-direction:column;}#policy-data-popup p{margin:0 0 10px 0;}#policy-data-popup a{color:#00f;text-decoration:none;}#policy-data-popup .buttons{display:flex;justify-content:flex-end;gap:10px;}#policy-data-popup button{background:#fff;color:#333;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;}@media(min-width:768px){#policy-data-popup{flex-direction:row;align-items:center;}}