.uk-preferences { appearance: none; border: 0; background: none; color: inherit; font: inherit; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: .2em; }
.uk-consent { position: fixed; z-index: 1000; bottom: 20px; left: 50%; transform: translateX(-50%); width: min(940px, calc(100% - 32px)); padding: 24px; border: 1px solid #c9c9b8; border-radius: 12px; background: #fffdf8; color: #17382f; box-shadow: 0 8px 48px #14281e30; display: flex; align-items: center; gap: 24px; max-height: 85dvh; overflow: auto; }
.uk-consent[hidden], .uk-preferences[hidden] { display: none; }
.uk-consent h2 { font-size: 1.35rem; margin: 0 0 8px; }
.uk-consent p { font: 15px/1.5 system-ui, sans-serif; margin: 0 0 8px; }
.uk-consent a { font: 14px/1.4 system-ui, sans-serif; color: #17382f; text-decoration: underline; }
.uk-consent-actions { display: flex; flex-direction: column; gap: 10px; flex: 0 0 185px; }
.uk-consent-actions button { border: 1px solid #17382f; border-radius: 5px; background: #fffdf8; color: #17382f; padding: 12px 14px; min-height: 44px; font: 600 15px/1.3 system-ui, sans-serif; cursor: pointer; }
.uk-consent-actions button:hover { background: #e7ede6; }
.uk-consent button:focus-visible, .uk-preferences:focus-visible { outline: 3px solid #a56612; outline-offset: 3px; }
@media (max-width: 640px) { .uk-consent { flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; bottom: 12px; } .uk-consent-actions { flex: auto; flex-direction: row; } .uk-consent-actions button { flex: 1; } }
@media print { .uk-consent, .uk-preferences { display: none !important; } }
