.wp-site-blocks {
  overflow: clip;
}

.lpm-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lpm-header .wp-block-navigation-item__content {
  text-decoration: none;
}

.lpm-section {
  position: relative;
}

.lpm-section::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--wp--preset--color--brand-blue);
  content: "";
}

.lpm-card {
  height: 100%;
  border: 1px solid rgba(23, 27, 33, 0.12);
  background: #fff;
  box-shadow: 0 18px 54px rgba(8, 10, 13, 0.08);
}

@media (prefers-reduced-motion: no-preference) {
  .lpm-reveal {
    opacity: 0;
    transform: translateY(18px);
  }

  .lpm-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 600ms ease, transform 600ms ease;
  }
}

@media (max-width: 781px) {
  .lpm-header {
    position: static;
  }
}
