/* Compact product document icons; certification styling stays in style.css. */
.downloads-section .download-documents{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;width:100%;max-width:1240px}
.downloads-section .download-document{display:flex;flex-direction:column;align-items:center;min-width:0;padding:8px 0;background:transparent;border:0}
.downloads-section .download-preview-open{display:flex;align-items:center;justify-content:center;width:104px;height:88px;min-height:0;margin:0 0 12px;padding:4px;border:0;border-radius:3px;background:transparent;color:var(--teal);cursor:zoom-in}
.downloads-section .download-preview-open img{display:block;width:auto;height:auto;max-width:96px;max-height:80px;object-fit:contain;box-shadow:0 2px 7px #102c3d20;transition:transform .2s ease}
.downloads-section .download-preview-open:hover{background:#f4f7f9}
.downloads-section .download-preview-open:hover img{transform:translateY(-2px)}
.downloads-section .download-preview-open:focus-visible{outline:2px solid var(--teal);outline-offset:4px}
.downloads-section .download-document-info{display:flex;flex:1;flex-direction:column;align-items:center;gap:4px;width:100%;padding:0;text-align:center}
.downloads-section .download-document h3{min-height:44px;max-width:220px;margin:0;font-size:16px;line-height:1.35;font-weight:500;letter-spacing:0;color:var(--navy)}
.downloads-section .download-document-footer{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:auto}
.downloads-section .download-document-meta{font-size:14px;line-height:1.5;color:var(--muted);white-space:nowrap}
.downloads-section .download-document-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:14px;font-weight:600;line-height:1.3;color:#087fa6;white-space:nowrap}
.downloads-section .download-document-link svg{width:17px;height:17px;flex-shrink:0}
.downloads-section .download-document-link:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){.downloads-section .download-documents{gap:18px}}
@media(max-width:480px){.downloads-section .download-documents{grid-template-columns:1fr;gap:24px;max-width:220px}.downloads-section .download-document h3{min-height:0}}
@media(prefers-reduced-motion:reduce){.downloads-section .download-preview-open img{transition:none}}

/* YouTube resources use the same compact dimensions as the PDF cards. */
.downloads-section .download-preview-open.download-video-open{cursor:pointer}
.download-youtube-icon{display:block;width:72px;height:52px;transition:transform .2s ease}
.download-video-open:hover .download-youtube-icon{transform:translateY(-2px)}
.downloads-section .download-video-card h3 a:hover{color:#087fa6;text-decoration:underline;text-underline-offset:3px}
.download-video-dialog{width:min(960px,92vw);max-height:92vh;max-height:92dvh;padding:24px;border:0;border-radius:8px;background:#fff;color:var(--ink);overflow:auto;overscroll-behavior:contain}
.download-video-dialog::backdrop{background:rgba(10,20,30,.8)}
.download-video-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}
.download-video-heading h2{margin:0;font-size:1.5rem;line-height:1.3;letter-spacing:-.4px}
.download-video-close{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;padding:10px;border:0;border-radius:4px;background:transparent;color:var(--navy);cursor:pointer}
.download-video-close svg{width:24px;height:24px}
.download-video-close:hover{background:var(--pale)}
.download-video-player{aspect-ratio:16/9;background:#000}
.download-video-player iframe{display:block;width:100%;height:100%;border:0}
.download-video-external{display:flex;align-items:center;justify-content:center;gap:12px;min-height:44px;margin-top:14px;color:#087fa6;font-size:1rem;font-weight:600}
.download-video-external:hover{text-decoration:underline;text-underline-offset:4px}
html:has(.download-video-dialog[open]){overflow:hidden}
@media(max-width:1050px){.downloads-section .download-documents{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:740px}}
@media(max-width:600px){.download-video-dialog{padding:16px}.download-video-heading{gap:12px}.download-video-heading h2{font-size:1.25rem}}
@media(max-width:480px){.downloads-section .download-documents{grid-template-columns:1fr;max-width:220px}}
@media(prefers-reduced-motion:reduce){.download-youtube-icon{transition:none}}
