

/* Chemical anchor manual: keep the image zoom icon just outside step images for readability */
@media screen {
  .step-card .manual-image-zoom {
    overflow: visible;
  }

  .step-card .manual-image-zoom::after {
    right: -20px;
    bottom: 7px;
  }
}

@media screen and (max-width: 760px) {
  .step-card .manual-image-zoom::after {
    right: -20px;
    bottom: 9px;
  }
}