.t-feed__post-popup__content.t-col.t-col_8 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    border: solid 1px #C7B6AA;
}

.t-feed__post-popup__title-wrapper {
    padding-bottom: 0px !important;
}

.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertitle {
    margin-top: 0;
    padding-bottom: 0px;
}

.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    padding-top: 54px !important;
}
.t-feed__post-popup__title {
    line-height: 1.1em !important;
}
.t-feed__post-popup__date-parts-wrapper_aftertitle {
    margin: 0.4em 0 1em 0 !important;
}
.t-feed__post-popup__date-parts-wrapper_aftertitle span,
.t-feed__post-popup__close-text{
    color: #51280a !important;
}


@media screen and (max-width: 560px) {
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
        padding-top: 49px !important;
    }
}