/* Fix: make lazy-loaded images visible immediately */
/* The main style.css has img[loading="lazy"] { opacity: 0 } without JS to unhide them */
img[loading="lazy"] {
  opacity: 1 !important;
}
