.smz-sportbladet-rss {
  width: 100%;
}

.smz-sportbladet-rss-track {
  display: block;
}

.smz-sportbladet-rss-item {
  display: none;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.smz-sportbladet-rss-item.is-visible {
  display: block;
}

.smz-sportbladet-rss-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.smz-sportbladet-rss-image-wrap {
  margin: 0 0 12px 0;
}

.smz-sportbladet-rss-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.smz-sportbladet-rss-title {
  margin: 0 0 10px 0;
  font-size: 1.15em;
  line-height: 1.3;
}

.smz-sportbladet-rss-description {
  margin: 0 0 8px 0;
  line-height: 1.55;
}

.smz-sportbladet-rss-date {
  margin: 0;
  font-size: 0.85em;
  opacity: 0.75;
}
