.latest-document + .latest-document {
  margin-top: 3rem;
}
.latest-document a {
  display: block;
  background: #17303F;
  border-radius: 5px;
  overflow: auto;
  border-left: 15px solid #f4c93e;
  min-height: 350px;
}
.latest-document a .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  background: #f2f2f2;
}
.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: 11/6;
  transition: transform 0.25s ease-in-out;
  min-height: 350px;
  height: 100%;
}
.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 a:hover .wp-block-button__link, .latest-document a:active .wp-block-button__link, .latest-document a:focus .wp-block-button__link {
  background-color: #f4c93e;
  color: #17303F !important;
}
.latest-document a:hover .wp-block-button__link:after, .latest-document a:active .wp-block-button__link:after, .latest-document a:focus .wp-block-button__link:after {
  background-color: #17303F !important;
}
.latest-document h3 {
  font-size: var(--wp--preset--font-size--font-34);
  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: #E13558;
}
.latest-document .meta {
  display: block;
  font-size: 1.8rem;
  color: #f4c93e;
  margin: 0.4ch 0 0 0;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--primary);
}
.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(10deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
  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;
  bottom: 0;
  left: 0;
  right: 0;
}
.latest-document.title-cover a .title svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.latest-document.title-cover a .title h3 {
  color: #fff;
  margin-bottom: 3rem;
}
.latest-document.title-cover a .title .meta {
  color: #f4c93e;
}
.latest-document.title-cover a .title .wp-block-button__link {
  width: auto;
}/*# sourceMappingURL=block-latest-document.css.map */