#cookie-notice { padding: 1.5rem; display: none; text-align: left; position: fixed; bottom: 1.5rem; left: 1.5rem; max-width: 560px; background: var(--Green-900); color: var(--Gray-25); z-index: var(--banner-z-index) !important; font-family: Messina Sans; border-radius: 8px; }

#cookie-notice .cookie-notice-content h4 { font-family: Messina Serif; font-weight: 170; line-height: 40.6px; font-size: 29px; letter-spacing: -0.02em; text-align: left; margin-bottom: 0.5rem; color: white; }

#cookie-notice .cookie-notice-content span { font-family: Messina Sans; font-size: 16px; font-weight: 400; line-height: 25.6px; letter-spacing: 0.005em; text-align: left; }

#cookie-notice .cookie-notice-btns { display: flex; justify-content: space-between; margin-top: 1rem; gap: 1rem; }

#cookie-notice .cookie-consent-btn { flex: 1 1 auto; padding: 8px 24px; border-radius: 99999px; color: var(--Gray-25); cursor: pointer; font-family: Messina Sans; font-size: 16px; line-height: 25.6px; }

#cookie-notice .cookie-consent-btn-primary { background: var(--Green-400); border: 1px solid var(--Green-400); color: var(--Green-900); }

#cookie-notice .cookie-consent-btn-primary:hover, #cookie-notice .cookie-consent-btn-secondary { background: transparent; border: 1px solid var(--Gray-25); color: var(--Gray-25); }

#cookie-notice .cookie-consent-btn:active, #cookie-notice .cookie-consent-btn-secondary:hover { background: var(--Gray-900); border: 1px solid var(--Gray-900); color: var(--Gray-25); }

@media (max-width: 608px) { #cookie-notice { left: 0; bottom: 0; width: 100%; border-radius: 8px 8px 0 0; } }

/*# sourceMappingURL=cookie-consent.css.map */