body.path-updates main {
  max-width: var(--site-max-width);
  margin: 0 auto;
}
/* .ll-teaser {
  display: grid;
  grid-gap: var(--sp15);
}
.ll-teaser .image {
  grid-column: 1 / 6;
}
.ll-teaser .body {
  grid-column: 6 / 12;
}
.ll-teaser .byline,
.ll-teaser .author {
  font-size: var(--font-size-xsm);
  opacity: 0.5;
}
.ll-teaser .byline {
  text-transform: uppercase;
} */
.featured {
  margin-bottom: var(--sp75);
}
/* .featured .ll-teaser .image,
.featured .ll-teaser .body {
  display: block;
} */
.featured .ll-teaser .body h3 {
  font-size: var(--font-size-lg);
  line-height: 105%;
}
.featured .ll-teaser .body .excerpt {
  font-size: var(--font-size-base);
  /* line-height: 105%; */
  margin: var(--sp15) 0;
}
@media screen and (min-width: 480px) {
  /* .ll-teaser .image,
  .ll-teaser .body {
    grid-column: 1 / 1;
  } */
}
@media screen and (min-width: 700px) {
  .featured .ll-teaser .body h3 {
    font-size: var(--font-size-xl);
    line-height: 105%;
  }
  
}
@media screen and (min-width: 1000px) {
  .featured .ll-teaser .body h3 {
    font-size: var(--font-size-xxl);
    line-height: 105%;
  }
  .featured .ll-teaser .body {
    max-width: 45%;
  }
}
