<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.double-column-lightbox__media {
    position: relative;
  }
  
  .double-column-lightbox__media::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url("search-plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
  </pre></body></html>