.ed-footer__content[data-astro-cid-cxaoathc]{display:flex;flex-direction:column;align-items:center;gap:var(--ed-space-sm)}.ed-footer__separator[data-astro-cid-cxaoathc]{margin-inline:0.5em}.ed-footer__copyright[data-astro-cid-cxaoathc]{opacity:0.7}@media (min-width: 768px){.ed-footer__content[data-astro-cid-cxaoathc]{flex-direction:row;justify-content:space-between}}/* Ensure smooth scrolling */
  .editorial-lab {
    scroll-behavior: smooth;
  }

  /* Reset styles for editorial pages */
  .editorial-lab *,
  .editorial-lab *::before,
  .editorial-lab *::after {
    box-sizing: border-box;
  }

  .editorial-lab body {
    margin: 0;
    min-height: 100vh;
  }