/* CastLot TOP promo image banner — desktop 1000x250 / mobile 320x320 */
.top10-slot,
.top10-slot * {
	box-sizing: border-box;
}

.top10-slot {
	position: relative;
	width: min(1000px, 100%);
	min-height: 250px;
	margin: 0 auto 28px;
	overflow: hidden;
}

.top10-banner {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 250px;
	border: 1px solid #ececec;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	color: inherit;
	overflow: hidden;
	text-decoration: none;
	opacity: 1;
	visibility: visible;
	transition: opacity .45s ease, visibility .45s ease;
}

.top10-banner.is-hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.top10-banner-picture,
.top10-banner-img {
	display: block;
	width: 100%;
	height: 100%;
}

.top10-banner-img {
	object-fit: fill;
}

.top10-timer {
	position: absolute;
	top: 18px;
	right: 36px;
	z-index: 4;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #111;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
}

.top10-timer-num {
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.crtb-rtb-slot {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	min-height: 250px;
}

.crtb-rtb-slot[hidden] {
	display: none !important;
}

.top10-slot.is-rtb-active .top10-banner {
	display: none !important;
}

.top10-slot.is-rtb-active .crtb-rtb-slot[hidden] {
	display: flex !important;
}

@media (max-width: 768px) {
	.top10-slot {
		width: min(94vw, 320px);
		min-height: 320px;
		margin: 0 auto 18px;
	}

	.top10-banner {
		height: 320px;
		border-radius: 3px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
	}

	.top10-timer {
		top: 34px;
		right: 14px;
		width: 46px;
		height: 46px;
		border-width: 2px;
	}

	.top10-timer-num {
		font-size: 28px;
	}

	.crtb-rtb-slot {
		min-height: 320px;
	}
}
