.latest-document {
  overflow: auto;
  height: 100%;
  border-radius: 10px;
}
.latest-document + .latest-document {
  margin-top: 3rem;
}
.latest-document a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out, background-size 0.25s ease-in-out;
}
.latest-document a .wp-block-button {
  padding-top: 1rem;
  margin-top: auto;
}
.latest-document a .wp-block-button .wp-block-button__link {
  color: white;
  font-weight: 300;
  font-size: var(--wp--preset--font-size--font-18);
}
.latest-document a .wp-block-button .wp-block-button__link:after {
  background-color: white;
  transform: rotate(90deg);
}
.latest-document a .wp-block-button .wp-block-button__link:hover {
  color: white;
}
.latest-document a .wp-block-button .wp-block-button__link:hover:after {
  background-color: white;
}
@media (min-width: 1300px) {
  .latest-document a .wp-block-button {
    padding-top: 5rem;
  }
}
.latest-document a:hover, .latest-document a:active, .latest-document a:focus {
  text-decoration: none;
  background-size: 110% 110%;
  opacity: 0.9;
}
.latest-document h3 {
  font-size: var(--wp--preset--font-size--font-32);
  color: #fff;
  margin: 0;
  font-weight: 200;
}
.latest-document h3 span {
  display: block;
}
.latest-document h3 em {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  color: #0F2F5A;
}
.latest-document .meta {
  display: block;
  font-size: var(--wp--preset--font-size--font-16);
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.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:after {
  content: "";
  display: block;
  background: linear-gradient(112.83deg, rgba(0, 0, 0, 0.7) 14.17%, rgba(0, 0, 0, 0.1) 96.74%);
  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: 2rem;
  z-index: 10;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 782px) {
  .latest-document.title-cover a .title {
    padding: 3rem 4rem 3rem 3rem;
  }
}
.latest-document.title-cover a .title svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.latest-document.title-cover a .title h3 {
  color: #fff;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--font-28);
}/*# sourceMappingURL=block-latest-document.css.map */