body.l7a-adapter {
  --l7a-width: 1280px;
  --l7a-radius-sm: 8px;
  --l7a-radius-md: 12px;
  --l7a-radius-lg: 16px;
  --l7a-space-1: 0.5rem;
  --l7a-space-2: 0.75rem;
  --l7a-space-3: 1rem;
  --l7a-space-4: 1.5rem;
  --l7a-space-5: 2rem;
  --l7a-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

body.l7a-adapter .l-section.width_custom > .l-section-h {
  width: min(var(--l7a-width), calc(100% - 2rem));
  max-width: var(--l7a-width);
}

.l7a-legacy-anchor {
  display: block;
  height: 0;
  position: relative;
  top: -5rem;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  body.l7a-adapter *,
  body.l7a-adapter *::before,
  body.l7a-adapter *::after {
    scroll-behavior: auto !important;
  }
}
