/* ── Ad Strip — 920×70 centered leaderboard ── */
.rcm-ad-strip,
.rcm-ad-strip * {
	box-sizing: border-box;
}

.rcm-ad-strip {
	width: 100%;
	padding: 24px 0;
}

.rcm-ad-strip__inner {
	width: min(920px, calc(100% - 32px));
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rcm-ad-strip__slot {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 920px;
	height: 70px;
	overflow: hidden;
}

.rcm-ad-strip__slot img {
	display: block;
	width: 920px!important;
	height: 70px!important;
	object-fit: cover;
}

/* Placeholder when no ad group is assigned */
.rcm-ad-strip__slot--placeholder {
	width: 920px;
	height: 70px;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 4px;
	color: #999;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
