.kl-consent { position: fixed; z-index: 11000; bottom: 18px; left: 18px; width: min(680px, calc(100% - 36px)); box-sizing: border-box; max-height: calc(100dvh - 36px); overflow-y: auto; padding: 22px; border: 1px solid #b79a60; border-radius: 16px; background: #fffaf0; color: #291b12; box-shadow: 0 8px 38px #160f0b40; font: 15px/1.5 sans-serif; }
.kl-consent[hidden], .kl-consent [hidden] { display: none !important; }
.kl-consent h2 { margin: 0 0 10px; font-size: 21px; color: #291b12; }
.kl-consent p { margin: 8px 0; }
.kl-consent a { color: #634519; text-decoration: underline; }
.kl-consent-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.kl-consent-actions button { flex: 1 1 160px; min-height: 44px; padding: 10px 13px; border: 1px solid #705527; border-radius: 8px; color: #291b12; background: #f3e7ce; font: 600 14px/1.3 sans-serif; cursor: pointer; }
.kl-consent-actions button:hover { background: #e8d5b0; }
.kl-consent button:focus-visible, .kl-consent a:focus-visible, .kl-consent input:focus-visible { outline: 3px solid #705527; outline-offset: 3px; }
#kl-consent-settings { padding: 10px 0; }
#kl-consent-settings label { display: flex; align-items: center; gap: 10px; min-height: 44px; }
#kl-consent-settings input { width: 20px; height: 20px; accent-color: #705527; flex-shrink: 0; }
.kl-consent-link { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; text-decoration: underline; cursor: pointer; min-height: 30px; }
@media (max-width: 480px) { .kl-consent { bottom: 8px; left: 8px; width: calc(100% - 16px); padding: 16px; max-height: calc(100dvh - 16px); } .kl-consent-actions button { flex-basis: 100%; } }
