/* MOTOZEN - ίδια διάταξη πριν και μετά το Read More */

.item-page.layout-default.no-sidebar .top-article-info,
.item-page.layout-default.no-sidebar .bottom-article-info {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

/* Όλες οι παράγραφοι αριστερά */
.item-page.layout-default.no-sidebar .top-article-info p,
.item-page.layout-default.no-sidebar .bottom-article-info p {
    text-align: left !important;
}

/* Οι μεγάλες εικόνες να ακολουθούν το ίδιο πλάτος */
.item-page.layout-default.no-sidebar .full-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Motozen - φωτογραφία δεξιά, κείμενο αριστερά */
.motozen-img-right-half {
    float: right;
    width: 49%;
    max-width: 49%;
    height: auto;
    margin: 0 0 16px 2%;
    display: block;
}

/* Σε κινητό η εικόνα γίνεται ολόκληρου πλάτους */
@media (max-width: 767.98px) {
    .motozen-img-right-half {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 16px 0;
    }
}