.single{
    .hero{
        img{
            /* max-width: 1465px; */
            width: 90%;
            margin: 0 auto;
            object-fit: cover;
            max-height: 60vh;
            object-position: top;
        }
    }
    main{
        padding: 88px 0;
        /* max-width: 572px; */
        max-width: 90%;
        margin: 0 auto;
        p{
            margin: 12px 0;
        }
    }
    .row{
        padding-top: 21px;
        display: flex;
        width: 90%;
        margin: 0 auto;
        .col-left{

        }
        .col-right{
            /* Align right */
            margin-left: auto;
            align-items: center;
            display: flex;
            svg{
                margin-right: 7px;
            }
        }
    }
}

@media (min-width: 768px){
    .single{
        .hero{
            img{
                max-width: 1465px;
            }
        }
        main{
            max-width: 800px;
        }
        .row{
            max-width: 1465px;
        }
    }
}
/* Exclude document post types from narrow single-content width cap */
.single.single-pdf,
.single.single-excel,
.single.single-docx {
    main {
        max-width: none;
    }
}

/* Hide date on document single post types */
.single.single-pdf .single-post__date,
.single.single-excel .single-post__date,
.single.single-docx .single-post__date {
    display: none;
}
