.sgst-product-story {
	margin: 0 0 1.5rem;
	color: #342f33;
}

.sgst-product-story__lead {
	margin: 0 0 1rem;
	line-height: 1.7;
}

.sgst-product-specs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.sgst-product-chip {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 58px;
	padding: 0.75rem 0.9rem;
	border: 1px solid #eadde3;
	border-left: 3px solid #7a1237;
	border-radius: 8px;
	background: #fffafa;
	box-shadow: 0 8px 20px rgba(52, 47, 51, 0.06);
}

.sgst-product-chip strong {
	display: block;
	margin: 0 0 0.25rem;
	color: #7a1237;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.sgst-product-chip em {
	display: block;
	color: #2f2a2d;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

@media (max-width: 480px) {
	.sgst-product-specs {
		grid-template-columns: 1fr;
	}
}
