#rn-post-main{
    display: flex;
    width: 100%;
    gap: 50px;
    margin-bottom: 120px;
}
#rn-post-main h2{
    text-align: left;
}
#rn-post-side h4{
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
#rn-post-main .wp-block-group{
    max-width: 50%;
}
.wp-block-post-featured-image{
    position: relative;
    margin-right: 30px;
    width: 700px;
    height: 600px;
    max-width: 100%!important;
}
.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/rezsinullazo.theme/assets/svg/chevron_right.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rn-post-meta-cont{
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 0;
}
.rn-post-meta-cont a{
    text-decoration: none;
}
.rn-post-meta-cont p{
    font-size: 12px;
    color: #212121;
    line-height: 1.5;
}
.rn-post-meta-cont p:not(:last-child):after{
    content: '|';
    margin: 0 5px;
}
.rn-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;
}
.rn-share-cont h4{
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    color: #333333;
    line-height: 1.5;
    font-weight: 600;
}
.rn-share-cont a{
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.rn-share-cont svg{
    width: 16px;
    height: 16px;
    fill: #bebdbd;
}
.rn-share-cont a:hover {
    opacity: .8;
}
.rn-side-posts li{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.rn-side-posts li .wp-block-post-featured-image{
    padding-right: 0;
    margin-right: 13px;
}
.rn-side-posts li img{
    width: 70px!important;
    height: 70px;
    max-width: unset;
}
.rn-side-posts li .wp-block-post-date,
.rn-side-posts li .wp-block-post-title a{
    font-size: 12px;
    text-align: left;
}
@media (max-width:920px){
    #rn-post-main{
        flex-flow: column;
        gap: 0;
    }
    #rn-post-main .wp-block-group{
        max-width: 100%;
    }
    .wp-block-post-featured-image{
        width: 100%;
        height: auto;
    }
}