#co-post-main{
    width: calc(100% - 20% - 1%);
}
#co-post-side{
    width: 20%;
    margin-left: auto;
}
#co-post-side h4{
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
.wp-block-archives-list.wp-block-archives{
    padding-left: 0;
    list-style: none;
}
.wp-block-archives-list.wp-block-archives li{
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e7e6e6;
    position: relative;
}
.wp-block-archives-list.wp-block-archives a{
    text-decoration: none;
    position: relative;
}
.wp-block-archives-list.wp-block-archives a:before{
    content: "";
    display: inline-block;
    margin-right: 12px;
    background: url(/wp-content/themes/cooponline.theme/assets/svg/chevron_right.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.co-post-meta-cont{
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}
.co-post-meta-cont a{
    text-decoration: none;
}
.co-post-meta-cont p{
    font-size: 12px;
    color: #212121;
    line-height: 1.5;
}
.co-post-meta-cont p:not(:last-child):after{
    content: '|';
    margin: 0 5px;
}
.co-share-cont{
    display: table;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 70px;
    width: 100%;
    background-color: #f6f6f6;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.co-share-cont h4{
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    color: #333333;
    line-height: 1.5;
    font-weight: 600;
}
.co-share-cont a{
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.co-share-cont svg{
    width: 16px;
    height: 16px;
    fill: #bebdbd;
}
.co-share-cont a:hover {
    opacity: .8;
}
.co-side-posts li{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.co-side-posts li .wp-block-post-featured-image{
    padding-right: 0;
    margin-right: 13px;
}
.co-side-posts li img{
    width: 70px!important;
    height: 70px;
    max-width: unset;
}
.co-side-posts li .wp-block-post-date,
.co-side-posts li .wp-block-post-title a{
    font-size: 12px;
    text-align: left;
}