:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 27rem;
    --layout-gap: 8rem;
  }
}
.lmn-iframe {
  margin-top: 0 !important;
}
.lmn-iframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden !important;
}
.lmn-iframe.hp-shareprice {
  padding: var(--wp--preset--spacing--small);
  background: #fff;
}
.lmn-iframe.box {
  margin-top: var(--wp--preset--spacing--m) !important;
  padding: 3rem;
  background: rgba(171, 134, 184, 0.15);
  border-radius: 6px;
}

h2 + .lmn-iframe, h3 + .lmn-iframe, h4 + .lmn-iframe {
  margin-top: 2.2rem !important;
}
