: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;
  min-height: calc(50px + 50vw);
  padding: var(--wp--preset--spacing--normal) 3rem;
  background: radial-gradient(77.31% 55.13% at 62.85% 45.55%, #f1eded 54.2%, #ebe9e5 100%);
  background: linear-gradient(200deg, rgba(112, 133, 239, 0.3) 10.64%, rgba(112, 133, 239, 0.1) 83.65%);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.latest-document a .cover-wrap {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.45s ease-in-out;
}
.latest-document a .cover {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  position: absolute;
  inset: 0;
  transition: transform 0.45s ease-in-out;
}
.latest-document a .cover:after {
  content: "";
  display: block;
  background: linear-gradient(122deg, rgba(15, 20, 28, 0.8) 42.36%, rgba(19, 38, 58, 0.56) 78.13%);
  border-radius: 6px;
  position: absolute;
  inset: 0;
}
.latest-document a .title {
  position: relative;
  z-index: 5;
}
.latest-document a .title h3 {
  padding: 0 0 1.25ch 0;
  border-bottom: 1px dashed rgba(112, 133, 239, 0.7);
}
.latest-document a .title h3 .name {
  display: block;
  font-size: var(--wp--preset--font-size--font-34);
  color: #ED8323;
}
.latest-document a .title h3 .meta {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.5ch;
  color: #FFF;
}
.latest-document a .title .btn {
  display: block;
  color: #C5CBD8;
  transition: color 0.45s ease-in-out, padding 0.45s ease-in-out;
  position: relative;
}
.latest-document a .title .btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath fill='%23fff' d='M14.124.173a.6.6 0 0 1 .849.005l4.393 4.445a.6.6 0 0 1-.005.849l-4.393 4.343a.6.6 0 0 1-.844-.854l3.379-3.34H.6a.601.601 0 0 1 0-1.2h16.879l-3.36-3.4a.6.6 0 0 1 .005-.848'/%3E%3C/svg%3E");
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  transition: opacity 0.45s ease 0s;
}
.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 .title .btn, .latest-document a:active .title .btn, .latest-document a:focus .title .btn {
  padding-left: 32px;
  color: #FFF;
}
.latest-document a:hover .title .btn:before, .latest-document a:active .title .btn:before, .latest-document a:focus .title .btn:before {
  opacity: 1;
  transition: opacity 0.45s ease 0.25s;
}
@media (min-width: 782px) {
  .latest-document {
    height: 100%;
  }
  .latest-document.large a {
    min-height: 440px;
  }
  .latest-document a {
    height: 100%;
    min-height: 300px;
  }
}/*# sourceMappingURL=block-latest-document.css.map */