@keyframes arrow-shoot {
  0% {
    background-position: center;
    opacity: 1;
  }
  44% {
    background-position: 200% center;
    opacity: 0;
  }
  45% {
    background-position: -200% center;
    opacity: 0;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}
.lmn-iframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden !important;
}
.lmn-iframe.hp-sharewidget {
  padding: var(--wp--preset--spacing--normal);
  border-radius: 4px;
  background: linear-gradient(242deg, #e7e0d7 0.8%, rgba(231, 224, 215, 0.25) 96.89%);
}/*# sourceMappingURL=block-iframe.css.map */