/* Дароносица: длинные заголовки публикаций не обрезаются. */
:where(
  [class*="featured"],
  [class*="feature"],
  [class*="publication"],
  [class*="post-card"],
  [class*="news-card"],
  article
) :where(h1,h2,h3,[class*="title"]) {
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

:where(
  [class*="featured"],
  [class*="feature"],
  [class*="publication"],
  [class*="post-card"],
  [class*="news-card"],
  article
) :where([class*="content"],[class*="text"],[class*="info"]) {
  min-width: 0 !important;
}
