.kthn-chm-resources {
	margin: 28px 0;
}

.kthn-chm-resources,
.kthn-chm-resources * {
	box-sizing: border-box;
}

.kthn-chm-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.kthn-chm-resource-card {
	border: 1px solid #d7eee9;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	padding: 18px;
}

.kthn-chm-resource-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.35;
	color: #0f172a;
}

.kthn-chm-resource-icon {
	align-items: center;
	background: #e6fffb;
	border-radius: 12px;
	color: #0f766e;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 12px;
	min-height: 34px;
	padding: 7px 10px;
}

.kthn-chm-resource-card p {
	margin: 0 0 14px;
	color: #475569;
}

.kthn-chm-resource-card ul {
	color: #475569;
	font-size: 14px;
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.kthn-chm-resource-card li {
	margin: 4px 0;
}

.kthn-chm-resource-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.kthn-chm-download {
	align-items: center;
	border: 1px solid #0f766e;
	border-radius: 999px;
	color: #0f766e;
	display: inline-flex;
	font-weight: 700;
	min-height: 40px;
	padding: 8px 13px;
	text-decoration: none;
}

.kthn-chm-download:hover,
.kthn-chm-download:focus {
	background: #0f766e;
	color: #fff;
}

.kthn-chm-resource-state {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #475569;
	display: inline-flex;
	font-weight: 700;
	min-height: 40px;
	padding: 8px 13px;
}

.kthn-chm-resource-state.is-disabled {
	background: #fff1f2;
	border-color: #fecdd3;
	color: #be123c;
}

.kthn-chm-videos {
	margin: 28px 0;
}

.kthn-chm-videos,
.kthn-chm-videos * {
	box-sizing: border-box;
}

.kthn-chm-video-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kthn-chm-video-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
}

.kthn-chm-video-card img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.kthn-chm-video-body {
	padding: 16px;
}

.kthn-chm-video-status {
	background: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #475569;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px 9px;
}

.kthn-chm-video-card h3 {
	color: #0f172a;
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 8px;
}

.kthn-chm-video-card p {
	color: #475569;
	margin: 0;
}

.kthn-chm-video-link {
	display: inline-flex;
	font-weight: 700;
	margin-top: 12px;
}

@media (max-width: 767px) {
	.kthn-chm-resource-grid,
	.kthn-chm-video-grid {
		grid-template-columns: 1fr;
	}
}
