.component-fund-docs{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
@media(min-width:1024px){.component-fund-docs{gap:48px;grid-template-columns:repeat(12,1fr)}
}
.component-fund-docs .docs__intro{grid-column:span 4}
@media(min-width:1024px){.component-fund-docs .docs__intro{grid-column:span 5}
}
.component-fund-docs .docs__intro .lead{margin:0;color:#3b3b3b}
.component-fund-docs .docs__list{display:flex;flex-direction:column;gap:16px;grid-column:span 4}
@media(min-width:1024px){.component-fund-docs .docs__list{grid-column:7 / span 6}
}
.component-fund-docs .docs__list .document{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:14px;background:#f7f7f7;text-decoration:none;box-shadow:0 1px 0 rgba(0,0,0,0.02);transition:transform .2s ease,box-shadow .2s ease}
.component-fund-docs .docs__list .document:hover,.component-fund-docs .docs__list .document:focus{transform:translateX(2px);box-shadow:0 6px 16px rgba(0,0,0,0.08)}
.component-fund-docs .docs__list .document .icon{width:26px;height:26px;display:inline-block;background:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'viewBox='002424'fill='none'stroke='black'stroke-width='1.8'stroke-linecap='round'stroke-linejoin='round'><pathd='M142H7a22000-22v16a2200022h10a220002-2V8z'/><pathd='M142v6h6'/><pathd='M913h6'/><pathd='M917h6'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'viewBox='002424'fill='none'stroke='black'stroke-width='1.8'stroke-linecap='round'stroke-linejoin='round'><pathd='M142H7a22000-22v16a2200022h10a220002-2V8z'/><pathd='M142v6h6'/><pathd='M913h6'/><pathd='M917h6'/></svg>") no-repeat center / contain}
.component-fund-docs .docs__list .document .name{flex:1 1 auto;color:#0b0b0b}
.component-fund-docs .docs__list .document .chevron{color:#851a2e;font-size:48px;line-height:1}