#cookie-consent-modal{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:15px;display:none;z-index:10000;box-shadow:0 -2px 10px rgba(0,0,0,0.2);}#cookie-consent-modal .container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;}#cookie-consent-modal p{margin:0;flex:1;min-width:200px;}#cookie-consent-modal a{color:#4dabf7;text-decoration:underline;}#cookie-consent-modal .buttons{display:flex;gap:10px;}#cookie-consent-modal button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;}#cookie-consent-modal .accept{background:#2b8a3e;color:#fff;}#cookie-consent-modal .decline{background:#c92a2a;color:#fff;}@media(max-width:768px){#cookie-consent-modal .container{flex-direction:column;text-align:center;}#cookie-consent-modal .buttons{width:100%;justify-content:center;}}