/* Card and switch patterns adapted from Sauerteigtipps Consent. GPL-2.0-or-later. */
.bceedconsent-root{--bceed-ink:#15313d;--bceed-muted:#45616d;--bceed-accent:#007a80;--bceed-line:#d6e7e4;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;color:var(--bceed-ink)}
.bceedconsent-root *{box-sizing:border-box}.bceedconsent-root [hidden],.bceed-media [hidden]{display:none!important}
.bceedconsent-overlay{position:fixed;inset:0;z-index:2147483000;background:rgba(12,38,43,.45);backdrop-filter:blur(4px)}
.bceedconsent-banner{position:fixed;z-index:2147483001;left:50%;bottom:24px;transform:translateX(-50%);width:min(660px,calc(100vw - 32px));max-height:calc(100dvh - 48px);overflow:auto;overscroll-behavior:contain;padding:28px;background:#fbfefe;color:var(--bceed-ink);border:1px solid #d6e7e4;border-top:5px solid #18e7e2;border-radius:22px;box-shadow:0 28px 100px #15313d50;animation:bceed-appear .2s ease-out}
.bceedconsent-header,.bceedconsent-brand{display:flex;align-items:center;justify-content:space-between;gap:20px}.bceedconsent-brand{width:100%;justify-content:flex-start}.bceedconsent-brand img{width:160px;height:auto;max-height:65px;object-fit:contain}.bceedconsent-brand span{border-left:1px solid var(--bceed-line);padding-left:20px;color:var(--bceed-muted);font-size:13px;line-height:1.45}
.bceedconsent-root .bceedconsent-eyebrow{margin:22px 0 8px!important;color:var(--bceed-accent)!important;font-size:10px!important;font-weight:750;letter-spacing:.16em}
.bceedconsent-root h2{margin:0 0 12px!important;color:var(--bceed-ink)!important;font-family:inherit!important;font-size:clamp(26px,4vw,34px)!important;font-weight:700!important;letter-spacing:-.035em!important;line-height:1.15!important}
.bceedconsent-root .bceedconsent-intro{margin:0 0 20px!important;color:var(--bceed-muted)!important;font-size:14px!important;line-height:1.65!important}
.bceedconsent-details{display:grid;gap:9px;margin:14px 0 20px}.bceedconsent-choice{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--bceed-line);border-radius:12px;background:#fff;cursor:pointer}.bceedconsent-choice>div{display:grid;gap:4px}.bceedconsent-choice strong{color:var(--bceed-ink);font-size:14px;font-weight:700}.bceedconsent-choice small{color:var(--bceed-muted);font-size:12px;line-height:1.55}.bceedconsent-always{flex-shrink:0;font-size:10px;font-weight:750;color:var(--bceed-accent);text-transform:uppercase;letter-spacing:.04em}.bceedconsent-note{margin:4px 0 0!important;font-size:11px!important;line-height:1.5!important;color:var(--bceed-muted)!important}
.bceedconsent-switch{position:relative;flex:0 0 46px;width:46px;height:28px}.bceedconsent-switch input{position:absolute;margin:0!important;opacity:0;width:46px;height:28px;inset:0;z-index:1;cursor:pointer}.bceedconsent-switch>span{position:absolute;inset:0;border-radius:20px;background:#b7c9c6;transition:background .15s}.bceedconsent-switch>span:after{content:"";position:absolute;left:4px;top:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 5px #15313d25;transition:transform .15s}.bceedconsent-switch input:checked+span{background:var(--bceed-accent)}.bceedconsent-switch input:checked+span:after{transform:translateX(18px)}
.bceedconsent-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bceedconsent-root button{font-family:inherit;text-transform:none;letter-spacing:normal;cursor:pointer}.bceedconsent-root .bceedconsent-btn{display:block;height:auto;min-height:48px;padding:12px 16px;border:1px solid var(--bceed-accent);border-radius:10px;background:var(--bceed-accent);color:#fff;font-size:14px;line-height:1.4;font-weight:650;text-align:center;box-shadow:none}.bceedconsent-root .bceedconsent-btn:hover{background:#005a60;border-color:#005a60;color:#fff}.bceedconsent-root .bceedconsent-customize{grid-column:1/-1;min-height:42px;padding:7px;border:0;background:transparent;color:var(--bceed-ink);font-size:13px;text-decoration:underline;text-underline-offset:4px;box-shadow:none}.bceedconsent-save{grid-column:1/-1}.bceedconsent-root .bceedconsent-close{flex:0 0 44px;min-width:44px;height:44px;padding:0;border:1px solid var(--bceed-line);border-radius:50%;background:#fff;color:var(--bceed-ink);font-size:25px;line-height:1;box-shadow:none}
.bceedconsent-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:16px;margin-top:10px;border-top:1px solid var(--bceed-line);font-size:11px;color:var(--bceed-muted)}.bceedconsent-footer>div{display:flex;gap:14px}.bceedconsent-footer a{color:var(--bceed-muted)!important;text-decoration:underline;text-underline-offset:3px}.bceedconsent-root .bceedconsent-reopen{position:fixed;left:14px;bottom:14px;z-index:2147482999;display:flex;align-items:center;gap:8px;min-height:44px;padding:9px 14px;border:1px solid var(--bceed-line);border-radius:30px;background:#fbfefe;color:var(--bceed-ink);box-shadow:0 4px 22px #15313d20;font-size:12px;font-weight:600;line-height:1.5}.bceedconsent-reopen span{color:var(--bceed-accent);font-size:17px}
.bceedconsent-root button:focus-visible,.bceedconsent-root a:focus-visible,.bceedconsent-switch input:focus-visible+span,.bceed-media button:focus-visible{outline:3px solid #15313d;outline-offset:4px}html.bceed-consent-open{overflow:hidden}
.bceed-media-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:250px;padding:28px;background:#eef7f5;border:1px solid #cfe1de;border-radius:16px;text-align:center;font:14px/1.6 system-ui,sans-serif;color:#15313d}.bceed-media-placeholder strong{font-size:20px;color:#15313d}.bceed-media-placeholder p{max-width:430px;margin:0;color:#45616d}.bceed-media-placeholder button{min-height:44px;border:0;border-radius:8px;padding:10px 18px;background:#007a80;color:#fff;font:600 14px/1.5 system-ui,sans-serif;cursor:pointer}.bceed-media-icon{font-size:28px;color:#007a80}.bceed-media iframe{max-width:100%}
@keyframes bceed-appear{from{opacity:0;translate:0 10px}to{opacity:1;translate:0 0}}
@media(max-width:520px){.bceedconsent-banner{bottom:12px;max-height:calc(100dvh - 24px);width:calc(100vw - 24px);padding:20px;border-radius:18px}.bceedconsent-brand{gap:14px}.bceedconsent-brand img{width:132px}.bceedconsent-brand span{padding-left:14px;font-size:11px}.bceedconsent-root h2{font-size:27px!important}.bceedconsent-root .bceedconsent-intro{font-size:13px!important}.bceedconsent-choice{padding:12px;gap:12px}.bceedconsent-always{white-space:normal;text-align:right;max-width:50px}.bceedconsent-root .bceedconsent-btn{padding:12px 8px;font-size:13px}.bceedconsent-footer{font-size:10px}.bceedconsent-root .bceedconsent-eyebrow{margin-top:18px!important}}
@media(prefers-reduced-motion:reduce){.bceedconsent-root *{animation:none!important;transition:none!important}}
@media print{.bceedconsent-root,.bceed-media-placeholder{display:none!important}}

.bceedconsent-wordmark{font-size:36px!important;font-weight:800;letter-spacing:-.06em;line-height:1;color:var(--bceed-ink)}.bceedconsent-wordmark>span{display:block!important;border:0!important;padding:5px 0 0!important;font-size:9px!important;font-weight:500;letter-spacing:.1em;color:var(--bceed-accent)}
.bceedconsent-services{padding:14px;border:1px solid var(--bceed-line);border-radius:12px;font-size:12px;line-height:1.6}.bceedconsent-services summary{cursor:pointer;font-weight:650}.bceedconsent-services p{font-size:12px!important;line-height:1.6!important;margin:12px 0!important}
