/**
 * [hh_related_posts] — keep the grid inside narrow parents (Elementor boxed / e-con-inner).
 * Bootstrap .container uses breakpoint max-widths tied to the viewport; nested inside a flex
 * column it can expand past the Elementor content width. .container-fluid + these rules follow the parent.
 */
.hh-related-posts.related-posts {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.hh-related-posts.related-posts .hh-related-posts-inner.container-fluid {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
