: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 .excerpt-feat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  aspect-ratio: 4.4/5.3;
  padding: 3rem 2.5rem;
  background: linear-gradient(94deg, #372A66 0.5%, #44307C 100%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.latest-posts .excerpt-feat__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.latest-posts .excerpt-feat__body {
  margin-top: auto;
  padding: 2rem;
  background: rgba(55, 42, 102, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 5px;
  position: relative;
  z-index: 3;
}
.latest-posts .excerpt-feat .meta {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 300;
  text-transform: uppercase;
  color: #F0A540;
}
.latest-posts .excerpt-feat .meta:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 1ch 0;
  background: #F0A540;
}
.latest-posts .excerpt-feat h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.latest-posts .excerpt-feat .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: var(--wp--preset--font-size--font-14);
  margin-top: var(--wp--preset--spacing--normal);
  color: #fff;
}
.latest-posts .excerpt-feat:hover .excerpt-feat__thumb, .latest-posts .excerpt-feat:active .excerpt-feat__thumb, .latest-posts .excerpt-feat:focus .excerpt-feat__thumb {
  transform: scale(1.025);
  opacity: 0.9;
}

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

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