/* ========================================
   Article Images — KORBQUOTE
   ======================================== */

figure {
    margin: 2em 0;
}

figure img.article-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

figure img.hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}

figcaption {
    text-align: center;
    font-size: 0.85rem;
    color: #6b6560;
    margin-top: 0.5rem;
    font-style: italic;
    line-height: 1.5;
}

@media (max-width: 768px) {
    figure {
        margin: 1.5em 0;
    }

    figure img.article-image,
    figure img.hero-image {
        border-radius: 0;
    }

    figcaption {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
}
