.rss_item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;

  & span.fasr {
    padding-top: 0.2rem;
  }

  & a {
    hyphens: none;
  }
}