#privacy-popup{position:fixed;bottom:0;left:0;width:100%;max-width:400px;background:linear-gradient(135deg,#6b73ff,#000dff);color:#fff;padding:15px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;z-index:9999;}#privacy-popup span{cursor:pointer;font-weight:bold;}@media(min-width:768px){#privacy-popup{flex-direction:row;align-items:center;}}