: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;
  padding: 5rem 8rem 2rem 2rem;
  background: linear-gradient(253deg, rgba(172, 209, 201, 0.1) 2.22%, rgba(172, 209, 201, 0) 61.54%);
  border: 1px solid rgba(109, 105, 105, 0.3);
  border-radius: 10px;
  position: relative;
  transition: border-color 0.35s ease-in-out;
}
.latest-document a .meta {
  display: block;
  margin-bottom: 0.6ch;
}
.latest-document a h3 {
  font-size: var(--wp--preset--font-size--font-23);
  margin: 0;
}
.latest-document a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.2' d='M21.025.653a20 20 0 1 1 0 40 20 20 0 0 1 0-40Z'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='1.2' d='m16.975 10.403-4.2 4.2v16.8h16.8v-21h-12.6Z'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='1.2' d='M17.24 10.403v4.465h-4.465M15.907 17.678v10.418H27.07'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='1.2' d='m15.907 27.997 5.21-5.209 2.232 2.233 3.72-3.721'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.2' d='M21.025.653a20 20 0 1 1 0 40 20 20 0 0 1 0-40Z'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='1.2' d='m16.975 10.403-4.2 4.2v16.8h16.8v-21h-12.6Z'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='1.2' d='M17.24 10.403v4.465h-4.465M15.907 17.678v10.418H27.07'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='1.2' d='m15.907 27.997 5.21-5.209 2.232 2.233 3.72-3.721'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: background 0.35s ease-in-out;
}
.latest-document a.cat-presentations:after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.2' d='M21.025.653a20 20 0 1 1 0 40 20 20 0 0 1 0-40Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M29.672 13.207H12.38a.96.96 0 0 0-.96.96v11.53c0 .53.43.96.96.96h17.293c.53 0 .96-.43.96-.96v-11.53a.96.96 0 0 0-.96-.96ZM24.388 26.657 27.75 30.5M17.662 26.657 14.78 30.5M17.664 20.413v1.921M21.025 18.49v3.844M24.388 16.57v5.764M21.025 13.207v-2.401'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.2' d='M21.025.653a20 20 0 1 1 0 40 20 20 0 0 1 0-40Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M29.672 13.207H12.38a.96.96 0 0 0-.96.96v11.53c0 .53.43.96.96.96h17.293c.53 0 .96-.43.96-.96v-11.53a.96.96 0 0 0-.96-.96ZM24.388 26.657 27.75 30.5M17.662 26.657 14.78 30.5M17.664 20.413v1.921M21.025 18.49v3.844M24.388 16.57v5.764M21.025 13.207v-2.401'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.latest-document a:hover, .latest-document a:active, .latest-document a:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.latest-document a:hover .meta, .latest-document a:active .meta, .latest-document a:focus .meta {
  color: #ACD1C9;
}
.latest-document a:hover:after, .latest-document a:active:after, .latest-document a:focus:after {
  background: #ACD1C9;
}