#privacy-popup{position:fixed;bottom:0;width:68%;background:linear-gradient(to right, #ff7e5f, #feb47b);color:#fff;padding:20px;box-sizing:border-box;display:flex;align-items:center;z-index:10000;}#privacy-popup .close-btn{margin-left:auto;color:white;font-size:20px;cursor:pointer;}@media(max-width:768px){#privacy-popup{width:100%;}}