.kievo-consent[hidden],
.kievo-consent [hidden] { display: none !important; }
.kievo-consent { position: fixed; z-index: 10000; inset: 0; display: grid; padding: 1rem; place-items: end center; background: rgb(22 27 23 / 46%); }
.kievo-consent__dialog { width: min(46rem, 100%); padding: 1.5rem; border-radius: .75rem; background: #fffdf9; box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%); }
.kievo-consent__dialog h2 { margin-bottom: .5rem; font-size: 1.5rem; }
.kievo-consent__preferences { display: grid; gap: .7rem; margin-block: 1rem; padding: 1rem; background: #f7f3ec; }
.kievo-consent__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-block: 1rem; }
.kievo-consent__actions button { padding: .7rem 1rem; border: 1px solid #4f6b55; color: #fff; background: #4f6b55; font-weight: 700; }
.kievo-consent__actions .kievo-consent__secondary { color: #272b28; background: transparent; }
.kievo-consent__actions .kievo-consent__link { color: #272b28; border-color: transparent; background: transparent; text-decoration: underline; }
.kievo-consent-reopen { position: fixed; z-index: 9998; bottom: .75rem; left: .75rem; min-height: 2.4rem; padding: .45rem .75rem; border: 1px solid #d9ded8; border-radius: 999px; color: #272b28; background: #fffdf9; font-size: .75rem; }
@media (max-width: 34rem) { .kievo-consent__actions { display: grid; } .kievo-consent__actions button { width: 100%; } }

