/**
 * B2B RFQ Pro — Related Products widget (SPEC.md §3.6). Baseline,
 * theme-agnostic structure only — the actual product grid/table markup
 * comes entirely from product-archive.css (grid) / frontend.css (table),
 * unmodified; this file only styles the section wrapper this widget adds
 * around that shared output. Every colour/spacing value beyond these
 * neutral defaults is an Elementor control (RelatedProductsWidget)
 * targeting the classes below via a {{WRAPPER}}-scoped selector.
 * Registered as this widget's own style dependency
 * (RelatedProductsWidget::get_style_depends()), so it loads only on a
 * single product page that actually has this widget.
 */

.b2b-rfq-related-products {
	box-sizing: border-box;
}

.b2b-rfq-related-products-title {
	margin: 0 0 16px;
}

.b2b-rfq-related-products-empty {
	margin: 0;
	color: #52525b;
}

.b2b-rfq-related-products-editor-notice {
	margin: 0;
	padding: 8px 12px;
	border: 1px dashed #f59e0b;
	border-radius: 4px;
	background-color: #fffbeb;
	color: #92400e;
	font-size: 0.875em;
}
