img.sd-shadow-lg { display:block; margin-block-end: 1rem; }
img.padding-bottom { display: block; margin-bottom: 1rem; }

/* Download link styling */
a.reference.download.external {
    font-family: NVIDIA, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 12px !important;
    display: inline-block !important;
    margin: 8px 8px 8px 16px !important;
    background-color: #76b900 !important;
    transition: all 0.2s ease !important;
}

a.reference.download.external:hover {
    background-color: hsl(82, 100%, 40%) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.3) !important;
}

a.reference.download.external code.xref.download.docutils.literal.notranslate {
    font-family: NVIDIA, Arial, Helvetica, Sans-Serif !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    color: inherit !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

a.reference.download.external code.xref.download.docutils.literal.notranslate .pre {
    color: inherit !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}