/* RNBC Social Aggregator public enhancement styles. */
/* Only functional, namespaced utilities. All presentation stays in the theme. */

.rnbc-sa-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: currentColor;
	opacity: 0.85;
	z-index: 9999;
	transition: width 0.1s linear;
	pointer-events: none;
}

.rnbc-sa-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 9998;
}

.rnbc-sa-top.is-visible {
	opacity: 1;
	visibility: visible;
}

.rnbc-sa-bookmark.is-active {
	color: #d4a017;
}

.rnbc-sa-ad {
	margin: 0 auto;
	text-align: center;
}

.rnbc-sa-ad img {
	max-width: 100%;
	height: auto;
}
