.cs-summary {
	margin:28px 0;
	padding:20px 22px;
	border:1px solid #e6e8ee;
	border-radius:12px;
	background:linear-gradient(180deg,#fafbff 0%, #ffffff 100%);
	box-shadow:0 2px 8px rgba(15,23,42,0.04);
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cs-summary__head {
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:10px;
}

.cs-summary__title {
	margin:0;
	font-size:15px;
	font-weight:600;
	letter-spacing:.2px;
	color:#111827;
}

.cs-ai-badge {
	margin-left:auto;
	font-size:10px;
	font-weight:700;
	letter-spacing:.5px;
	text-transform:uppercase;
	padding:3px 8px;
	border-radius:999px;
	background:#f1f5ff;
	color:#4338ca;
}

.cs-summary__body ul {
	margin:0 0 0 20px;
	padding:0;
}

.cs-summary__body li {
	margin:6px 0;
	line-height:1.55;
	color:#1f2937;
}

.cs-summary.cs-style-minimal {
	background:transparent;
	border:none;
	box-shadow:none;
	padding:14px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-radius:0;
}

.cs-summary.cs-style-inline {
	display:inline-block;
	padding:12px 16px;
	margin:14px 0;
}

.content-generic .content-inner ol,
.content-generic .content-inner ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
