/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
:where(ol, ul)[role="list"] {
  list-style: none; }
