/* Ensure smooth scrolling within editorial lab pages */
  .editorial-lab {
    scroll-behavior: smooth;
  }

  /* Reset any inherited styles that might conflict */
  .editorial-lab *,
  .editorial-lab *::before,
  .editorial-lab *::after {
    box-sizing: border-box;
  }

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