.twimva-extra-products {
    flex: 0 0 100%;
    width: 100%;
    clear: both;
    display: grid;
    gap: 1rem;
    margin: 0 0 2rem;
    color: var(--paars, #403e58);
}
.twimva-extra-products .twimva-extra-product {
    display: grid;
    grid-template-columns: minmax(0, 18%) minmax(0, 1fr);
    align-items: start;
    gap: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #e4e1eb;
    border-radius: .5rem;
    background: #f7f6f9;
}
.twimva-extra-products .twimva-extra-product:has(input:checked) {
    border-color: var(--geel, #ffcf00);
    background: #fffbed;
}
.twimva-extra-products .twimva-extra-product-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: .4rem;
    background: #fff;
}
.twimva-extra-products .twimva-extra-product-title {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}
.twimva-extra-products .twimva-extra-product-title:hover { text-decoration: underline; }
.twimva-lakadvies .twimva-lakadvies-actions .twimva-extra-products a,
.twimva-lakadvies .twimva-lakadvies-actions .twimva-extra-products a:visited,
.twimva-lakadvies .twimva-lakadvies-actions .twimva-extra-products a:hover,
.twimva-lakadvies .twimva-lakadvies-actions .twimva-extra-products a:focus {
    color: var(--paars, #403e58) !important;
}
.twimva-extra-products .twimva-extra-product-text {
    margin-top: .5rem;
    font-size: .9em;
    line-height: 1.5;
}
.twimva-extra-products .twimva-extra-product-text p { margin: 0 0 .5rem; }
.twimva-extra-products .twimva-extra-product-choice {
    display: flex;
    align-items: baseline;
    gap: .8rem;
    margin: .8rem 0 0;
    cursor: pointer;
    font-size: .9em;
    font-weight: 500;
}
.twimva-extra-products .twimva-extra-product-choice input {
    appearance: auto;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0;
    accent-color: var(--paars, #403e58);
}
.twimva-extra-products .twimva-extra-product-price { font-weight: 600; }
.twimva-extra-products .twimva-extra-product-variation {
    display: grid;
    gap: .5rem;
    margin: 1rem 0 0;
    font-size: .9em;
}
.twimva-extra-products select { width: 100%; min-width: 0; }
.twimva-extra-products :focus-visible { outline: 2px solid var(--paars, #403e58); outline-offset: 3px; }
