.iiwc-ln {
	max-width: 800px;
	margin: 24px auto;
	text-align: center;
	font-family: Arial, sans-serif;
}
.iiwc-ln-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #7b1c2e;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 12px;
}
.iiwc-ln-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	animation: iiwc-ln-pulse 1.4s infinite;
}
@keyframes iiwc-ln-pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
.iiwc-ln-title {
	font-size: 18px;
	font-weight: 600;
	color: #2e2018;
	margin: 0 0 16px;
}
.iiwc-ln-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.iiwc-ln-frame iframe {
	width: 100%;
	height: 100%;
	border: none;
}
