/* Verified removable-nozzle feature on explicit half-inch Rain Bird products. */
body.single-product.postid-5212 .ww-rainbird-nozzle-note,
body.single-product.postid-5321 .ww-rainbird-nozzle-note {
	display: grid;
	box-sizing: border-box;
	width: min(100%, 720px);
	margin: 22px auto 20px;
	padding: 16px 18px;
	border-left: 4px solid #e6762d;
	border-radius: 0 12px 12px 0;
	background: #f7fafb;
	box-shadow: 0 7px 20px rgba(20, 44, 55, .06);
	gap: 5px;
}

body.single-product.postid-5212 .ww-rainbird-nozzle-note strong,
body.single-product.postid-5321 .ww-rainbird-nozzle-note strong {
	color: #173846 !important;
	font-size: clamp(19px, 2vw, 23px) !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

body.single-product.postid-5212 .ww-rainbird-nozzle-note span,
body.single-product.postid-5321 .ww-rainbird-nozzle-note span {
	color: #50636c !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}
