body {
  font-family: 'Segoe UI', 'Arial', sans-serif;
}




html body .t-feed__post-popup.t-popup_show[style] {
  background-color: #010818 !important;
  background-image: url('https://static.tildacdn.com/tild6233-6665-4033-a139-653062336332/ChatGPT_Image_May_13.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white !important;
}

html body .t-feed__post-popup.t-popup_show[style] * {
  color: white !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

html body .t-feed__post-popup__close-wrapper svg {
  fill: white !important;
}
























/* Для блога */
.rss-title {
  font-size: 22px !important;
  color: #5ee3ff !important; /* голубой */
  text-decoration: none !important;
  font-weight: bold !important;
  transition: color 0.3s ease !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.rss-title:hover {
  color: #5ee3ff !important;
}

.rss-desc {
  color: #cccccc !important;
  margin-top: 4px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.rss-date {
  font-size: 14px !important;
  color: #888888 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}


























 








