/* video button */
svg[role="presentation"] path {
    fill: #090D49 !important;
}
/* rubrics cards */
.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 of rubrics */
.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 20px;
    font-family: 'DAGGERSQUARE';
    font-weight: 400 !important;
}
/* textbody of rubrics */
.t-redactor__text {
font-size: 16px !important;
}
/* h2 of rubrics */
.t-feed__post-popup__date-parts-wrapper {
  padding-bottom: 0px;
}
/*pop-up of rubrics*/
.t-feed__post-popup__cover-wrapper {
    margin-top: 0;
    background-color: #EAEDF7;
    border-radius: 10px;
    border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center; /* если нужно и по вертикали */
}
 /* pop-up of rubrics - image upscale */
  .t-feed__post-popup__content img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* сохраняем пропорции, без обрезки */
    display: block;
  }
  
.t-cover {
    border: solid;
}

/*image book and project*/
.t1000__background-image {
        margin-right: 20px;
}
}