.fp-consent[hidden], .fp-consent-settings[hidden], .fp-consent button[hidden] { display: none !important; }
.fp-consent { position: fixed; z-index: 10000; right: 20px; bottom: 20px; left: 20px; margin: 0 auto; max-width: 1160px; padding: 24px; display: flex; align-items: center; gap: 28px; color: #0b1922; background: #fff; border: 1px solid #d9dfdd; border-radius: 4px; font-family: inherit; box-sizing: border-box; }
.fp-consent__copy { flex: 1; }
.fp-consent h2 { margin: 0 0 8px; font-size: 18px; font-weight: 700; line-height: 1.3; color: #0b1922; }
.fp-consent p { margin: 0; font-size: 13px; line-height: 1.65; color: #46566a; }
.fp-consent a { color: #89642b; text-decoration: none; font-weight: 600; }
.fp-consent__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.fp-consent button, .fp-consent-settings { appearance: none; font-family: inherit; cursor: pointer; box-shadow: none; font-size: 13px; font-weight: 600; line-height: 1.4; border: 1px solid #0b1922; border-radius: 3px; color: #fff; background: #0b1922; padding: 12px 16px; min-height: 44px; text-align: center; }
.fp-consent button:hover { background: #243742; }
.fp-consent button:focus-visible, .fp-consent a:focus-visible, .fp-consent-settings:focus-visible { outline: 3px solid #a27b3d; outline-offset: 3px; }
.fp-consent-settings { position: fixed; z-index: 9998; bottom: 12px; left: 12px; padding: 8px 12px; min-height: 36px; font-size: 11px; background: #fff; color: #46566a; border-color: #d9dfdd; }
@media (max-width: 800px) { .fp-consent { flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; right: 12px; left: 12px; bottom: 12px; max-height: 80vh; overflow-y: auto; } .fp-consent__actions button { flex: 1 1 auto; } }
