#privacy-popup{position:fixed;bottom:0;left:10px;right:10px;width:calc(100% - 20px);background:linear-gradient(45deg,#ff6b6b,#f06595);color:#fff;padding:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;z-index:9999}#privacy-popup .close{background:none;color:#fff;border:none;font-size:20px;cursor:pointer}#privacy-popup .content{flex:1;}@media(min-width:768px){#privacy-popup{width:90%;left:5%;right:5%;}}