/*
Theme Name: Twenty Twenty Child Battle
Theme URI: https://battlemedialab.com
Template: twentytwenty
Author: Battle Medialab
Author URI: https://battlemedialab.com
Version: 1.0.0.1605200298
Updated: 2020-11-12 11:58:18

*/

.single-post .post-inner {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 8rem);
}

@media screen and (min-width: 48em) {    
    .single-post .post-inner:after {
        clear: both;
        display: block;
        content: "";
    }

    .single-post .post-inner .bml-primary-content {
        float: left;
        width: 58%;
    }

    .single-post .post-inner .bml-secondary-content {
        float: right;
        padding-top: 0;
        width: 36%;
    }
}