.winkel .site-tekst.tabel-lijst .site-tabel { overflow: visible; margin-top: 20px; border: 0; }
.winkel .site-tekst.tabel-lijst table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--line, #e3e1dc); font-size: 15px; }
.winkel .site-tekst.tabel-lijst tr:has(> th) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.winkel .site-tekst.tabel-lijst td { padding: 16px 22px; border: 0; border-top: 1px solid var(--line, #e3e1dc); background: #fff; vertical-align: middle; line-height: 1.4; color: var(--ink, #17171a); }
.winkel .site-tekst.tabel-lijst tr:nth-child(2) > td { border-top: 0; }
.winkel .site-tekst.tabel-lijst td:first-child { font-weight: 700; width: 38%; }
.winkel .site-tekst.tabel-lijst td:last-child { text-align: right; white-space: nowrap; }
.winkel .site-tekst.tabel-lijst td:last-child a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-weight: 700; color: var(--accent, #d9761c); text-decoration: none; }
.winkel .site-tekst.tabel-lijst td:last-child a::before { content: "\2192"; font-weight: 400; }
.winkel .site-tekst.tabel-lijst td:last-child a:hover { text-decoration: underline; }
.winkel.terra.stencil-koppen .site-tekst.tabel-lijst > h2 { font-family: "Saira Stencil One", var(--winkel-letter); font-weight: 400; text-transform: uppercase; letter-spacing: .02em; }
@media (max-width: 720px) {
.winkel .site-tekst.tabel-lijst table, .winkel .site-tekst.tabel-lijst tbody { display: block; }
.winkel .site-tekst.tabel-lijst tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; padding: 12px 16px; border-top: 1px solid var(--line, #e3e1dc); }
.winkel .site-tekst.tabel-lijst tr:nth-child(2) { border-top: 0; }
.winkel .site-tekst.tabel-lijst td { display: block; padding: 0; border: 0; width: auto; grid-column: 1; font-size: 14px; }
.winkel .site-tekst.tabel-lijst td:first-child { width: auto; font-size: 15px; padding-bottom: 2px; }
.winkel .site-tekst.tabel-lijst td:last-child { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
}