.sbx-consent[hidden]{display:none}
.sbx-consent{position:fixed;inset:auto 0 0 0;z-index:999999;display:flex;justify-content:center;padding:16px;background:rgba(0,0,0,.35)}
.sbx-consent__box{background:#fff;color:#1a1a1a;max-width:560px;width:100%;border-radius:12px;padding:24px;box-shadow:0 8px 40px rgba(0,0,0,.25);font:14px/1.5 system-ui,sans-serif;max-height:85vh;overflow-y:auto;position:relative}
.sbx-consent__title{margin:0 0 8px;font-size:18px}
.sbx-consent__text{margin:0 0 16px}
.sbx-consent__text a{color:#a3195b}
.sbx-consent__prefs[hidden]{display:none}
.sbx-consent__row{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-top:1px solid #eee}
.sbx-consent__row input{margin-top:3px}
.sbx-consent__legal{font-size:12px;color:#555;margin:10px 0 0}
.sbx-consent__warn{font-size:12px;color:#a3195b;margin:8px 0 0}
.sbx-consent__hint{font-size:12px;color:#555;margin:8px 0 0}
.sbx-consent__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;align-items:center;position:sticky;bottom:-24px;padding:12px 0 4px;background:linear-gradient(to top,#fff 70%,rgba(255,255,255,0))}
.sbx-consent__prefs{padding-top:6px}
.sbx-consent__btn{cursor:pointer;border-radius:8px;font-size:14px}
.sbx-consent__btn[hidden]{display:none}
/* Accept and reject must be visually equivalent (EDPB 03/2022). */
.sbx-consent__btn--equal{flex:1 1 140px;padding:12px 16px;border:2px solid #a3195b;background:#a3195b;color:#fff;font-weight:600}
.sbx-consent__btn--equal:hover{opacity:.92}
/* "Einstellungen" may be less prominent – it is not the reject path. */
.sbx-consent__btn--text{flex:0 0 auto;padding:12px 10px;border:0;background:none;color:#a3195b;text-decoration:underline}
.sbx-consent-reopen{position:fixed;left:12px;bottom:12px;z-index:999998;background:#a3195b;color:#fff;border:0;border-radius:6px;padding:8px 12px;font:12px/1 system-ui,sans-serif;cursor:pointer;opacity:.85}
.sbx-consent-reopen:hover{opacity:1}
