/* 1. Скрывает даты ВНУТРИ постов */
.t-feed__post-popup__date, 
.t-feed__post-page__date, 
.t-news__post__date,

/* 2. Скрывает даты СНАРУЖИ на карточках постов */
.t-feed__post-date,
.t-feed__date,
.t-slds__date,
.t-entry__date { 
    display: none !important; 
}

/* 3. Мобильные шрифты СТРОГО для всплывающих окон Потоков */
@media screen and (max-width: 640px) {
    .t-feed__post-popup__text-wrapper .t-text,
    .t-feed__post-popup__text-wrapper div {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }
    
    /* Безопасные боковые отступы для попапов */
    .t-feed__post-popup__container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* Опрятные заголовки внутри попапов */
    .t-feed__post-popup__text-wrapper h3,
    .t-feed__post-popup__text-wrapper h2 {
        font-size: 22px !important;
        margin-top: 35px !important;
        margin-bottom: 15px !important;
    }
}
