.nnads-slot {
	display: block;
	margin-block: 2rem;
	text-align: center;
}

.nnads-label {
	display: inline-block;
	margin-block-end: 0.4rem;
	padding: 0.1rem 0.45rem;
	border: 1px solid currentColor;
	border-radius: 3px;
	font-size: 0.6875rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--muted, #6b6b6b);
}

.nnads-slot .nnads-link {
	display: inline-block;
	text-decoration: none;
	max-width: 100%;
}

.nnads-image {
	max-width: 100%;
	height: auto;
	border-radius: var(--nn-radius, 6px);
}

.nnads-notice {
	margin-block-start: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.6;
	color: var(--wp--preset--color--muted, #6b6b6b);
}

.nnads-coupang,
.nnads-html {
	max-width: 100%;
	overflow-x: auto;
}

/* 목차 옆 좁은 슬롯 */
.nnads-slot--toc-side {
	margin-block: 1rem 0;
	text-align: left;
}

.nnads-slot--toc-side .nnads-image {
	width: 100%;
}
