/* ... previous CSS ... */

#doc-content img.doc-image {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0.5rem;
    display: block;
    margin: 1.5rem auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#doc-content figure {
    margin: 2rem auto;
    display: block;
    text-align: center;
    width: 100%;
}

#doc-content figure img {
    margin: 0 auto 0.75rem auto;
}

#doc-content figcaption {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-style: italic;
    text-align: center;
    line-height: 1.4;
    padding: 0 1rem;
    font-weight: 300;
}

#doc-content img.doc-image[src*="Vcad%20viewer%20main.png"] {
    max-width: 650px !important;
}