/* Фон popup новости с градиентом */
.t-feed__post-popup .t-popup__container {
  background: linear-gradient(135deg, #ff9a8b, #6148aa) !important;
}

/* ===== Десктоп ===== */
@media (min-width: 1025px) {
  .t-feed__post-popup__content-wrapper {
    padding-top: 6vw !important;
    color: #ffffff !important;
  }
}

/* ===== Планшет ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  .t-feed__post-popup__content-wrapper {
    padding-top: 8vw !important;
    color: #ffffff !important;
  }
}

/* ===== Мобильный ===== */
@media (max-width: 768px) {
 .t-feed__post-popup__content-wrapper {
    padding-top: 12vw !important;
    color: #ffffff !important;
  }
}

/* Чтобы цвет применился ко всем элементам внутри */
.t-feed__post-popup__content-wrapper * {
  color: #ffffff !important;
}