/* Tilda project 18128676 > Site settings > Insert code > Custom CSS.
 * Native standalone feed URLs do not inherit the T123 foundation or Header.
 * Keep this small shared rule scoped to detailed posts, not listing cards.
 */
.t-feed__post-popup__title,
.t-feed__post-popup__text h2,
.t-feed__post-popup__text h3 {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 350px) {
  .t-feed__post-popup__title {
    font-size: 26px !important;
  }
  .t-feed__post-popup__text h2 {
    font-size: 24px !important;
  }
}
