#privacy-popup{position:fixed;bottom:0;left:0;width:80%;max-width:400px;background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);color:#fff;padding:20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;z-index:9999;border-radius:8px;}#privacy-popup p{margin:0;}#privacy-popup .close{cursor:pointer;color:#fff;font-weight:bold;font-size:20px;}@media(min-width:768px){#privacy-popup{max-width:600px;}}