/* Resource groups */
.article-resources{margin-top:32px;padding-top:26px;border-top:1px solid #c9d7db}.article-resources>h3{font-size:19px;font-weight:400;margin:0 0 10px}.article-resources>p{margin:0 0 22px}.article-resource-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}.article-resource-groups section{min-width:0}.article-resource-groups h3{font-size:16px;font-weight:500;margin:0;padding:12px 16px;background:rgba(121,201,214,.2);color:#526f79}.article-resource-groups ul{list-style:none;padding:0;margin:0}.article-resource-groups li{margin:0;border-bottom:1px solid #cedde1}.article-resource-groups a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:13px 16px;color:#477e8b;text-decoration:none;line-height:1.7;transition:background-color .2s}.article-resource-groups a:hover,.article-resource-groups a:focus-visible{background:rgba(121,201,214,.13)}.article-resource-groups svg{flex-shrink:0;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}@media(max-width:900px){.article-resource-groups{grid-template-columns:1fr;gap:28px}}

/* Download uses its existing headings, row typography and palette. */
#download-app #document-list>.download-row{border-top:1px solid var(--downloads-line)}
#download-app .article-resources{border-color:var(--downloads-line)}
#download-app .article-resource-groups h3{color:inherit;background:none;padding-left:0;padding-right:0}
#download-app .article-resource-groups a{color:var(--downloads-link)}
#download-app .article-resource-groups li{border-color:var(--downloads-line)}

.article-resource-copy{display:flex;flex:1;min-width:0;align-items:center;justify-content:space-between;gap:12px}.article-resource-copy>span{min-width:0}.article-resource-copy time{display:block;flex:none;white-space:nowrap}
