.click-to-tweet {
	background-color: #0fb2f6;
	margin: 20px 0;
	clear: both;
}

.click-to-tweet p {
	padding: 20px;
	color: white !important;
	font-style: italic;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 1.5em !important;
	line-height: 1.3 !important;
	margin-bottom: 0 !important;
}

.click-to-tweet .click-to-tweet__span-container {
	display: flex;
	justify-content: flex-end;
	background: #0891ca;
	padding: 12px;
	align-items: center;
}

.click-to-tweet a.click-to-tweet__link {
	display: flex;
	align-items: center;
	color: white !important;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
}

.click-to-tweet a.click-to-tweet__link:hover {
	text-decoration: none !important;
}

.click-to-tweet a.click-to-tweet__link img {
	margin-left: 8px;
}