/* hide the tags that start with a dot */
/* div:has(> div > a[data-ref^="."]) {
  /* Styles for the outer div containing the a[data-ref^="."] */
  display: none;
} */
