/* Remove image hover effects on article pages */
:root[data-page-template="article"] img,
:root[data-page-template="article"] img:hover,
:root[data-page-template="article"] a:hover img,
:root[data-page-template="article"] figure:hover img {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
}