.cookie-popup{position:fixed;bottom:0;width:53%;background-color:#f9f9f9;padding:20px;box-shadow:0 -2px 5px rgba(0,0,0,0.1);display:flex;justify-content:space-between;align-items:center;z-index:1000;}.cookie-popup button{background-color:#4CAF50;color:white;border:none;padding:10px 20px;margin-left:10px;cursor:pointer;font-size:1em;}.cookie-popup button:nth-child(2){background-color:#f44336;}.cookie-popup p{margin:0;}.cookie-popup{flex-wrap:wrap;}@media(min-width:768px){.cookie-popup{padding:20px 40px;}}