/**
 * Related Products Component – Frontend Styles
 *
 * Slide card styles are inherited from the DDS frontend.css (loaded as a
 * dependency). This file adds only the section wrapper and heading styles.
 */

/* ── Section ─────────────────────────────────────────────────────────── */

.rp-related-section {
	padding: 50px 0 70px;
	clear: both;
}

/* ── Heading ─────────────────────────────────────────────────────────── */

.rp-related-section > h2 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 30px;
}

/* ── Carousel nav alignment ──────────────────────────────────────────── */

.rp-related-section .owl-nav {
	margin-top: 20px;
}
