/* Фон попапа */
.t-feed__post-popup {
  background-color: #000000 !important;
}

/* Заголовок поста */
.t-feed__post-popup__title {
  color: #ffffff !important;
}

/* Текст поста */
.t-feed__post-popup__text,
.t-feed__post-popup__text * {
  color: #ffffff !important;
}

/* Дата */
.t-feed__post-popup__date {
  color: #ffffff !important;
}

/* Кнопка закрытия и текст "Новости" вверху */
.t-feed__post-popup__close-wrapper {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.t-feed__post-popup__close-text {
  color: #ffffff !important;
}

/* Стрелка закрытия */
.t-feed__post-popup__close-wrapper .t-popup__close-icon path {
  stroke: #ffffff !important;
}