/* Blogsy Child — manually-placed AdSense unit, shown once at the end of
 * every post's article body. Uses the theme's own CSS variables so it
 * matches whatever color scheme is active, same convention as
 * tools-crosslink.css.
 */

.nc-ad-unit {
	margin: 40px 0 8px;
	padding: 16px;
	border: 1px solid rgba( 0, 0, 0, 0.08 );
	border-radius: 12px;
	background: var(--nc-bg-panel, #fff);
	text-align: center;
}

.nc-ad-unit__label {
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.45;
}
