/*Add styles for sponsor_block shortcode in sponsored articles*/
aside.shortcode-sponsor-aside {
	text-align: center;
}
aside.shortcode-sponsor-aside p {
	margin: 16px auto;
}
aside.shortcode-sponsor-aside p a {
	font-weight: 600;
	color: #FFF !important;
	text-decoration: underline !important;
}
aside.shortcode-sponsor-aside img {
	max-height: 64px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
aside.shortcode-sponsor-aside span.shortcode-sponsor-block-sponsor-name {
	text-align:center;
	font-size: 40px;
	color: #FFF;
	font-weight: 800;
}
button.shortcode-sponsor-aside-cta-btn {
	margin: 16px auto;
	padding:8px 24px;
	max-width: calc(100% - 32px);
	cursor: pointer;
	background-color: #F2F4F6;
	color: #3C3C3B;
	transition: background-color ease .2s;
	transition: color ease .2s;
	white-space: normal;
}
button.shortcode-sponsor-aside-cta-btn:hover {
	background-color: #000;
	color: #FFF;
}