: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-document + .latest-document {
  margin-top: var(--wp--preset--spacing--normal);
}
.latest-document a {
  display: block;
  background: #44307C;
  border-radius: 5px;
  overflow: hidden;
}
.latest-document a .cover-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  transition: opacity 0.35s ease-in-out;
}
.latest-document a .cover {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 4.4/2.45;
  transition: transform 0.35s ease-in-out;
}
.latest-document a:hover, .latest-document a:active, .latest-document a:focus {
  text-decoration: none;
}
.latest-document a:hover .cover-wrap, .latest-document a:active .cover-wrap, .latest-document a:focus .cover-wrap {
  opacity: 0.9;
}
.latest-document a:hover .cover-wrap:after, .latest-document a:active .cover-wrap:after, .latest-document a:focus .cover-wrap:after {
  opacity: 0.75;
}
.latest-document a:hover .cover, .latest-document a:active .cover, .latest-document a:focus .cover {
  transform: scale(1.025);
}
.latest-document h3 {
  margin: 0;
}
.latest-document h3 span {
  display: block;
  font-size: var(--wp--preset--font-size--font-22);
  text-transform: uppercase;
  color: #F0A540;
}
.latest-document h3 span:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 1ch 0;
  background: #F0A540;
}
.latest-document h3 em {
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
.latest-document .meta {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #44307C;
  margin: 0.4ch 0 0 0;
}
.latest-document.title-bottom a .cover-wrap {
  position: relative;
}
.latest-document.title-bottom .title {
  display: flex;
  flex-wrap: wrap;
}
.latest-document.title-bottom .title h3 {
  width: calc(100% - 80px);
  margin: 0;
  padding: 1ch;
}
.latest-document.title-cover a {
  position: relative;
}
.latest-document.title-cover a .cover-wrap {
  margin: 0;
}
.latest-document.title-cover a .cover-wrap:after {
  content: "";
  display: block;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.18s ease-in-out 0.05s;
}
.latest-document.title-cover a .title {
  position: absolute;
  bottom: 3rem;
  left: 2.5rem;
  right: 2.5rem;
}
