.privacy-consent { position: fixed; bottom: 12px; left: 12px; right: 12px; width: calc(100% - 24px); max-width: 90%; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); padding: 16px; box-sizing: border-box; z-index: 10001; display: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 14px; line-height: 1.4; } .privacy-consent p { margin: 0 0 12px 0; color: #333; } .privacy-consent a { color: #007cba; text-decoration: none; } .privacy-consent a:hover { text-decoration: underline; } .privacy-consent .cookie-buttons { display: flex; gap: 8px; flex-wrap: wrap; } .privacy-consent button { background: #007cba; color: white; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 13px; flex: 1; min-width: 80px; } .privacy-consent button:hover { background: #005a87; } .privacy-consent button.decline { background: #666; } .privacy-consent button.decline:hover { background: #444; } @media (max-width: 480px) { .privacy-consent { bottom: 8px; left: 8px; right: 8px; width: calc(100% - 16px); padding: 12px; } .privacy-consent .cookie-buttons { flex-direction: column; } }