.widget_rss .widgettitle a.rsswidget {
  color: var(--vamtam-widget-text-darker) !important;
}
.widget_rss .widgettitle a.rsswidget:first-child {
  float: right;
}
.widget_rss .widgettitle a.rsswidget:first-child img {
  display: none;
}
.widget_rss ul li {
  padding: 10px 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_rss li .rsswidget {
  font-weight: inherit;
  display: inline;
}
.widget_rss .rss-date,
.widget_rss li cite {
  margin: 1em 0;
  font-size: 0.8em;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}
/*# sourceMappingURL=rss.css.map */