#cookie-consent { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 10000; background: #222; color: #eee; padding: 14px 18px; font-size: 14px; box-shadow: 0 -2px 8px rgba(0,0,0,.3); }
#cookie-consent .cc-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; }
#cookie-consent .cc-text { flex: 1 1 400px; }
#cookie-consent .cc-text a { color: #b8dd88; }
#cookie-consent .cc-buttons button { margin-left: 8px; padding: 8px 14px; border: 0; border-radius: 3px; cursor: pointer; }
#cookie-consent .cc-accept { background: #7AAE37; color: #fff; }
#cookie-consent .cc-reject, #cookie-consent .cc-settings, #cookie-consent .cc-save { background: #555; color: #fff; }
#cookie-consent .cc-options { display: none; flex-basis: 100%; }
#cookie-consent.cc-open .cc-options { display: block; }
#cookie-consent .cc-options label { display: block; margin: 6px 0; }
