/* Cookie-toestemming (eigen implementatie, stijl Cookiebot) */
.cc-root { display: none; position: fixed; inset: 0; z-index: 100000; font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.5; color: #141414; }
.cc-root.is-open { display: block; }
html.cc-lock { overflow: hidden; }
.cc-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, .55); }
.cc-dialog { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%, 1120px); max-height: min(92vh, 92svh); display: flex; flex-direction: column; background: #fff; border-radius: 12px 12px 0 0; box-shadow: 0 -12px 48px rgba(0, 0, 0, .35); }
.cc-tabs { display: flex; gap: 0; padding: 0 clamp(1rem, 3vw, 2rem); border-bottom: 1px solid #e6e6e6; flex: 0 0 auto; }
.cc-tab { appearance: none; background: none; border: 0; border-bottom: 3px solid transparent; margin-bottom: -1px; padding: .95rem 1.1rem; font: inherit; font-weight: 700; color: #555; cursor: pointer; }
.cc-tab:hover { color: #141414; }
.cc-tab.is-active { color: #3a0ca3; border-bottom-color: #3a0ca3; }
.cc-tab:focus-visible { outline: 2px solid #3a0ca3; outline-offset: -2px; }
.cc-panels { overflow: auto; padding: clamp(1rem, 3vw, 1.6rem) clamp(1rem, 3vw, 2rem); flex: 1 1 auto; -webkit-overflow-scrolling: touch; }
.cc-panel { display: none; }
.cc-panel.is-active { display: block; }
.cc-head { display: flex; gap: 1rem; align-items: flex-start; }
.cc-icon { flex: 0 0 auto; color: #3a0ca3; margin-top: .1rem; }
.cc-title { margin: 0 0 .5rem; font-family: "Montserrat", "Inter", sans-serif; font-size: 1.25rem; font-weight: 800; color: #141414; }
.cc-text { margin: 0; color: #333; }
.cc-toggles { display: flex; flex-wrap: wrap; gap: .6rem 1.8rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid #ececec; }
.cc-toggle { display: inline-flex; align-items: center; gap: .55rem; font-weight: 700; color: #141414; cursor: pointer; user-select: none; }
.cc-toggle input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.cc-switch { position: relative; width: 42px; height: 24px; border-radius: 24px; background: #c8c8c8; transition: background .2s; flex: 0 0 auto; }
.cc-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .35); transition: transform .2s; }
.cc-toggle input:checked + .cc-switch { background: #3a0ca3; }
.cc-toggle input:checked + .cc-switch::after { transform: translateX(18px); }
.cc-toggle input:disabled + .cc-switch { background: #8f8f8f; cursor: not-allowed; }
.cc-toggle input:focus-visible + .cc-switch { outline: 2px solid #3a0ca3; outline-offset: 2px; }
.cc-toggle-lg { font-size: 1.05rem; }
.cc-cat { padding: 1rem 0; border-bottom: 1px solid #ececec; }
.cc-cat:last-child { border-bottom: 0; }
.cc-cat-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; margin-bottom: .5rem; }
.cc-cat-count { font-size: .85rem; color: #666; font-weight: 600; }
.cc-none { margin: .6rem 0 0; font-size: .9rem; color: #666; font-style: italic; }
.cc-table-wrap { overflow-x: auto; margin-top: .75rem; }
.cc-table { width: 100%; border-collapse: collapse; font-size: .85rem; }
.cc-table th, .cc-table td { text-align: left; vertical-align: top; padding: .45rem .6rem; border-bottom: 1px solid #ececec; }
.cc-table th { background: #f4f4f6; font-weight: 700; color: #333; white-space: nowrap; }
.cc-table code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85em; background: #f4f4f6; padding: .1em .35em; border-radius: 3px; }
.cc-meta { margin: .75rem 0 0; font-size: .9rem; color: #555; }
.cc-link { appearance: none; background: none; border: 0; padding: 0; font: inherit; font-weight: 700; color: #3a0ca3; text-decoration: underline; cursor: pointer; }
.cc-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem; padding: 1rem clamp(1rem, 3vw, 2rem); border-top: 1px solid #e6e6e6; background: #fafafa; border-radius: 0 0 12px 12px; flex: 0 0 auto; }
.cc-btn { appearance: none; min-height: 46px; padding: .6rem 1.4rem; border: 2px solid #3a0ca3; border-radius: 6px; background: #fff; color: #3a0ca3; font: inherit; font-weight: 700; cursor: pointer; transition: background .15s, color .15s; }
.cc-btn:hover { background: #f1eefa; }
.cc-btn-primary { background: #3a0ca3; color: #fff; }
.cc-btn-primary:hover { background: #2b0880; }
.cc-btn:focus-visible { outline: 2px solid #141414; outline-offset: 2px; }
/* geblokkeerde video's */
.cc-placeholder { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; padding: 1.2rem; text-align: center; background: #111; color: #fff; }
.cc-placeholder p { margin: 0; max-width: 32ch; font-weight: 600; }
.cc-placeholder .cc-btn { border-color: #4cc9f0; background: #4cc9f0; color: #0a0a0a; }
.cc-placeholder .cc-btn:hover { background: #79d8f4; }
@media (max-width: 640px) {
  .cc-dialog { border-radius: 0; max-height: 100vh; max-height: 100svh; }
  .cc-tab { padding: .8rem .75rem; font-size: .9rem; }
  .cc-buttons { flex-direction: column-reverse; }
  .cc-btn { width: 100%; }
  .cc-toggles { flex-direction: column; gap: .7rem; }
  .cc-head { flex-direction: column; gap: .5rem; }
}
