:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
.latest-documents {
  list-style: none;
  margin: 0;
  padding: 3rem 0 0 0;
  border-top: 1px solid rgba(146, 160, 151, 0.4);
  border-bottom: 1px solid rgba(146, 160, 151, 0.4);
}
.latest-documents li {
  margin: 0 0 2.7rem 0;
  padding: 0;
}
.latest-documents a {
  display: block;
}
.latest-documents a:hover h3, .latest-documents a:active h3, .latest-documents a:focus h3 {
  color: #E3A7AA;
}
.latest-documents .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: var(--wp--preset--font-size--font-14);
  line-height: 1.05;
  margin: 0 0 0.9rem 0;
  padding: 0 0 1.4rem 0;
  border-bottom: 1px solid rgba(41, 41, 39, 0.2);
  position: relative;
}
.latest-documents .meta:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #E3A7AA;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.latest-documents .meta .category {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  color: #01415D;
}
.latest-documents .meta .category:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #01415D;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' fill='none'%3E%3Cpath stroke='%23F4EFE7' stroke-linejoin='round' stroke-width='.8' d='m4.917.933-4.4 4.4v17.6h17.6v-22h-13.2Z'/%3E%3Cpath stroke='%23F4EFE7' stroke-linejoin='round' stroke-width='.8' d='M5.194.933V5.61H.517M3.799 8.554v10.914h11.694'/%3E%3Cpath stroke='%23F4EFE7' stroke-linejoin='round' stroke-width='.8' d='m3.799 19.365 5.457-5.457 2.339 2.339 3.898-3.898'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' fill='none'%3E%3Cpath stroke='%23F4EFE7' stroke-linejoin='round' stroke-width='.8' d='m4.917.933-4.4 4.4v17.6h17.6v-22h-13.2Z'/%3E%3Cpath stroke='%23F4EFE7' stroke-linejoin='round' stroke-width='.8' d='M5.194.933V5.61H.517M3.799 8.554v10.914h11.694'/%3E%3Cpath stroke='%23F4EFE7' stroke-linejoin='round' stroke-width='.8' d='m3.799 19.365 5.457-5.457 2.339 2.339 3.898-3.898'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.latest-documents .meta .date {
  color: rgba(62, 62, 62, 0.8);
}
.latest-documents .presentations .meta .category:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath stroke='%23F4EFE7' stroke-linecap='round' stroke-linejoin='round' stroke-width='.8' d='M21.497 3.235H2.18c-.593 0-1.074.48-1.074 1.074v12.878c0 .592.48 1.073 1.074 1.073h19.317c.592 0 1.073-.48 1.073-1.073V4.309c0-.593-.48-1.074-1.073-1.074ZM15.594 18.26l3.756 4.292M8.08 18.26l-3.219 4.292M8.083 11.284v2.146M11.838 9.138v4.292M15.594 6.991v6.44M11.838 3.236V.553'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath stroke='%23F4EFE7' stroke-linecap='round' stroke-linejoin='round' stroke-width='.8' d='M21.497 3.235H2.18c-.593 0-1.074.48-1.074 1.074v12.878c0 .592.48 1.073 1.074 1.073h19.317c.592 0 1.073-.48 1.073-1.073V4.309c0-.593-.48-1.074-1.073-1.074ZM15.594 18.26l3.756 4.292M8.08 18.26l-3.219 4.292M8.083 11.284v2.146M11.838 9.138v4.292M15.594 6.991v6.44M11.838 3.236V.553'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
}
.latest-documents h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  line-height: 1.525;
  letter-spacing: 0.02ch;
  color: #292927;
  transition: color 0.35s ease-in-out;
}

.has-black-background-color .latest-documents .meta,
.has-coal-background-color .latest-documents .meta,
.has-primary-background-color .latest-documents .meta,
.has-navy-background-color .latest-documents .meta,
.has-pine-background-color .latest-documents .meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.has-black-background-color .latest-documents .meta .category,
.has-coal-background-color .latest-documents .meta .category,
.has-primary-background-color .latest-documents .meta .category,
.has-navy-background-color .latest-documents .meta .category,
.has-pine-background-color .latest-documents .meta .category {
  color: #F4EFE7;
}
.has-black-background-color .latest-documents .meta .category:before,
.has-coal-background-color .latest-documents .meta .category:before,
.has-primary-background-color .latest-documents .meta .category:before,
.has-navy-background-color .latest-documents .meta .category:before,
.has-pine-background-color .latest-documents .meta .category:before {
  background: #F4EFE7;
}
.has-black-background-color .latest-documents .meta .date,
.has-coal-background-color .latest-documents .meta .date,
.has-primary-background-color .latest-documents .meta .date,
.has-navy-background-color .latest-documents .meta .date,
.has-pine-background-color .latest-documents .meta .date {
  color: #fff;
}

.wp-block-cover .latest-documents .meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-block-cover .latest-documents .meta .category {
  color: #F4EFE7;
}
.wp-block-cover .latest-documents .meta .category:before {
  background: #F4EFE7;
}
.wp-block-cover .latest-documents .meta .date {
  color: #fff;
}
.wp-block-cover .latest-documents h3 {
  color: #fff;
}