/* кнопка на видео */
svg[role="presentation"] path {
    fill: #090D49 !important;
}
/* карточки рубрик */
.t-feed__col-grid__post-wrapper {
    border: solid 1px black;
}
.t-feed__post-popup__title-wrapper {
    padding-bottom: 0px;
}
.t-title_xxs {
    font-size: 0px;
    line-height: 1;
    display: none;
}
.t-feed__post-popup__relevants-item {
    border: solid 1px black;
    border-radius: 10px;
}
.t-feed__post-popup__relevants-textwrapper {
    padding: 1px 15px 15px 15px;
}
.t-feed__post-popup__relevants-bgimg {
    border-radius: 10px 10px 0px 0px;
}     
.js-feed-post-author-name {
    font-size: 18px !important;
}
.t-feed__post-popup__tag span {
   display: none; 
}
/* Заголовок h2 в статье */
.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 20px;
    font-family: 'DAGGERSQUARE';
    font-weight: 400 !important;
}
/* Текст в статье */
.t-redactor__text {
font-size: 16px !important;
}
/* Отступ над заголовком H2 */
.t-feed__post-popup__date-parts-wrapper {
  padding-bottom: 0px;
}