.latest-document + .latest-document {
  margin-top: 3rem;
}
.latest-document a {
  display: block;
  background: #010035;
  border-radius: 8px;
}
.latest-document a .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  background: #B2B2B2;
}
.latest-document a svg {
  width: 21px;
  height: 13px;
}
.latest-document a .cover-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s ease-in-out;
}
.latest-document a .cover {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .latest-document a .cover {
    aspect-ratio: 11/6;
  }
}
.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 {
  font-size: var(--wp--preset--font-size--font-22);
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.latest-document h3 span {
  display: block;
}
.latest-document h3 em {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  color: #8559D7;
}
.latest-document .meta {
  display: block;
  font-size: 1.5rem;
  color: #B2B2B2;
  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;
  border-radius: 8px;
}
.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 {
  padding: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
.latest-document.title-cover a .title svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.latest-document.title-cover a .title h3 {
  color: #fff;
  font-size: var(--wp--preset--font-size--font-32);
}
.latest-document.title-cover a .title .meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--wp--preset--font-size--font-20);
  font-family: var(--wp--preset--font-family--primary);
  margin-top: 1.5rem;
}
.latest-document.title-cover a:hover .wp-block-button__link::before {
  opacity: 0;
}
.latest-document.title-cover a:hover .wp-block-button__link::after {
  opacity: 1;
}/*# sourceMappingURL=block-latest-document.css.map */