/**
 * Project detail — “Other Projects” sidebar blog list heading fix (h6 → h4 semantic).
 * Divi TB styles target .entry-title; these rules guard against theme h4 defaults on that module only.
 */

body.single-project .et_pb_blog.other-projects .et_pb_post .entry-title,
body.single-project .et_pb_blog.other-projects .not-found-title {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
