/*
 * Copyright (c) 2022. MageCloud.  All rights reserved.
 * @author: Volodymyr Hryvinskyi <mailto:volodymyr@hryvinskyi.com>
 */
.post-content .post-description img.alignright {
    display: inline-block;
    float: right;
    margin-left: 2em;
}
.blog-page-list .post-holder {
    max-width: 100%;
}
.post-content .post-description img.alignleft {
    display: inline-block;
    float: left;
    margin-right: 2em;
}

.post-content .post-description img.alignright,
.post-content .post-description img.alignleft {
    margin-top: 0.1em;
    margin-bottom: 0.1em !important;
}

.post-content .post-description img.aligncenter {
    clear: both;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
