/* Make sure nothing within an article link has pointer-events, clicks inside the link will then always be for the 'a' element itself */
a[data-article-link-meta-data] > * {
  pointer-events: none;
}
