: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-fund-documents {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-fund-documents li {
  margin: 0 0 3.5ch 0;
  padding: 0 0 0 82px;
  position: relative;
}
.latest-fund-documents li:before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Cpath fill='%23DCE3E2' d='M29.758 59.267c16.242 0 29.41-13.167 29.41-29.41C59.168 13.615 46 .447 29.758.447 13.515.447.348 13.615.348 29.857c0 16.243 13.167 29.41 29.41 29.41Z'/%3E%3Cpath stroke='%23004B40' stroke-linejoin='round' stroke-width='1.4' d='m23.758 14.857-6 6v24h24v-30h-18Z'/%3E%3Cpath stroke='%23004B40' stroke-linejoin='round' stroke-width='1.4' d='M24.136 14.857v6.379h-6.378M22.232 25.25v14.884H38.18'/%3E%3Cpath stroke='%23004B40' stroke-linejoin='round' stroke-width='1.4' d='m22.232 39.993 7.442-7.442 3.19 3.19 5.315-5.316'/%3E%3C/svg%3E");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-fund-documents li:last-child {
  margin-bottom: 0;
}
.latest-fund-documents a {
  display: block;
}
.latest-fund-documents a:hover h3, .latest-fund-documents a:active h3, .latest-fund-documents a:focus h3 {
  color: #E3A7AA;
}
.latest-fund-documents .meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  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;
}
@media (min-width: 650px) and (max-width: 1023px) {
  .latest-fund-documents .meta {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1220px) {
  .latest-fund-documents .meta {
    flex-direction: row;
    align-items: center;
  }
}
.latest-fund-documents .meta:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #E3A7AA;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.latest-fund-documents .meta .category {
  font-weight: 600;
  color: #01415D;
}
.latest-fund-documents .meta .date {
  color: rgba(62, 62, 62, 0.8);
}
.latest-fund-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-fund-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;
  margin: 0;
  color: #292927;
  transition: color 0.35s ease-in-out;
}
@media (min-width: 1024px) {
  .latest-fund-documents.col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .latest-fund-documents.col-2 li {
    width: calc(50% - 1.5rem);
  }
  .latest-fund-documents.col-2 h3 {
    font-size: var(--wp--preset--font-size--font-18);
  }
  .latest-fund-documents.col-2 .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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