/* minimal, barrierearm */
.cc-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:9997;display:none}
.cc-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(960px,calc(100% - 24px));background:#ffffff;border:1px solid #e5e7eb;
  border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18);z-index:9998;display:none}
.cc-inner{padding:16px 16px 14px}
.cc-title{font-weight:700;margin:0 0 6px;font-size:16px;color:#111827}
.cc-text{margin:0 0 12px;color:#374151;font-size:14px;line-height:1.5}
.cc-actions{display:flex;gap:8px;flex-wrap:wrap}
.cc-btn{border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;background:#fff;
  cursor:pointer;font-weight:600}
.cc-btn-primary{background:#185a37;color:#fff;border-color:#164c2f}
.cc-link{color:#0B63CE;text-decoration:none}
.cc-link:hover{text-decoration:underline}

/* Einstellungen-Dialog */
.cc-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);
  width:min(720px,calc(100% - 24px));background:#fff;border:1px solid #e5e7eb;
  border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.22);z-index:9999;display:none}
.cc-modal .cc-inner{padding:18px}
.cc-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #f1f5f9}
.cc-row:first-of-type{border-top:none}
.cc-switch{appearance:none;width:42px;height:26px;border-radius:14px;background:#e5e7eb;position:relative;cursor:pointer}
.cc-switch:checked{background:#185a37}
.cc-switch:before{content:"";position:absolute;left:4px;top:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}
.cc-switch:checked:before{transform:translateX(16px)}
.cc-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}

/* Platzhalter für blockierte Inhalte (2-Klick-Lösung) */
.cc-guard{display:grid;place-items:center;background:#f3f4f6;border:1px dashed #cbd5e1;border-radius:12px;color:#374151;padding:18px;text-align:center}
.cc-guard .cc-guard-btn{margin-top:10px}