#privacy-consent-popup{position:fixed;bottom:0;left:0;width:100%;max-width:400px;padding:20px;background-color:#f0f0f0;color:#333;border-top:2px solid #ccc;box-shadow:0 -2px 5px rgba(0,0,0,0.1);z-index:9999;display:flex;justify-content:space-between;align-items:center;}#privacy-consent-popup p{margin:0;font-size:14px;}#privacy-consent-popup .close-btn{cursor:pointer;margin-left:20px;color:#555;font-size:20px;}&:hover{color:#333;}@media(min-width:768px){#privacy-consent-popup{flex-direction:row;}}