.stream-icon-new {
  background: #1f80aa;
}

.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: #fff !important;
	border-top: 1px solid #d1d3d4 !important;
}

.stream-item:first-of-type {
    z-index: unset !important;
}

.field--name-field-post-visibility .dropdown-header {
	font-weight: 800;
	text-transform: uppercase;
}

.path-group .field--name-field-post-visibility .list-item * {
	margin-bottom: 0px !important;
}

.path-group .field--name-field-post-visibility .list-item--active {
	background-color: #00aeef;
	border-color: #00aeef;
}

.path-group .field--name-field-post-visibility .list-item--active span{ 
	color: #fff;
}

.stream--item {
	margin-bottom: 50px;
}

.stream::before {
	background: #d4d4d4;
}

.stream-icon {
	background: #bcbcbc;
	top: 36px;
	width: 20px;
	height: 20px;
	border-width: 5px;
	left: -2px;
}

.card--stream::before {
	border-right-color: transparent;
}