/**
 * In-content ad chrome: spacing + ADVERTISEMENT divider label.
 * Applied only to placements injected via the_content.
 */

.cm-ad-in-content {
	margin: 50px 0;
	text-align: center;
}

.cm-ad-in-content__divider {
	display: flex;
	justify-content: center;
	margin: 0 0 0.5em;
}

.cm-ad-in-content__separator {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75em;
	width: 100%;
	max-width: 100%;
}

.cm-ad-in-content__separator::before,
.cm-ad-in-content__separator::after {
	content: '';
	flex: 0 0 40px;
	width: 40px;
	height: 1px;
	background-color: #c4c4c4;
}

.cm-ad-in-content__label {
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #999;
	white-space: nowrap;
}

.cm-ad-in-content .cm-ad-placement {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cm-ad-in-content .cm-ad-placement img {
	max-width: 100%;
	height: auto;
}
