: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: 3rem;
}
.latest-document a {
  display: block;
  background: #D7D6D3;
}
.latest-document a .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  background: #D7D6D3;
}
.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;
  border-radius: 8px;
}
.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: #080104;
  margin: 0;
}
.latest-document h3 span {
  display: block;
}
.latest-document h3 em {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  color: #6F6B8E;
}
.latest-document .meta {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #080104;
  margin: 0.4ch 0 0 0;
}
.latest-document.title-bottom a {
  background: none;
}
.latest-document.title-bottom a .cover-wrap {
  position: relative;
}
.latest-document.title-bottom .cover-wrap {
  margin-bottom: 2.5rem;
}
.latest-document.title-bottom .title {
  display: flex;
  flex-wrap: wrap;
}
.latest-document.title-bottom .title .meta-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.latest-document.title-bottom .title .meta-wrap:before {
  content: " ";
  width: 120px;
  height: 1px;
  display: block;
  background-color: #941744;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.latest-document.title-bottom .title .meta-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ebeae7;
  bottom: 0;
  position: absolute;
}
.latest-document.title-bottom .title .meta-wrap .meta {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: var(--wp--preset--font-family--secondary);
}
.latest-document.title-bottom .title .meta-wrap .icon {
  display: flex;
}
.latest-document.title-bottom .title .meta-wrap .icon p {
  margin-bottom: 0;
}
.latest-document.title-bottom .title .meta-wrap .icon svg {
  width: 19px;
  height: 23px;
  margin-right: 10px;
}
.latest-document.title-bottom .title h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2.3rem;
}
.latest-document.title-bottom .btn {
  display: none;
}
.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(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: 0 10px 15px 75px;
  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;
}
.latest-document.title-cover a .title .meta {
  color: #fff;
}/*# sourceMappingURL=block-latest-document.css.map */