/* LBN Ads — front-end ad wrappers. */
.lbn-ad {
	text-align: center;
}

.lbn-ad img,
.lbn-ad-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.lbn-ad-label {
	display: block;
	margin-bottom: 8px;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
}

/* Editor-only "no ad here yet" hint. */
.lbn-ad--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 60px;
	padding: 8px 12px;
	border: 1px dashed #cfcfcf;
	background: #fafafa;
	color: #888;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}

.lbn-ad--empty a {
	color: #ee4f00;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.lbn-ad--empty a:hover {
	text-decoration: underline;
}

/* Reserved grey box (forced placeholder). */
.lbn-ad--placeholder {
	background: #e9e9e9;
	border-radius: 2px;
}

/* Mid-article injected slot spacing. */
.lbn-ad-inline-wrap {
	margin: 26px 0;
	clear: both;
}

/* When dropped inside the theme's homepage ad box, don't double up the frame. */
.lbn-v2-ad-box .lbn-ad--empty {
	border: 0;
	background: transparent;
	min-height: 0;
}
