/**
 * Styles for ngs-tweet-quote.
 */

.ngstweetquote-text-wrapper {
	font-weight: bold;
}

.ngstweetquote-link {
	font-weight: bold;
	margin-left: .15em;
}

/* Show the Twitter icon before the link text. */
.ngstweetquote-link::before {
	content: url('../img/twitter-bird-16x16.png');
}

/* Mimic sr-only styling on the link text. */
.ngstweetquote-link-text {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

