: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 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--normal);
}
@media (min-width: 1024px) {
  .latest-posts {
    flex-direction: row;
  }
  .latest-posts .excerpt {
    flex: 1;
  }
}

.goverlay {
  background: linear-gradient(114deg, #eeeff5 5%, rgb(223.1395348837, 223.1395348837, 218.3604651163) 95%) !important;
}

.glightbox-clean .gslide-description {
  border-radius: 0 0 14px 14px;
}
.glightbox-clean h4.gslide-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 500;
  margin-bottom: 0;
}
