/* ==========================================================================
   Prentenboekpakket — accent tokens only (standard pakket-page layout).
   Shared rules live in pakket.css / pakket-mobile.css. Enqueued AFTER
   pakket.css so these vars are set for the .kpt-* / .kpm-pakket-* rules.
   Colour canon = the prentenboek card on the pakketten overview page.
   ========================================================================== */
:root {
    --pakket-accent: #00AA55;
    --pakket-on-accent: var(--color-white);
}

/* Willem #10 (mobile): the fanned-covers PNG (hp-prentenboek.png) carries ~18%
   transparent space along its bottom edge, which CSS can't trim. At 375px that
   baked-in gap (~60px) plus the shared __books margin left far too much white
   space between the covers and the intro text. Pull the intro up to close it to
   a normal reading gap. Prentenboek-only: this stylesheet is enqueued solely on
   the prentenboek page, and .kpm-pakket-collectie is mobile-only markup. */
.kpm-pakket-collectie__desc {
    margin-top: -60px;
}
