.livernoConsent[hidden] { display: none !important; }
.livernoConsent { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: flex-end; justify-content: center; padding: 20px; background: rgba(0,0,0,.46); }
.livernoConsent__panel { width: min(760px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 24px; border-radius: 12px; background: #fff; box-shadow: 0 15px 60px rgba(0,0,0,.25); }
.livernoConsent__panel h2 { margin: 0 0 10px; }
.livernoConsent__groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.livernoConsent__groups label { padding: 10px; border: 1px solid #ddd; border-radius: 7px; }
.livernoConsent__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.livernoConsent__actions button { cursor: pointer; padding: 10px 14px; }
.livernoConsentReopen { position: fixed; z-index: 99990; right: 12px; bottom: 12px; padding: 8px 11px; border: 1px solid #bbb; border-radius: 6px; background: #fff; color: #222; cursor: pointer; font-size: 12px; }
.livernoConsentOpen { overflow: hidden; }
@media (max-width: 600px) { .livernoConsent__groups { grid-template-columns: 1fr; } .livernoConsent__actions { flex-direction: column; } }
