.knls-player {
	border: 1px solid rgba(0,0,0,.12);
	padding: 12px;
	margin: 16px 0;
	background: #fff;
}

.knls-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.knls-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.knls-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	letter-spacing: .06em;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 999px;
	border: 1px solid rgba(220,0,0,.35);
	color: #b00000;
	vertical-align: middle;
}

.knls-tag-badge {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(0,0,0,.06);
	color: rgba(0,0,0,.85);
	font-size: 12px;
	font-weight: 600;
	vertical-align: middle;
}

.knls-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d00000;
	display: inline-block;
}

.knls-embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

.knls-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.knls-meta {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(0,0,0,.75);
}

.knls-meta a {
	text-decoration: underline;
}

.knls-sep {
	margin: 0 6px;
	color: rgba(0,0,0,.45);
}

.knls-notice {
	margin-top: 10px;
	font-size: 12px;
	color: rgba(0,0,0,.72);
}

.knls-button-wrap {
	padding: 14px;
	border: 1px solid rgba(0,0,0,.12);
	background: rgba(0,0,0,.02);
}

.knls-button {
	display: inline-block;
	padding: 10px 12px;
	border-radius: 6px;
	background: #111;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.knls-button:hover {
	text-decoration: none;
	opacity: .92;
}

.knls-button-note {
	margin-top: 8px;
	font-size: 12px;
	color: rgba(0,0,0,.72);
}

.knls-error {
	padding: 10px;
	background: rgba(255, 0, 0, 0.06);
	border: 1px solid rgba(255, 0, 0, 0.15);
}

/* Embedded archive/list scroller (shown when not live and a fallback/archive URL is provided) */
.knls-archive-scroller {
	margin-top: 12px;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.knls-archive-scroller__header {
	padding: 10px 12px;
	border-bottom: 1px solid rgba(0,0,0,.08);
	background: rgba(0,0,0,.02);
	font-weight: 600;
}

.knls-archive-scroller__frame {
	width: 100%;
}

.knls-archive-scroller__iframe {
	width: 100%;
	height: var(--knls-archive-height, 420px);
	border: 0;
}
