#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:15px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:100;display:none;align-items:center;justify-content:space-between;flex-wrap:wrap;}#cookie-banner p{margin:0;flex:1;min-width:200px;}#cookie-banner .buttons{display:flex;gap:10px;}#cookie-banner button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;}#cookie-banner .accept{background:#4CAF50;color:#fff;}#cookie-banner .decline{background:#f44336;color:#fff;}@media(max-width:600px){#cookie-banner{flex-direction:column;gap:10px;}#cookie-banner p{margin-bottom:10px;}}