.listing.chooser tr:has(a.choose-page.chooser__current-selection) {
    background-color: color-mix(in srgb, var(--w-color-primary) 12%, transparent);
}

.listing.chooser a.choose-page.chooser__current-selection {
    font-weight: 600;
}
