.blog-details-wrapper{
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.post-card__date{
    font-size: 13px;
    line-height: 1.2;
    color: var(--second-color) !important;
}
.post-title{
    margin: 10px 0;
    font-size: 40px;
}
.blog-details-content{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
}
.sidebar{
     padding-top: 40px;
}
.sidebar .widget{
    background-color: #0e0e0f;
    padding: 30px 30px;
    border-radius: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}
.sidebar .widget:not(:last-child){
    margin-bottom: 40px;
}
.widget-title{
    font-size: 20px;
}
.small-post-list{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.small-post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}   
.small-post:not(:last-child){
    margin-bottom: 20px;
}
.small-post__content h6 a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0 10px;
    font-size: 15px;
    line-height: 1.2;
    color: var(--color-text);
}
.small-post__content .date{
    font-size: 13px;
    line-height: 1.2;
    color: var(--second-color) !important;
}
.small-post__thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}
.small-post__thumb img{
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}