.kc-course-benefit-card {
	--kc-cb-accent: #c41e3a;
	height: 100%;
	padding: 28px 24px;
	border: 1px solid #eef0f5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.04);
	color: #111827;
}

.kc-course-benefit-card__icon {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	border-radius: 16px;
	background: color-mix(in srgb, var(--kc-cb-accent) 10%, #ffffff);
	color: var(--kc-cb-accent);
	font-size: 24px;
}

.kc-course-benefit-card__icon .kc-cb-svg-icon,
.kc-course-benefit-icon .kc-cb-svg-icon {
	display: block;
	width: inherit;
	height: inherit;
}

.kc-course-benefit-card__badge {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 5px 12px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--kc-cb-accent) 10%, #ffffff);
	color: var(--kc-cb-accent);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.kc-course-benefit-card__title {
	margin: 0 0 8px;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
}

.kc-course-benefit-card__subtitle {
	margin: 0 0 20px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.55;
}

.kc-course-benefit-card__points,
.kc-course-benefit-points {
	display: grid;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.kc-course-benefit-card__points li,
.kc-course-benefit-points li {
	font-family: "bhashaskool", Sans-serif;
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	color: #1A1F3C;
	font-size: 16px;
	line-height: 1.55;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.kc-course-benefit-card__points li::before,
.kc-course-benefit-points li::before {
	content: none !important;
}

.kc-course-benefit-card__points li::marker,
.kc-course-benefit-points li::marker {
	content: "" !important;
	font-size: 0 !important;
}

.kc-course-benefit-point-icon {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	margin-top: 0.15em;
	border-radius: 50%;
	background: #ecfdf5;
	color: #10b981;
}

.kc-course-benefit-point-icon svg {
	display: block;
	width: 12px !important;
	height: 12px !important;
	max-width: 12px !important;
	max-height: 12px !important;
	flex: 0 0 12px;
}

.kc-course-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
