/* Bottom ad strip — matches aludiana.com palette */
.site-ads {
	width: 100%;
	max-width: 52rem;
	margin: 1.75rem auto 0;
	padding: 1rem 1rem 1.5rem;
	box-sizing: border-box;
}

.site-ads-label {
	font-family: Asap, sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 218, 163, 0.55);
	text-align: center;
	margin: 0 0 0.65rem;
}

.site-ads-frame {
	border: solid 1px rgba(255, 218, 163, 0.28);
	border-radius: 0.75rem;
	padding: 0.65rem;
	background: rgba(0, 0, 0, 0.18);
	min-height: 5.5rem;
	overflow: hidden;
}

.site-ads-frame .adsbygoogle {
	display: block;
}

.site-ads.is-pending .site-ads-frame::after {
	content: '';
	display: block;
	height: 4.5rem;
}
