: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;
  }
}
.featured-documents {
  background: linear-gradient(94deg, #372A66 0.5%, #44307C 100%);
  border-radius: 5px;
}
.featured-documents h2 {
  font-size: var(--wp--preset--font-size--font-32);
  margin-bottom: 2.5ch !important;
  color: #fff;
}
.featured-documents h2:after {
  background: #F0A540 !important;
}
.featured-documents .bg {
  display: block;
  background-size: cover;
  background-position: bottom right;
}
.featured-documents .inner {
  padding: var(--wp--preset--spacing--normal);
}
.featured-documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured-documents ul li {
  margin-bottom: 2ch;
}
.featured-documents ul li:last-child {
  margin-bottom: 0;
}
.featured-documents ul a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: 44px;
  padding-left: 56px;
  position: relative;
}
.featured-documents ul a:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #F0A540;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' fill='none'%3E%3Crect width='43' height='43' x='.517' y='.5' stroke='%23F0A540' rx='21.5'/%3E%3Cpath stroke='%23F0A540' stroke-linejoin='round' stroke-width='1.2' d='m17.63 11.03-4.389 4.388V32.97h17.552V11.03H17.629Z'/%3E%3Cpath stroke='%23F0A540' stroke-linejoin='round' stroke-width='1.2' d='M17.906 11.03v4.665h-4.665M16.514 18.631v10.885h11.662'/%3E%3Cpath stroke='%23F0A540' stroke-linejoin='round' stroke-width='1.2' d='m16.514 29.412 5.442-5.442 2.332 2.332 3.888-3.887'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.35s ease-in-out;
}
.featured-documents ul a:hover:before {
  background: #fff;
}
.featured-documents ul h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  color: #fff;
}
@media (max-width: 699px) {
  .featured-documents .bg {
    aspect-ratio: 1/0.55;
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 700px) {
  .featured-documents {
    display: flex;
    flex-wrap: wrap;
  }
  .featured-documents > * {
    width: 50%;
  }
  .featured-documents .bg {
    border-radius: 0 5px 5px 0;
    order: 10;
  }
}
