.kkcore-ad {
	max-width: 100%;
}

.kkcore-ad img {
	max-width: 100%;
	height: auto;
}

.kkf-ad-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	max-width: 100%;
	margin-inline: auto;
	padding: 1rem;
	box-sizing: border-box;
	background: #f3f4f6;
	border: 2px dashed #cbd5e1;
	border-radius: 8px;
	text-align: center;
	color: #64748b;
}

.kkf-ad-placeholder__label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.kkf-ad-placeholder__size {
	font-size: 0.8125rem;
	line-height: 1.2;
}

.kkf-ad-placeholder--728x90 {
	max-width: 728px;
	min-height: 90px;
	aspect-ratio: 728 / 90;
}

.kkf-ad-placeholder--336x280 {
	max-width: 336px;
	min-height: 280px;
	aspect-ratio: 336 / 280;
}

.kkf-ad-placeholder--300x600 {
	max-width: 300px;
	min-height: 600px;
	aspect-ratio: 300 / 600;
}

@media (max-width: 768px) {
	.kkf-ad-placeholder--728x90 {
		width: 100%;
		max-width: 100%;
		aspect-ratio: auto;
		min-height: 60px;
	}

	.kkf-ad-placeholder--300x600 {
		max-width: 300px;
		min-height: 250px;
		aspect-ratio: 300 / 250;
	}
}

.kkf-ad-slot--footer-top {
	margin-top: 20px;
	margin-bottom: 40px;
	max-width: 100%;
	box-sizing: border-box;
}

.kkf-ad-slot--footer-top .kkcore-ad {
	margin-inline: auto;
}
