/* Keep long specification values readable in the narrow PDP content column. */
.pishro-single-product .nw-highlights__list {
	grid-template-columns: minmax(0, 1fr);
}
.pishro-single-product .nw-highlights__item {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: .75rem;
	padding-inline: 0;
}
.pishro-single-product .nw-highlights__label,
.pishro-single-product .nw-highlights__value {
	min-inline-size: 0;
	white-space: normal;
	overflow-wrap: anywhere;
}
.pishro-editorial-note,
.pishro-capacity-guide {
	padding: 1rem;
	margin-block: 1rem;
	border-inline-start: 3px solid #F5A623;
	background: #fff7ec;
	border-radius: .5rem;
}
