.latest-document + .latest-document {
  margin-top: 3rem;
}
.latest-document a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) calc(var(--wp--preset--spacing--xl) * 3) var(--wp--preset--spacing--normal);
  position: relative;
  overflow: hidden;
}
.latest-document a .bg {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.latest-document a .title {
  padding: var(--wp--preset--spacing--normal);
  background: rgba(92, 6, 140, 0.925);
  backdrop-filter: blur(3px);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 3;
}
.latest-document a h2 {
  margin-bottom: 2ch;
  color: #fff;
  border-color: #fff;
}
.latest-document a h3 {
  margin: 0;
  color: #fff;
}
.latest-document a h3 span {
  display: block;
}
.latest-document a h3 span.name {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 400;
}
.latest-document a h3 span.meta {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  margin-top: 1ch;
  color: #C8C5DB;
}
.latest-document a:hover .bg, .latest-document a:active .bg, .latest-document a:focus .bg {
  transform: scale(1.05);
}
.latest-document a:hover .title, .latest-document a:active .title, .latest-document a:focus .title {
  background: rgba(16, 24, 32, 0.825);
}
.latest-document.is-style-small a {
  padding: 2rem 2rem 12rem 2rem;
}
.latest-document.is-style-small a .title {
  padding: 3rem;
}
.latest-document.is-style-small a h2 {
  font-size: var(--wp--preset--font-size--font-26);
}
.latest-document.is-style-small a h3 {
  font-size: var(--wp--preset--font-size--font-18);
}
