.wb-pv-kop { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
  .wb-pv-kol { color: var(--wb-text, #fff); font: 700 var(--wb-fs-tekst)/1.3 "Inter Tight", sans-serif; }
  .wb-pv-tegen { color: var(--wb-text-muted, #777d87); font: 500 var(--wb-fs-label)/1.3 "Inter Tight", sans-serif; }
  .wb-pv-stand { margin-top: 6px; padding-bottom: 12px; border-bottom: 1px solid var(--wb-border, #2a2d31);
    text-align: center; color: var(--wb-text-muted, #777d87); font: 500 var(--wb-fs-label)/1.4 "Inter Tight", sans-serif; }
  .wb-pv-stand b { color: var(--wb-text, #fff); font: 700 var(--wb-fs-tekst)/1 "Inter Tight", sans-serif; }
  .wb-pv-rij { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center;
    gap: 12px; padding-top: 13px; }
  .wb-pv-label { color: var(--wb-text-muted, #777d87); font: 500 var(--wb-fs-label)/1.3 "Inter Tight", sans-serif; text-align: center; }
  .wb-pv-links, .wb-pv-rechts { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
  .wb-pv-links { justify-content: flex-end; text-align: right; }
  .wb-pv-links b, .wb-pv-rechts b { color: var(--wb-text, #fff); font: 700 var(--wb-fs-tekst)/1.2 "Inter Tight", sans-serif; }
  .wb-pv-stip { width: 7px; height: 7px; border-radius: 999px; background: var(--wb-positief, #07a721); flex-shrink: 0;
    transition: opacity .4s; }
  .wb-pv-rij .wb-sc-badge { transition: opacity .4s; }
  .wb-pvb-kop { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  .wb-pvb-legende { display: inline-flex; align-items: center; gap: 14px;
    color: var(--wb-text-muted, #777d87); font: 500 var(--wb-fs-label)/1 "Inter Tight", sans-serif; }
  .wb-pvb-legende span { display: inline-flex; align-items: center; gap: 6px; }
  .wb-pvb-blokje { width: 9px; height: 9px; border-radius: 2px; flex-shrink: 0; }
  .wb-pvb-voor { background: var(--wb-positief, #07a721); }
  .wb-pvb-gelijk { background: var(--wb-surface-4, #1c1e20); }
  .wb-pvb-achter { background: var(--wb-border-strong, #5f636c); }
  .wb-pvb-rij { margin-top: 18px; }
  .wb-pvb-regel { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
  .wb-pvb-dom { color: var(--wb-text, #fff); font: 600 var(--wb-fs-tekst)/1.4 "Roboto Mono", "Inter Tight", monospace; min-width: 0; }
  .wb-pvb-waarde { color: var(--wb-text-muted, #777d87); font: 500 var(--wb-fs-label)/1.3 "Inter Tight", sans-serif; white-space: nowrap; }
  .wb-pvb-waarde b { color: var(--wb-text, #fff); font: 700 var(--wb-fs-tekst)/1 "Inter Tight", sans-serif; }
  .wb-pvb-balk { display: flex; height: 8px; border-radius: 999px; background: var(--wb-surface-4, #1c1e20);
    margin-top: 9px; overflow: hidden; }
  .wb-pvb-balk span { display: block; height: 100%; transition: width .8s cubic-bezier(.22,1,.36,1); }