/* Download center - uses the site's existing brand color */
.download-center-page{padding:30px 0 90px;background:#fff}.download-page-title{margin-bottom:40px}.download-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:36px;align-items:start}.download-sidebar{box-shadow:0 7px 18px rgba(20,25,32,.18)}.download-sidebar-heading{padding:16px 20px;text-align:center;color:#fff;background:var(--brand)}.download-sidebar-heading h2{margin:0;font-size:22px;font-weight:700}.download-sidebar-heading span{display:block;margin-top:3px;font-size:15px}.download-category-list{background:#ededee}.download-category-list a{position:relative;display:flex;align-items:center;min-height:46px;padding:9px 18px 9px 25px;border-bottom:1px solid #fff;color:#222;text-decoration:none;font-size:15px;transition:color .2s,background-color .2s,padding-left .2s}.download-category-list a:last-child{border-bottom:0}.download-category-list a i{position:absolute;left:11px;top:50%;width:3px;height:17px;background:var(--brand);transform:translateY(-50%)}.download-category-list a:hover{padding-left:30px;color:var(--brand);background:#f7f7f8}.download-category-list a.active{color:#fff;background:var(--brand);font-weight:600}.download-category-list a.active i{background:#fff}.download-results{min-width:0}.download-resource-list{display:flex;flex-direction:column;gap:6px}.download-resource-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;min-height:58px;padding:9px 36px 9px 12px;border:1px solid #d9d9dc;background:#fff;transition:border-color .2s,box-shadow .2s,transform .2s}.download-resource-item:hover{border-color:var(--brand);box-shadow:0 6px 18px rgba(32,38,136,.09);transform:translateY(-1px)}.download-resource-title{min-width:0;color:#4b4f58;text-decoration:none;font-size:17px;line-height:1.5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.download-resource-title:hover{color:var(--brand)}.download-resource-actions{display:flex;gap:7px}.download-resource-actions a,.download-attachment-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:55px;height:36px;padding:0 12px;border:1px solid #cfd1d6;border-radius:4px;color:#242831;text-decoration:none;font-size:14px;background:#fff;transition:color .2s,border-color .2s,background-color .2s}.download-resource-actions a:hover,.download-attachment-actions a:hover,.download-attachment-actions a.primary{border-color:var(--brand);color:#fff;background:var(--brand)}.download-pagination{margin-top:32px}
/* Download detail */
.download-article{min-width:0;padding:0 8px}.download-article>h1{margin:0;padding:4px 0 26px;border-bottom:1px solid #eee;color:#242831;font-size:27px;font-weight:500}.download-article-meta{padding:15px 0;color:#a0a5b1;font-size:14px}.download-attachment{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:25px;margin:18px 0 34px;padding:9px 16px;border:1px solid #d9dce3}.download-attachment-name{display:flex;align-items:center;min-width:0;gap:10px}.download-attachment-name strong{min-width:0;font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.download-file-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:28px;border-radius:3px;color:#fff;background:var(--brand);font:bold 10px Arial}.download-file-size{color:#666;font-size:14px;white-space:nowrap}.download-attachment-actions{display:flex;gap:7px}.download-article-content{padding-top:18px;color:#666;font-size:15px;line-height:2}.download-article-content img{display:block;max-width:100%;height:auto;margin:25px auto}.download-article-content table{width:100%;margin:22px 0;border-collapse:collapse}.download-article-content td,.download-article-content th{padding:9px;border:1px solid #ddd}.download-prev-next{display:flex;justify-content:space-between;gap:30px;margin-top:45px;padding:28px 0;border-top:1px solid #eee}.download-prev-next span{max-width:48%}.download-prev-next a{color:#4b4f58;text-decoration:none}.download-prev-next a:hover{color:var(--brand)}
@media(max-width:991.98px){.download-layout{grid-template-columns:210px minmax(0,1fr);gap:24px}.download-resource-item{padding-right:14px}.download-resource-actions a{min-width:48px;padding:0 9px}.download-attachment{grid-template-columns:1fr auto}.download-file-size{grid-column:1}.download-attachment-actions{grid-column:2;grid-row:1/3}}
@media(max-width:767.98px){.download-center-page{padding-top:25px}.download-layout{grid-template-columns:1fr}.download-sidebar-heading{display:flex;align-items:center;justify-content:space-between;text-align:left}.download-sidebar-heading span{margin:0}.download-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.download-category-list a:nth-last-child(2){border-bottom:0}.download-resource-item{grid-template-columns:1fr;gap:10px;padding:14px}.download-resource-title{white-space:normal}.download-resource-actions{justify-content:flex-end}.download-article{padding:0}.download-article>h1{font-size:23px}.download-attachment{grid-template-columns:1fr}.download-file-size,.download-attachment-actions{grid-column:1;grid-row:auto}.download-attachment-actions{justify-content:flex-end}}
@media(max-width:480px){.download-category-list{grid-template-columns:1fr}.download-category-list a:nth-last-child(2){border-bottom:1px solid #fff}.download-resource-actions{justify-content:flex-start}.download-resource-actions a{flex:1}.download-prev-next{flex-direction:column}.download-prev-next span{max-width:100%}}
