.privacy-settings { appearance: none; background: transparent; border: 0; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; min-height: 44px; padding: 8px 4px; }
.privacy-choice { position: fixed; z-index: 200; bottom: max(12px, env(safe-area-inset-bottom)); left: 16px; right: 16px; width: auto; max-width: 680px; margin: 0 auto; padding: 18px 20px; background: #fff; color: #0f1f2e; border: 2px solid #0f1f2e; border-radius: 8px; box-shadow: 0 8px 28px #0f1f2e33; font: 16px/1.5 Arial, sans-serif; max-height: 65dvh; overflow-y: auto; }
.privacy-choice[hidden], .privacy-settings[hidden] { display: none; }
.privacy-choice h2 { font-size: 18px; line-height: 1.3; margin: 0 0 8px; }
.privacy-choice p { font-size: 14px; margin: 0 0 14px; }
.privacy-choice-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.privacy-choice-actions button { appearance: none; font: 600 14px/1.4 Arial, sans-serif; min-height: 44px; padding: 10px 14px; border: 1px solid #0f1f2e; border-radius: 4px; background: #0f1f2e; color: #fff; cursor: pointer; flex: 1 1 150px; }
.privacy-choice-actions button:hover { background: #263f55; }
.privacy-choice-actions a { font-size: 14px; padding: 10px 0; min-height: 44px; color: #0f1f2e; text-decoration: underline; }
.privacy-choice :focus-visible, .privacy-settings:focus-visible { outline: 3px solid #0b6fe8; outline-offset: 3px; box-shadow: 0 0 0 2px #fff; }
@media (max-width: 480px) { .privacy-choice { left: 8px; right: 8px; padding: 14px; } .privacy-choice-actions { gap: 8px; } .privacy-choice-actions button { flex-basis: 120px; } }
