Setting .sponsors, a ul, to display: contents, causes weird issues in accessibility trees.
.sponsors
ul
display: contents
UL gets role text leaf
text leaf
ul has role list
list
Accessibility tree shows “Accessibility node not exposed, element is not rendered” for UL.