:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.lmn-iframe {
  margin-top: 0 !important;
}
.lmn-iframe + .lmn-iframe {
  margin-top: var(--wp--preset--spacing--l) !important;
}
@media (min-width: 1024px) {
  .lmn-iframe + .lmn-iframe {
    margin-top: var(--wp--preset--spacing--xl) !important;
  }
}
.lmn-iframe.has-background {
  padding: 3.5rem;
  border-radius: 6px;
}
.lmn-iframe__header {
  margin-bottom: var(--wp--preset--spacing--normal);
}
.lmn-iframe__eyebrow {
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #FF4D2D;
}
.lmn-iframe__title {
  margin: 0 !important;
}
.lmn-iframe__placeholder {
  margin: 0;
  padding: 2rem;
  border: 1px dashed #104161;
}
.lmn-iframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden !important;
}
@media (min-width: 1250px) {
  .lmn-iframe.il-sp {
    height: 79px;
  }
}

* + .lmn-iframe {
  margin-top: 2ch !important;
}
* + .lmn-iframe.last {
  margin-top: 5.2rem !important;
}
