:root{--pq-ink:#15231d;--pq-muted:#66736d;--pq-brand:#1d6b4f;--pq-brand-dark:#124b38;--pq-accent:#eabf55;--pq-surface:#fff;--pq-soft:#f4f7f5;--pq-border:#dfe7e2;--pq-shadow:0 16px 40px rgba(21,35,29,.08);--pq-radius:20px}.pq-shell,.pq-panel,.pq-notice{box-sizing:border-box;color:var(--pq-ink);font-family:inherit}.pq-shell *,.pq-panel *,.pq-notice *{box-sizing:border-box}.pq-shell{width:100%;max-width:1160px;margin:0 auto}.pq-hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:2rem;overflow:hidden;padding:clamp(1.5rem,4vw,3.25rem);border-radius:28px;background:linear-gradient(135deg,var(--pq-brand-dark),var(--pq-brand));color:#fff;box-shadow:var(--pq-shadow);margin-bottom:1.25rem}.pq-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-130px;background:rgba(255,255,255,.08)}.pq-hero-copy,.pq-hero-action{position:relative;z-index:1}.pq-hero h2{margin:.35rem 0 .65rem;color:inherit;font-size:clamp(1.8rem,4vw,3rem);line-height:1.08}.pq-hero p{max-width:610px;margin:0;color:rgba(255,255,255,.82);font-size:1.05rem}.pq-eyebrow,.pq-kicker{display:flex;align-items:center;gap:.45rem;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}.pq-eyebrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.pq-membership-pill,.pq-count-pill,.pq-best-score{display:inline-flex;align-items:center;width:max-content;margin-top:1rem;padding:.4rem .7rem;border-radius:999px;background:rgba(255,255,255,.13);font-size:.76rem;font-weight:800}.pq-membership-pill.is-premium{background:var(--pq-accent);color:#332709}.pq-grid,.pq-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.pq-card,.pq-panel,.pq-badge{background:var(--pq-surface);border:1px solid var(--pq-border);border-radius:var(--pq-radius);box-shadow:0 8px 26px rgba(21,35,29,.045)}.pq-stat-card{display:flex;align-items:center;gap:1rem;padding:1.2rem}.pq-icon-wrap,.pq-empty-icon{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:14px;background:#e9f3ee;color:var(--pq-brand)}.pq-icon-wrap svg,.pq-empty-icon svg,.pq-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pq-stat-card strong{display:block;font-size:1.7rem;line-height:1.1;color:var(--pq-ink)}.pq-stat-card .pq-stat-text{font-size:1.08rem}.pq-stat-card span:not(.pq-icon-wrap){display:block;margin-top:.28rem;color:var(--pq-muted);font-size:.82rem}.pq-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,.7fr);gap:1rem;margin-top:1rem}.pq-panel{padding:clamp(1.2rem,3vw,1.8rem);overflow:hidden}.pq-dashboard-side{display:grid;gap:1rem}.pq-side-card{display:flex;flex-direction:column;align-items:flex-start}.pq-side-card h3{margin:.3rem 0;font-size:1.3rem}.pq-side-card p{margin:.2rem 0 0;color:var(--pq-muted)}.pq-side-card .pq-icon-wrap{margin-bottom:1rem}.pq-section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.pq-section-heading h2,.pq-section-heading h3{margin:.2rem 0 0;color:var(--pq-ink)}.pq-kicker{color:var(--pq-brand)}.pq-best-score,.pq-count-pill{margin:0;background:var(--pq-soft);color:var(--pq-brand)}.pq-table-wrap{width:100%;overflow-x:auto}.pq-table{width:100%;border-collapse:collapse;min-width:540px}.pq-table th,.pq-table td{padding:.95rem .8rem;border-bottom:1px solid var(--pq-border);text-align:left}.pq-table th{color:var(--pq-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.pq-table tbody tr:last-child td{border-bottom:0}.pq-score-pill,.pq-rank-number{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800}.pq-score-pill{padding:.35rem .65rem;background:#edf5f1;color:var(--pq-brand)}.pq-rank-number{width:31px;height:31px;background:var(--pq-soft)}.pq-top-three .pq-rank-number{background:var(--pq-accent);color:#332709}.pq-empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.2rem 1rem}.pq-empty-state .pq-empty-icon{width:58px;height:58px;border-radius:18px;margin-bottom:.8rem}.pq-empty-state h4{margin:.2rem 0}.pq-empty-state p{max-width:470px;margin:.3rem 0;color:var(--pq-muted)}.pq-empty-compact{padding:1rem}.pq-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;border:1px solid var(--pq-brand);border-radius:999px;padding:.72rem 1.05rem;text-decoration:none!important;font-weight:800;line-height:1.1;background:transparent;color:var(--pq-brand);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.pq-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(21,35,29,.13)}.pq-primary{background:var(--pq-brand);color:#fff!important;border-color:var(--pq-brand)}.pq-hero .pq-primary{background:#fff;color:var(--pq-brand)!important;border-color:#fff}.pq-play-button{padding:.9rem 1.25rem}.pq-disabled{border-color:rgba(255,255,255,.35);color:rgba(255,255,255,.7);cursor:not-allowed}.pq-form{display:grid;gap:1rem;max-width:680px}.pq-form-card{margin-top:1rem;padding:1.2rem;border:1px solid var(--pq-border);border-radius:16px;background:var(--pq-soft)}.pq-form label{display:grid;gap:.45rem;font-weight:800}.pq-form input,.pq-form textarea{width:100%;padding:.82rem .9rem;border:1px solid #cfdad3;border-radius:10px;background:#fff;color:var(--pq-ink);font:inherit}.pq-form input:focus,.pq-form textarea:focus{outline:3px solid rgba(29,107,79,.14);border-color:var(--pq-brand)}.pq-invite-form{grid-template-columns:1fr auto;align-items:end}.pq-team-summary{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem;border-radius:16px;background:var(--pq-soft)}.pq-team-summary h3{margin:0}.pq-team-summary p{margin:.35rem 0;color:var(--pq-muted)}.pq-team-summary .pq-membership-pill{background:#e4eee8;color:var(--pq-brand)}.pq-badges{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.pq-badge{text-align:center;padding:1.35rem}.pq-badge-medal{display:block;font-size:2.1rem}.pq-badge strong,.pq-badge small{display:block}.pq-badge strong{margin:.55rem 0 .3rem}.pq-badge small{color:var(--pq-muted)}.pq-notice{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;border:1px solid var(--pq-border);border-left:5px solid var(--pq-brand);border-radius:14px;background:var(--pq-soft)}.pq-notice strong{display:block}.pq-notice p{margin:.2rem 0 0;color:var(--pq-muted)}@media(max-width:900px){.pq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pq-dashboard-grid{grid-template-columns:1fr}.pq-dashboard-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pq-hero{align-items:flex-start;flex-direction:column;border-radius:20px}.pq-grid,.pq-dashboard-side{grid-template-columns:1fr}.pq-stat-card{padding:1rem}.pq-panel{border-radius:16px}.pq-section-heading{align-items:flex-start;flex-direction:column}.pq-invite-form{grid-template-columns:1fr}.pq-notice{align-items:flex-start;flex-direction:column}.pq-table th,.pq-table td{padding:.75rem .6rem}}

/* QUIZ 't Wel */
.pq-quiz{max-width:920px;margin:0 auto}.pq-quiz-hero{padding:32px;border-radius:24px;background:linear-gradient(135deg,#171717,#3b2b10);color:#fff;margin-bottom:24px}.pq-quiz-hero h2{font-size:clamp(2rem,5vw,3.5rem);margin:.2rem 0}.pq-quiz-hero p{margin:0;opacity:.85}.pq-quiz-category{margin:32px 0 12px;padding-bottom:10px;border-bottom:2px solid rgba(0,0,0,.08)}.pq-question-card{border:0;margin:0 0 18px;padding:24px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.07)}.pq-question-card legend{display:flex;gap:12px;align-items:flex-start;width:100%;font-weight:750;font-size:1.08rem}.pq-question-card legend>span{display:inline-grid;place-items:center;min-width:30px;height:30px;border-radius:50%;background:#f4b942;color:#171717}.pq-answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.pq-answer-grid label{cursor:pointer}.pq-answer-grid input{position:absolute;opacity:0}.pq-answer-grid label>span{display:flex;gap:10px;align-items:center;padding:14px;border:1px solid #ddd;border-radius:14px;transition:.15s}.pq-answer-grid input:checked+span{border-color:#d89a18;background:#fff7e2;box-shadow:0 0 0 2px rgba(216,154,24,.15)}.pq-answer-grid b{display:inline-grid;place-items:center;min-width:28px;height:28px;border-radius:8px;background:#f2f2f2}.pq-quiz-submit{width:100%;justify-content:center;margin-top:12px}.pq-quiz-result{text-align:center;padding:42px;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.07)}.pq-quiz-result>strong{display:block;font-size:1.2rem;margin-top:10px}.pq-quiz-result h3{font-size:4rem;margin:.1em 0}.pq-quiz-result .pq-button{margin-top:16px}@media(max-width:650px){.pq-answer-grid{grid-template-columns:1fr}.pq-question-card{padding:18px}.pq-quiz-hero{padding:24px}}

/* QUIZ 't Wel 1.2.1 — PubQuizion huisstijl en categoriebeelden */
.pq-quiz{--pq-quiz-green:#1d6b4f;--pq-quiz-green-dark:#113f30;--pq-quiz-gold:#eabf55;--pq-quiz-cream:#f8f2e4;--pq-quiz-ink:#15231d;max-width:1040px}
.pq-quiz-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,3vw,2.25rem);overflow:hidden;padding:clamp(1.5rem,4vw,3rem);border:0;border-radius:30px;background:linear-gradient(132deg,var(--pq-quiz-green-dark),var(--pq-quiz-green) 68%,#258262);box-shadow:0 22px 60px rgba(17,63,48,.22);color:#fff}
.pq-quiz-hero:before,.pq-quiz-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.pq-quiz-hero:before{width:300px;height:300px;right:-155px;top:-170px;background:rgba(234,191,85,.18)}.pq-quiz-hero:after{width:190px;height:190px;left:35%;bottom:-150px;background:rgba(255,255,255,.07)}
.pq-quiz-hero-copy,.pq-quiz-brandmark,.pq-quiz-edition{position:relative;z-index:1}.pq-quiz-brandmark{display:flex;flex-direction:column;justify-content:center;width:112px;height:112px;padding:13px;border:2px solid rgba(255,255,255,.8);border-radius:50%;text-align:center;transform:rotate(-4deg);background:rgba(17,63,48,.32);box-shadow:inset 0 0 0 5px rgba(234,191,85,.32)}.pq-quiz-brandname{font-size:1rem;font-weight:900;letter-spacing:-.04em}.pq-quiz-strapline{margin-top:.18rem;color:var(--pq-quiz-gold);font-size:.7rem;font-style:italic;font-weight:800}.pq-quiz-hero .pq-kicker{color:var(--pq-quiz-gold)}.pq-quiz-hero h2{margin:.15rem 0 .45rem;color:#fff;font-size:clamp(2.4rem,6vw,4.7rem);font-weight:900;letter-spacing:-.055em;line-height:.95}.pq-quiz-questionmark{color:var(--pq-quiz-gold)}.pq-quiz-hero p{color:rgba(255,255,255,.86);font-size:clamp(.95rem,2vw,1.15rem)}.pq-quiz-edition{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:.55rem .85rem;border-radius:999px;background:var(--pq-quiz-gold);color:#332709;font-size:.77rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pq-category-showcase{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 30px}.pq-category-tile{overflow:hidden;border:1px solid var(--pq-border);border-radius:18px;background:#fff;box-shadow:0 9px 24px rgba(21,35,29,.07);transition:transform .18s ease,box-shadow .18s ease}.pq-category-tile:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(21,35,29,.12)}.pq-category-tile img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--pq-quiz-cream)}.pq-category-tile div{padding:12px}.pq-category-tile strong,.pq-category-tile span{display:block}.pq-category-tile strong{font-size:.9rem;line-height:1.2}.pq-category-tile span{margin-top:4px;color:var(--pq-muted);font-size:.7rem;line-height:1.35}
.pq-quiz-category{display:grid;grid-template-columns:minmax(180px,36%) 1fr;align-items:stretch;overflow:hidden;margin:38px 0 18px;padding:0;border:0;border-radius:24px;background:var(--pq-quiz-ink);box-shadow:0 15px 38px rgba(21,35,29,.12);color:#fff}.pq-quiz-category img{display:block;width:100%;height:100%;min-height:170px;object-fit:cover}.pq-quiz-category>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.25rem,4vw,2.2rem)}.pq-quiz-category span{color:var(--pq-quiz-gold);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.pq-quiz-category h3{margin:.25rem 0;color:#fff;font-size:clamp(1.55rem,4vw,2.35rem);line-height:1}.pq-quiz-category p{margin:.25rem 0 0;color:rgba(255,255,255,.72)}
.pq-question-card{border:1px solid rgba(29,107,79,.11);box-shadow:0 12px 34px rgba(21,35,29,.07)}.pq-question-card legend>span{background:var(--pq-quiz-gold);color:#332709}.pq-answer-grid label>span{border-color:#d9e4de;background:#fff}.pq-answer-grid label>span:hover{border-color:rgba(29,107,79,.5);background:#f5faf7}.pq-answer-grid input:focus-visible+span{outline:3px solid rgba(29,107,79,.2);outline-offset:2px}.pq-answer-grid input:checked+span{border-color:var(--pq-quiz-green);background:#edf6f1;box-shadow:0 0 0 2px rgba(29,107,79,.12)}.pq-answer-grid input:checked+span b{background:var(--pq-quiz-green);color:#fff}.pq-quiz-submit{min-height:54px;background:var(--pq-quiz-green);border-color:var(--pq-quiz-green);font-size:1rem;box-shadow:0 12px 26px rgba(29,107,79,.2)}.pq-quiz-result{border-top:7px solid var(--pq-quiz-gold);background:linear-gradient(180deg,#fff,#f7faf8)}.pq-quiz-result h3{color:var(--pq-quiz-green)}
@media(max-width:900px){.pq-category-showcase{grid-template-columns:repeat(3,minmax(0,1fr))}.pq-quiz-hero{grid-template-columns:auto 1fr}.pq-quiz-edition{grid-column:1/-1;justify-self:start}.pq-quiz-brandmark{width:92px;height:92px}}
@media(max-width:650px){.pq-quiz-hero{grid-template-columns:1fr;padding:24px}.pq-quiz-brandmark{width:82px;height:82px}.pq-category-showcase{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.pq-category-tile{flex:0 0 72%;scroll-snap-align:start}.pq-quiz-category{grid-template-columns:1fr}.pq-quiz-category img{max-height:210px;min-height:0}.pq-quiz-category>div{padding:20px}}

/* QUIZ 't Wel 1.2.2 — officiële rood/bruine PubQuizion-huisstijl */
.pq-quiz{
  --pq-quiz-red:#d9361b;
  --pq-quiz-red-dark:#a92713;
  --pq-quiz-brown:#5a2a16;
  --pq-quiz-brown-dark:#35170d;
  --pq-quiz-yellow:#f2c319;
  --pq-quiz-cream:#fff4d6;
  --pq-quiz-ink:#32170e;
}
.pq-quiz-hero{
  grid-template-columns:minmax(150px,220px) minmax(0,1fr) auto;
  background:linear-gradient(132deg,var(--pq-quiz-brown-dark),var(--pq-quiz-brown) 48%,var(--pq-quiz-red-dark) 100%);
  box-shadow:0 22px 60px rgba(90,42,22,.26);
}
.pq-quiz-hero:before{background:rgba(242,195,25,.2)}
.pq-quiz-hero:after{background:rgba(217,54,27,.18)}
.pq-quiz-brandmark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  min-height:112px;
  padding:0;
  border:0;
  border-radius:18px;
  overflow:hidden;
  transform:none;
  background:var(--pq-quiz-yellow);
  box-shadow:0 12px 28px rgba(35,13,6,.26);
}
.pq-quiz-brandmark img{display:block;width:100%;height:124px;object-fit:cover;object-position:center 76%}
.pq-quiz-hero .pq-kicker{color:var(--pq-quiz-yellow)}
.pq-quiz-questionmark{color:var(--pq-quiz-yellow)}
.pq-quiz-edition{
  min-width:118px;
  min-height:52px;
  padding:.8rem 1.15rem;
  background:var(--pq-quiz-yellow);
  color:var(--pq-quiz-brown-dark);
  border:3px solid rgba(255,255,255,.78);
  font-size:.92rem;
  box-shadow:0 8px 20px rgba(35,13,6,.22);
}
.pq-category-tile{border-color:rgba(90,42,22,.2);box-shadow:0 9px 24px rgba(90,42,22,.1)}
.pq-category-tile:hover{box-shadow:0 15px 35px rgba(90,42,22,.17)}
.pq-category-tile img{background:var(--pq-quiz-cream);border-bottom:5px solid var(--pq-quiz-red)}
.pq-category-tile strong{color:var(--pq-quiz-brown)}
.pq-quiz-category{background:linear-gradient(125deg,var(--pq-quiz-brown-dark),var(--pq-quiz-brown));box-shadow:0 15px 38px rgba(90,42,22,.18)}
.pq-quiz-category span{color:var(--pq-quiz-yellow)}
.pq-question-card{border-color:rgba(217,54,27,.18)}
.pq-question-card legend>span{background:var(--pq-quiz-yellow);color:var(--pq-quiz-brown-dark)}
.pq-answer-grid label>span:hover{border-color:rgba(217,54,27,.55);background:#fff8ee}
.pq-answer-grid input:focus-visible+span{outline-color:rgba(217,54,27,.22)}
.pq-answer-grid input:checked+span{border-color:var(--pq-quiz-red);background:#fff0e8;box-shadow:0 0 0 2px rgba(217,54,27,.13)}
.pq-answer-grid input:checked+span b{background:var(--pq-quiz-red);color:#fff}
.pq-quiz-submit{background:var(--pq-quiz-red);border-color:var(--pq-quiz-red);box-shadow:0 12px 26px rgba(217,54,27,.22)}
.pq-quiz-result{border-top-color:var(--pq-quiz-yellow);background:linear-gradient(180deg,#fff,#fff8ee)}
.pq-quiz-result h3{color:var(--pq-quiz-red)}
@media(max-width:900px){.pq-quiz-hero{grid-template-columns:minmax(140px,190px) 1fr}.pq-quiz-brandmark img{height:110px}}
@media(max-width:650px){.pq-quiz-hero{grid-template-columns:1fr}.pq-quiz-brandmark{width:100%;max-width:300px}.pq-quiz-brandmark img{height:125px}.pq-quiz-edition{min-width:132px;min-height:56px}}

/* QUIZ 't Wel 1.2.3 — gratis en Premium samen als uitklappanelen */
.pq-quiz-collection{display:grid;gap:24px}
.pq-quiz-edition-panel{overflow:hidden;border:1px solid rgba(90,42,22,.2);border-radius:30px;background:#fff;box-shadow:0 18px 48px rgba(90,42,22,.12)}
.pq-quiz-edition-panel[open]{box-shadow:0 24px 62px rgba(90,42,22,.18)}
.pq-quiz-summary{position:relative;display:block;cursor:pointer;list-style:none}
.pq-quiz-summary::-webkit-details-marker{display:none}
.pq-quiz-summary::marker{display:none;content:""}
.pq-quiz-summary .pq-quiz-hero{margin:0;border-radius:29px;transition:border-radius .2s ease,filter .2s ease}
.pq-quiz-edition-panel[open] .pq-quiz-summary .pq-quiz-hero{border-radius:29px 29px 0 0}
.pq-quiz-summary:hover .pq-quiz-hero{filter:brightness(1.04)}
.pq-quiz-title{display:block;margin:.15rem 0 .45rem;color:#fff;font-size:clamp(2.4rem,6vw,4.7rem);font-weight:900;letter-spacing:-.055em;line-height:.95}
.pq-quiz-description{display:block;color:rgba(255,255,255,.88);font-size:clamp(.95rem,2vw,1.15rem)}
.pq-quiz-meta{display:block;margin-top:.65rem;color:var(--pq-quiz-yellow);font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.pq-summary-action{position:absolute;right:28px;bottom:20px;z-index:3;display:flex;align-items:center;gap:8px;color:#fff;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.pq-summary-plus{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.55);font-size:1.35rem;line-height:1;transition:transform .2s ease}
.pq-quiz-edition-panel[open] .pq-summary-plus{transform:rotate(45deg)}
.pq-quiz-edition-panel[open] .pq-summary-text{font-size:0}
.pq-quiz-edition-panel[open] .pq-summary-text:after{content:"Sluit quiz";font-size:.76rem}
.pq-quiz-expandable{padding:30px;background:linear-gradient(180deg,#fffaf0,#fff)}
.pq-quiz-expandable .pq-category-showcase{margin-top:0}
.pq-quiz-locked{text-align:center;padding:38px;border:2px dashed rgba(217,54,27,.3);border-radius:22px;background:#fff8ee}
.pq-quiz-locked strong{display:block;color:var(--pq-quiz-brown);font-size:1.35rem}
.pq-quiz-locked p{max-width:560px;margin:10px auto 20px;color:#6d4a3a}
.pq-quiz-edition-premium>.pq-quiz-summary .pq-quiz-hero{background:linear-gradient(132deg,var(--pq-quiz-brown-dark),var(--pq-quiz-red-dark) 58%,var(--pq-quiz-red) 100%)}
.pq-quiz-edition-free>.pq-quiz-summary .pq-quiz-hero{background:linear-gradient(132deg,var(--pq-quiz-brown-dark),var(--pq-quiz-brown) 58%,#7b3c20 100%)}
@media(max-width:650px){.pq-quiz-expandable{padding:18px}.pq-summary-action{right:18px;bottom:16px}.pq-summary-text{display:none}.pq-quiz-title{font-size:2.65rem}.pq-quiz-meta{padding-right:42px}}


/* PubQuizion huisstijl voor dashboard en ranglijsten — 1.2.4 */
.pq-dashboard,.pq-ranking{
  --pq-brand:#d9361b;
  --pq-brand-dark:#35170d;
  --pq-accent:#f2c319;
  --pq-ink:#35170d;
  --pq-muted:#765746;
  --pq-soft:#fff6e6;
  --pq-border:#ead8ca;
}
.pq-dashboard .pq-hero{
  background:linear-gradient(132deg,#35170d,#5a2a16 54%,#a92713 100%);
  box-shadow:0 22px 60px rgba(90,42,22,.22);
}
.pq-dashboard .pq-hero:before{
  content:"";position:absolute;width:210px;height:210px;border-radius:50%;left:42%;bottom:-170px;background:rgba(217,54,27,.22)
}
.pq-dashboard .pq-hero:after{background:rgba(242,195,25,.18)}
.pq-dashboard-brand{width:min(230px,54vw);margin:0 0 .8rem;padding:8px 11px;border-radius:14px;background:#f2c319;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.pq-dashboard-brand img{display:block;width:100%;height:78px;object-fit:cover;object-position:center 76%}
.pq-dashboard .pq-eyebrow{color:#f2c319}
.pq-dashboard .pq-membership-pill{background:rgba(255,255,255,.14)}
.pq-dashboard .pq-membership-pill.is-premium{background:#f2c319;color:#35170d}
.pq-dashboard .pq-icon-wrap,.pq-dashboard .pq-empty-icon,.pq-ranking .pq-empty-icon{background:#fff0e7;color:#d9361b}
.pq-dashboard .pq-kicker,.pq-ranking .pq-kicker{color:#d9361b}
.pq-dashboard .pq-score-pill,.pq-ranking .pq-score-pill{background:#fff0e7;color:#a92713}
.pq-dashboard .pq-primary{background:#d9361b;border-color:#d9361b}
.pq-dashboard .pq-hero .pq-play-button{
  min-width:260px;min-height:82px;padding:1.2rem 1.8rem;border:4px solid #f2c319;border-radius:22px;
  background:#f2c319;color:#35170d!important;font-size:1.22rem;box-shadow:0 16px 32px rgba(0,0,0,.22)
}
.pq-dashboard .pq-hero .pq-play-button svg{width:30px;height:30px;fill:#d9361b;stroke:#d9361b}
.pq-dashboard .pq-hero .pq-play-button:hover{background:#ffd53b;transform:translateY(-3px) scale(1.015)}
.pq-dashboard .pq-card,.pq-dashboard .pq-panel,.pq-ranking{border-color:#ead8ca;box-shadow:0 12px 32px rgba(90,42,22,.08)}
.pq-dashboard .pq-stat-card{border-top:5px solid #d9361b}
.pq-dashboard .pq-side-card{border-top:5px solid #f2c319}
.pq-ranking{position:relative;overflow:hidden;border-top:8px solid #d9361b;background:linear-gradient(180deg,#fff,#fffaf2)}
.pq-ranking:before{content:"";position:absolute;right:-90px;top:-110px;width:220px;height:220px;border-radius:50%;background:rgba(242,195,25,.16);pointer-events:none}
.pq-ranking .pq-section-heading{position:relative;z-index:1;padding:1rem 1.1rem;border-radius:18px;background:linear-gradient(125deg,#35170d,#5a2a16);color:#fff}
.pq-ranking .pq-section-heading h2{color:#fff}
.pq-ranking .pq-kicker{color:#f2c319}
.pq-ranking .pq-table thead th{color:#5a2a16;background:#fff2df}
.pq-ranking .pq-table tbody tr:hover{background:#fff8ed}
.pq-ranking .pq-rank-number{background:#f3e2d5;color:#5a2a16}
.pq-ranking .pq-top-three .pq-rank-number{background:#f2c319;color:#35170d}
@media(max-width:640px){
  .pq-dashboard .pq-hero .pq-play-button{width:100%;min-width:0;min-height:70px}
  .pq-dashboard-brand{width:min(250px,82vw)}
}


/* QUIZ 't Wel 1.2.5 — logo, keuze-scheiding en gescheiden uitslagen */
.pq-quiz-brandmark{
  background:#fff;
  padding:14px;
  border:3px solid rgba(255,255,255,.82);
}
.pq-quiz-brandmark img{
  width:100%;
  height:96px;
  object-fit:contain;
  object-position:center;
}
.pq-quiz-choice-separator{display:flex;align-items:center;gap:16px;margin:-2px 12px;color:#5a2a16;font-weight:900;text-transform:lowercase}
.pq-quiz-choice-separator:before,.pq-quiz-choice-separator:after{content:"";height:2px;flex:1;background:linear-gradient(90deg,transparent,#d9b99f)}
.pq-quiz-choice-separator:after{background:linear-gradient(90deg,#d9b99f,transparent)}
.pq-quiz-choice-separator span{display:grid;place-items:center;min-width:72px;min-height:42px;padding:.45rem .9rem;border:2px solid #f2c319;border-radius:999px;background:#fff;color:#d9361b;box-shadow:0 7px 18px rgba(90,42,22,.1);font-size:1rem}
.pq-edition-pill{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .72rem;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}
.pq-edition-pill.is-free{background:#f2c319;color:#35170d}
.pq-edition-pill.is-premium{background:#d9361b;color:#fff}
.pq-ranking-split{display:grid;gap:26px;margin-top:22px}
.pq-ranking-edition{padding:20px;border:1px solid #ead8ca;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(90,42,22,.06)}
.pq-ranking-edition-heading{margin:22px 0 14px}
.pq-ranking-edition .pq-ranking-edition-heading{margin:0 0 14px}
.pq-ranking-edition-heading h3{margin:.55rem 0 .2rem;color:#5a2a16;font-size:1.25rem}
.pq-ranking-edition-heading p{margin:0;color:#765746}
@media(max-width:650px){.pq-quiz-brandmark img{height:88px}.pq-quiz-choice-separator{margin:0}.pq-ranking-edition{padding:14px}.pq-results-panel .pq-table{min-width:580px}}


/* PubQuizion Core 1.2.6 — vrijstaand logo, zichtbare Premium-categorieën en kaartstijl */
.pq-quiz-brandmark{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:132px;
  padding:16px 18px;
  overflow:hidden;
  border:2px solid rgba(90,42,22,.14);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(35,13,6,.18);
}
.pq-quiz-brandmark img{
  display:block;
  width:100%;
  height:auto;
  max-height:112px;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.pq-dashboard-brand{
  box-sizing:border-box;
  width:min(260px,62vw);
  padding:10px 14px;
  border:2px solid rgba(90,42,22,.16);
  border-radius:16px;
  background:#fff;
}
.pq-dashboard-brand img{width:100%;height:auto;max-height:86px;object-fit:contain;background:#fff}

/* Premium opent standaard: categorieën en toegangsmelding zijn direct zichtbaar. */
.pq-quiz-edition-premium[open] .pq-category-showcase{display:grid}
.pq-quiz-edition-premium .pq-summary-action{display:none}
.pq-quiz-edition-premium>.pq-quiz-summary{cursor:default}
.pq-quiz-edition-premium>.pq-quiz-summary:hover .pq-quiz-hero{filter:none}
.pq-quiz-edition-premium>.pq-quiz-summary .pq-quiz-hero{border-radius:29px 29px 0 0}
.pq-quiz-edition-premium .pq-quiz-expandable{padding-top:24px}

/* De kaarten voor team en badges volgen dezelfde rood-bruine huisstijl. */
.pq-team-panel,.pq-badges-panel{
  --pq-brand:#d9361b;
  --pq-brand-dark:#35170d;
  --pq-accent:#f2c319;
  --pq-ink:#35170d;
  --pq-muted:#765746;
  --pq-border:#ead8ca;
  position:relative;
  overflow:hidden;
  border:1px solid #ead8ca;
  border-top:8px solid #d9361b;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#fffaf2);
  box-shadow:0 16px 42px rgba(90,42,22,.11);
}
.pq-team-panel:before,.pq-badges-panel:before{
  content:"";position:absolute;right:-75px;top:-95px;width:190px;height:190px;border-radius:50%;background:rgba(242,195,25,.17);pointer-events:none
}
.pq-team-panel .pq-section-heading,.pq-badges-panel .pq-section-heading{
  position:relative;z-index:1;padding:1rem 1.15rem;border-radius:18px;background:linear-gradient(125deg,#35170d,#5a2a16);color:#fff
}
.pq-team-panel .pq-section-heading h2,.pq-badges-panel .pq-section-heading h2{margin:0;color:#fff}
.pq-team-panel .pq-kicker,.pq-badges-panel .pq-kicker{color:#f2c319}
.pq-team-panel .pq-empty-icon,.pq-badges-panel .pq-empty-icon,.pq-team-panel .pq-icon-wrap{background:#fff0e7;color:#d9361b}
.pq-team-panel .pq-form-card,.pq-team-panel .pq-team-summary,.pq-badges-panel .pq-badge{border-color:#ead8ca;background:#fff}
.pq-team-panel .pq-primary,.pq-badges-panel .pq-primary{background:#d9361b;border-color:#d9361b}
.pq-badges-panel .pq-count-pill{background:#f2c319;color:#35170d}

/* Ook de twee dashboard-zijkaarten krijgen duidelijk rood, bruin en geel. */
.pq-dashboard .pq-side-card{
  position:relative;overflow:hidden;border:1px solid #ead8ca;border-top:7px solid #d9361b;background:linear-gradient(150deg,#fff,#fff7e8)
}
.pq-dashboard .pq-side-card:after{content:"";position:absolute;right:-38px;bottom:-48px;width:105px;height:105px;border-radius:50%;background:rgba(242,195,25,.18)}
.pq-dashboard .pq-side-card>*{position:relative;z-index:1}
.pq-dashboard .pq-side-card h3{color:#5a2a16}
.pq-dashboard .pq-side-card .pq-kicker{color:#d9361b}

@media(max-width:900px){
  .pq-quiz-brandmark{min-height:118px}
  .pq-quiz-brandmark img{max-height:98px}
}
@media(max-width:650px){
  .pq-quiz-brandmark{width:100%;max-width:none;min-height:118px;padding:13px}
  .pq-quiz-brandmark img{max-height:94px}
  .pq-quiz-edition-premium .pq-category-showcase{display:flex}
}
.pq-quiz-edition-premium>.pq-quiz-summary{pointer-events:none}


/* PubQuizion Core 1.2.7 — schoon logo en grotere en/of-scheiding */
.pq-quiz-brandmark{background:#fff!important;padding:20px 24px!important;min-height:142px!important}
.pq-quiz-brandmark img{width:min(100%,620px)!important;height:auto!important;max-height:118px!important;object-fit:contain!important;background:transparent!important}
.pq-dashboard-brand img{background:transparent!important}
.pq-quiz-choice-separator{margin:12px 8px 16px!important;gap:22px!important}
.pq-quiz-choice-separator:before,.pq-quiz-choice-separator:after{height:4px!important;background:#f2c319!important;border-radius:999px}
.pq-quiz-choice-separator span{min-width:118px!important;min-height:64px!important;padding:.7rem 1.4rem!important;border:4px solid #f2c319!important;font-size:1.65rem!important;line-height:1!important;box-shadow:0 10px 24px rgba(90,42,22,.16)!important}
@media(max-width:650px){.pq-quiz-choice-separator span{min-width:96px!important;min-height:56px!important;font-size:1.35rem!important}.pq-quiz-brandmark{min-height:120px!important;padding:16px!important}}


/* PubQuizion Core 1.2.8 — exact WordPress-sitelogo en bijgewerkte quizteksten */
.pq-quiz-brandmark{
  min-height:132px;
  padding:18px 22px;
  border:2px solid rgba(90,42,22,.16);
  background:#fff!important;
}
.pq-quiz-brandmark .pq-official-logo{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:105px;
  margin:auto;
  object-fit:contain;
  object-position:center;
  background:transparent!important;
}
.pq-logo-fallback{display:block;color:#5a2a16;font-size:2rem;font-weight:900;letter-spacing:-.04em}
.pq-inline-upgrade-link{color:#d9361b;font-weight:950;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
.pq-inline-upgrade-link:hover{color:#a92713}
@media(max-width:650px){.pq-quiz-brandmark{min-height:112px;padding:14px 16px}.pq-quiz-brandmark .pq-official-logo{max-height:88px}}

/* PubQuizion Core 1.2.14 — open vraag */
.pq-open-answer{display:grid;gap:.55rem}
.pq-open-answer label{font-weight:800;color:#5a2a16}
.pq-open-answer input{box-sizing:border-box;width:100%;min-height:52px;padding:.75rem 1rem;border:2px solid #ead8ca;border-radius:14px;background:#fff;color:#35170d;font:inherit}
.pq-open-answer input:focus{border-color:#d9361b;outline:3px solid rgba(217,54,27,.16);outline-offset:1px}

/* PubQuizion Core 1.2.15 — antwoordoverzicht na gratis en Premium-quiz */
.pq-answer-review{margin:28px 0 8px;text-align:left}
.pq-answer-review-heading{text-align:center;margin-bottom:16px}
.pq-answer-review-heading h4{margin:.25rem 0 0;color:#5a2a16;font-size:clamp(1.35rem,3vw,1.8rem)}
.pq-answer-review-list{display:grid;gap:14px;margin:0;padding:0;list-style:none;counter-reset:none}
.pq-answer-review-item{overflow:hidden;border:1px solid #ead8ca;border-left:6px solid #d9361b;border-radius:16px;background:#fff8f3;box-shadow:0 6px 18px rgba(90,42,22,.06)}
.pq-answer-review-item.is-correct{border-left-color:#27845e;background:#f3fbf7}
.pq-answer-review-question{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:15px 16px;border-bottom:1px solid rgba(90,42,22,.1)}
.pq-answer-review-question>strong{color:#35170d;line-height:1.4}
.pq-answer-review-number{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#d9361b;color:#fff;font-weight:900}
.pq-answer-review-item.is-correct .pq-answer-review-number{background:#27845e}
.pq-answer-review-status{padding:.35rem .62rem;border-radius:999px;background:#ffe4dc;color:#a92713;font-size:.75rem;font-weight:900}
.pq-answer-review-item.is-correct .pq-answer-review-status{background:#dff4e9;color:#176342}
.pq-answer-review-answers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}
.pq-answer-review-answers>div{padding:14px 16px}
.pq-answer-review-answers>div+div{border-left:1px solid rgba(90,42,22,.1)}
.pq-answer-review-answers dt{margin:0 0 5px;color:#866250;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.pq-answer-review-answers dd{margin:0;color:#35170d;font-weight:750;line-height:1.45;overflow-wrap:anywhere}
.pq-answer-review-correct dd{color:#176342}
@media(max-width:650px){.pq-answer-review-question{grid-template-columns:auto minmax(0,1fr)}.pq-answer-review-status{grid-column:2;justify-self:start}.pq-answer-review-answers{grid-template-columns:1fr}.pq-answer-review-answers>div+div{border-top:1px solid rgba(90,42,22,.1);border-left:0}}
