.kc-course-mode {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	background: #eef2ff;
	color: #272454;
}

.kc-course-mode--offline {
	background: #fef3c7;
	color: #92400e;
}

.kc-course-mode--both {
	background: #ecfdf5;
	color: #065f46;
}
