@mixin _oTeaserPartnerContent {
	color: oPrivateFoundationGet('o3-color-palette-black');

	.o-teaser__meta {
		font-family: oPrivateFoundationGet('o3-type-detail-font-family');
		font-size: oPrivateFoundationGet('o3-type-detail-font-size');
		font-weight: oPrivateFoundationGet('o3-font-weight-semibold');
		line-height: oPrivateFoundationGet('o3-type-detail-line-height');
		color: $_o-teaser-muted;
		margin-bottom: oPrivateSpacingByName('s3');
	}

	.o-teaser__promoted-prefix {
		font-family: oPrivateFoundationGet('o3-type-label-font-family');
		font-size: oPrivateFoundationGet('o3-type-label-font-size');
		font-weight: oPrivateFoundationGet('o3-font-weight-semibold');
		line-height: oPrivateFoundationGet('o3-type-label-line-height');
		text-transform: uppercase;
		color: oPrivateFoundationGet('o3-color-palette-matisse-blue');
		display: block;
	}

	.o-teaser__promoted-by {
		text-transform: uppercase;
	}
}
