.pc-consent[hidden] { display: none; }
.pc-consent { position: fixed; inset: 0; z-index: 99998; display: grid; place-items: end center; padding: 1rem; background: rgba(15, 23, 42, .58); }
.pc-consent__panel { width: min(100%, 720px); padding: 1.5rem; border-radius: 14px; background: #fff; box-shadow: 0 24px 70px rgba(15, 23, 42, .28); }
.pc-consent__panel label { display: block; margin-block: .75rem; }
.pc-consent__links { display: flex; flex-wrap: wrap; gap: 1rem; margin-block: 1rem; }
.pc-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; margin-top: 1.25rem; }
.pc-consent__actions button { min-height: 44px; padding: .65rem 1rem; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; cursor: pointer; }
.pc-consent__actions [data-pc-save] { border-color: #2563eb; background: #2563eb; color: #fff; }
.pc-consent__choice { border-color: #2563eb !important; color: #1d4ed8; font-weight: 700; }
.pc-consent-open { overflow: hidden; }
