: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;
  overflow: hidden;
}
.latest-document a .cover-wrap {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.latest-document a .cover-wrap:before, .latest-document a .cover-wrap:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 5;
}
.latest-document a .cover-wrap:before {
  background: rgba(43, 42, 49, 0.25);
  clip-path: polygon(0 0, 90% 0, calc(80% - 100px) 100%, 0 100%);
  transition: background 0.35s ease-in-out;
}
.latest-document a .cover-wrap:after {
  background: #4f554a;
  background: rgb(43.45, 46.75, 40.7);
  opacity: 0.475;
  clip-path: polygon(0 0, 88% 0, calc(78% - 100px) 100%, 0 100%);
  transition: background 0.35s ease-in-out, 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.55;
  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:before, .latest-document a:active .cover-wrap:before, .latest-document a:focus .cover-wrap:before {
  background: rgba(43, 42, 49, 0.35);
}
.latest-document a:hover .cover-wrap:after, .latest-document a:active .cover-wrap:after, .latest-document a:focus .cover-wrap:after {
  background: rgb(51.35, 55.25, 48.1);
  opacity: 0.65;
}
.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 svg {
  width: 40px;
  height: 40px;
}
.latest-document h3 span {
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 300;
  color: #B89F6B;
}
.latest-document h3 em {
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-21);
  font-style: normal;
  margin-top: 0.4ch;
  color: #fff;
}
.latest-document .meta {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #63695E;
  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: 100%;
  min-height: 40px;
  margin: 0;
  padding: 15px 60px 0 0;
  position: relative;
}
.latest-document.title-bottom .title h3 svg {
  position: absolute;
  top: 20px;
  right: 0;
}
.latest-document.title-cover a {
  position: relative;
}
.latest-document.title-cover a .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  position: absolute;
  inset: 0;
  z-index: 7;
}
.latest-document.title-cover a .title h3 svg {
  margin: 0 auto 2rem auto;
}
.latest-document.title-cover a .title h3 svg rect,
.latest-document.title-cover a .title h3 svg path {
  stroke: #C7CDC2;
}
.latest-document.title-cover a .title h3 span {
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 400;
}
.latest-document.title-cover a .title h3 em {
  font-size: var(--wp--preset--font-size--font-26);
  margin-top: 1.5rem;
}
