/* SDS Manager hazard block on the single-product page.
	Beige boxed section (#F1EDE6, 6px radius) matching .maksimer-volume-discounts
	and the spray-paint fields. */

.sds-hazards {
	width: 100%;
	margin-top: 24px;
	padding: 16px 18px 18px;
	background-color: #F1EDE6;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
}

.sds-hazards__pictograms {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.sds-hazards__pictograms li {
	margin: 0;
}

.sds-hazards__pictograms img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.sds-hazards__signal-word {
	margin: 0 0 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.sds-hazards__statements {
	margin-bottom: 12px;
}

.sds-hazards__heading {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 600;
}

.sds-hazards__statements ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sds-hazards__statements li {
	margin: 0 0 4px;
	line-height: 1.4;
}

.sds-hazards__statements li strong {
	margin-right: 6px;
	font-weight: 600;
}

.sds-hazards__ppe {
	margin-bottom: 12px;
}

.sds-hazards__ppe .sds-hazards__pictograms {
	margin-bottom: 0;
}

.sds-hazards__ppe img {
	width: 48px;
	height: 48px;
}

.sds-hazards__revision {
	margin: 8px 0 0;
	font-size: 12px;
	opacity: 0.7;
}

/* Full-SDS link in the HMS tab. */
.sds-hazards__sds-link {
	margin: 14px 0 0;
}

.sds-hazards__sds-link a {
	font-weight: 600;
	text-decoration: underline;
}
