/*
 * Styles for the [post_image] shortcode.
 */
.post-image-shortcode {
    margin: 2em 0;
    width: 100%;
    clear: both;
}

.post-image-shortcode img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.75em;
}

.post-image-shortcode figcaption {
    font-size: 0.9em;
    line-height: 1.5;
    color: #555;
    text-align: center;
    font-style: italic;
}
