﻿.doc-figure {
    display: table;
    width: 60%;
    height: auto;
    margin: 1em auto;
    padding: 1em;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .doc-figure img {
        max-width: 100%;
        height: auto;
    }

    .doc-figure figcaption {
        margin: 1em 0;
    }
