

[data-mm-header] {
  --mm-bg: #ffffff;
  --mm-text: #052e16;
  --mm-primary: #15803d;
  --mm-overlay-bg: rgba(5, 46, 22, 0.55);
  --mm-transition: 0.34s cubic-bezier(0.32, 0.72, 0.3, 1);
}

:root {
  --cc-bg: #ffffff;
  --cc-text: #052e16;
  --cc-text-secondary: #365314;
  --cc-border: rgba(16, 38, 26, 0.12);
  --cc-primary: #15803d;
  --cc-primary-hover: #0f5c37;
  --cc-secondary: #ffffff;
  --cc-secondary-hover: #eef5ee;
  --cc-secondary-border: #cfe0d1;
  --cc-toggle-bg: #cfe0d1;
  --cc-toggle-active: #15803d;
  --cc-overlay: rgba(5, 46, 22, 0.6);
  --cc-shadow: 0 -0.4em 1.8em rgba(5, 46, 22, 0.18);
  --cc-radius: 1em;
  --cc-radius-sm: 0.55em;
  --cc-transition: 0.3s ease;
}

.cc-banner, .cc-settings-modal { font-family: var(--font-body); }


@media (max-width: 768px) {
  .cc-banner { padding-bottom: 4.8em; }
}

.Page-footer .cc-footer-link { color: #d9efdc; text-decoration: none; font-size: 0.85em; }
.Page-footer .cc-footer-link:hover { color: #ffffff; text-decoration: underline; }
.Page-footer .cc-footer-separator { color: rgba(241, 248, 241, 0.5); font-size: 0.85em; }
