/* Minimal additions. Don't override core styles. */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; background: rgba(0,0,0,0.85); color: #fff; padding: 16px 0; }
.cookie-banner a { color: #fff; text-decoration: underline; }
.cookie-banner .btn-primary { background-color: #2C9CAF; border-color: #2C9CAF; }
.cookie-banner .btn-outline-light { border-color: #fff; color: #fff; }
.cookie-text { font-size: 0.95rem; line-height: 1.4; }

/* Thank you page */
.thankyou-wrapper { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; }

/* Legal pages */
.legal-container { max-width: 920px; margin: 0 auto; padding: 60px 15px; }
.legal-container h1 { font-size: 2rem; margin-bottom: 1rem; }
.legal-container h2 { font-size: 1.25rem; margin-top: 1.5rem; }
.legal-meta { color: #666; font-size: 0.9rem; margin-bottom: 1rem; }
