<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-image-gallery .social-icon {
  background: #fff;
  color: #000;
  pointer-events: none;
}
.section-image-gallery .content-overlay {
  opacity: 0;
  transition: all 0.3s;
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .section-image-gallery .media-wrapper:hover .content-overlay {
    opacity: 1;
  }
}
</pre></body></html>