/* Фон попапа */
.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;
}

.uc-visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}