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

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
.lmn-iframe .title {
  font-size: var(--wp--preset--font-size--font-28);
  text-align: center;
  margin-bottom: 2ch;
}
.lmn-iframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden !important;
}
.lmn-iframe.hp-shareprice {
  padding: var(--wp--preset--spacing--small);
  background: #fff;
}
.lmn-iframe.cap {
  height: 25px;
}
@media (min-width: 1024px) {
  .lmn-iframe.contact-alerts {
    max-width: 890px;
    margin: 0 auto;
  }
}
.lmn-iframe.ir-alerts {
  margin-bottom: var(--wp--preset--spacing--normal);
  padding: var(--wp--preset--spacing--normal);
  background: rgba(146, 160, 151, 0.05);
  border: 1px solid rgba(146, 160, 151, 0.5);
  border-radius: 3px;
}

.sp-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 !important;
  position: relative;
}
.sp-group .share-price {
  margin: 1.2rem auto -1rem -2rem !important;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 3px 3px 0;
}
.sp-group .chart {
  width: 100%;
  margin: auto 0 -20px 0 !important;
}