/**
 * Compliance/shipping-restriction notice box on single product pages -- see
 * class-wla-compliance-notices.php. Styled as a clearly-legal/informational box (not an error
 * or a promotional callout): neutral background, left accent border, restrained typography.
 *
 * Renders after the product-gallery/summary row now (2026-08-18, moved out of .summary to fix
 * an image-centering regression -- see the PHP file's docblock), so it's full-width rather than
 * confined to the narrower summary column; margin-top and a top border mark it as its own
 * section rather than a continuation of the buy box above it.
 */
.wla-compliance-notice {
	margin-top: 32px;
	padding: 16px 20px;
	background: #f7f5f2;
	border-top: 1px solid #e6e2db;
	border-left: 3px solid #c05530;
	font-size: 13px;
	line-height: 1.5;
	color: #4a4a4a;
}

.wla-compliance-notice strong {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333;
}

.wla-compliance-notice ul {
	margin: 0;
	padding-left: 18px;
}

.wla-compliance-notice li {
	margin-bottom: 6px;
}

.wla-compliance-notice li:last-child {
	margin-bottom: 0;
}
