#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:15px;z-index:9999;display:none;box-shadow:0 -2px 10px rgba(0,0,0,0.2);font-family:Arial,sans-serif;text-align:center;}#cookie-banner p{margin:0 0 10px;line-height:1.5;}#cookie-banner a{color:#4dabf7;text-decoration:underline;}#cookie-banner .buttons{display:flex;justify-content:center;gap:10px;}#cookie-banner button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;font-weight:bold;}#cookie-banner .accept{background:#2e7d32;color:#fff;}#cookie-banner .close{background:#c62828;color:#fff;}@media(min-width:768px){#cookie-banner{padding:15px 30px;}#cookie-banner .buttons{gap:15px;}#cookie-banner button{padding:10px 20px;}}