.stream-icon {
  background: #003CB4;
}

.stream-icon-new {
  background: #00A57C;
}

.teaser--stream .teaser__image {
  border-radius: 0;
}

.teaser--stream:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.teaser--stream:last-child .card-image {
  border-bottom-left-radius: 10px;
}

.teaser.teaser--stream {
  background: #f7f7f7;
}