/**
 * SU Buyer Retention – ruhige Grid-Sektionen (Karten via Marktplatz .su-mp-product-*).
 */

.su-br-section {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 2rem 0;
	padding: 0;
	clear: both;
}

.su-br-section-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: inherit;
	line-height: 1.3;
}

.su-br-section-inner {
	width: 100%;
}

/* PDP: unter Tabs etwas Luft */
.single-product .su-br-similar {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Beschreibungs-Tab: kompakter unter dem Fließtext */
.woocommerce-Tabs-panel .su-br-vendor-offers {
	margin-top: 1.75rem;
	margin-bottom: 0.5rem;
}

/* Footer-Bereich: zuletzt angesehen */
.su-br-recent-viewed {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
