:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.latest-posts a {
  display: block;
}
.latest-posts a h3 {
  font-size: var(--wp--preset--font-size--font-21);
  margin-bottom: 0.5ch;
  color: #ACD1C9;
  transition: color 0.35s ease-in-out;
}
.latest-posts a .meta {
  font-size: var(--wp--preset--font-size--font-16);
  margin: 0;
  color: #CED0D3;
}
.latest-posts a:hover h3, .latest-posts a:active h3, .latest-posts a:focus h3 {
  color: #fff;
}
.latest-posts a + a {
  margin-top: 4rem;
}