.salm-widget {
	max-width: 560px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e2e4e8;
	border-radius: 12px;
	padding: 32px;
	text-align: center;
	font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.salm-heading { font-size: 22px; margin: 0 0 8px; color: #1d2327; }
.salm-sub { font-size: 14px; color: #646970; margin: 0 0 20px; }
.salm-input-row { display: flex; gap: 8px; }
.salm-input-row input {
	flex: 1;
	padding: 12px 14px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	font-size: 14px;
}
.salm-input-row button {
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.salm-error { color: #b32d2e; font-size: 13px; margin-top: 10px; }

.salm-grade-circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #eaf3de;
	color: #3b6d11;
	font-size: 36px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}
.salm-teaser-text { font-size: 16px; margin: 0 0 6px; }

.salm-category-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	text-align: left;
	margin-top: 16px;
}
.salm-category-card {
	background: #f6f7f7;
	border-radius: 8px;
	padding: 14px;
}
.salm-category-score { font-size: 24px; font-weight: 700; color: #1d2327; }
.salm-category-label { font-size: 13px; color: #646970; margin-bottom: 8px; }
.salm-category-card ul { margin: 0; padding-left: 16px; font-size: 12px; color: #50575e; }
