<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.post_info .entry_date {
  display: none;
}

.single-post .blog_single ul,
.single-post .blog_single ol {
	margin: 0 0 22px 1.5em;	
	list-style-position: outside;
}

.single-post .blog_single p,
.single-post .blog_single h2,
.single-post .blog_single h3,
.single-post .blog_single h4 {
	margin-bottom: 22px;
}


.single-post .blog_single h2.entry_title {
	margin-bottom: 0;
}</pre></body></html>