/* FireBrigade Ads rotator.
   Deliberately minimal — the slot wrappers already carry the site's spacing
   (.fb-ad-banner is centred with 1.5rem margins, .fb-ad-sidebar is sticky). */

.fbads-rotator {
	position: relative;
	line-height: 0;
}

.fbads-link {
	display: block;
	text-decoration: none;
}

.fbads-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 4px;
}

/* Paid placements have to be identifiable as advertising. Small, quiet, and
   never overlapping the creative. */
.fbads-label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.65rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9ca3af;
	text-align: right;
}

.fb-ad-sidebar .fbads-label {
	text-align: left;
}
