
.single-post p,
.single-post li,
.single-post blockquote {
  color: #333333; /* your color */
}

/* 🔹 Headings inside posts */
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  color: #111111; /* darker color for headings */
}

/* 🔹 Post meta data (author, date, categories, tags, etc.) */
.single-post .post-meta,
.single-post .entry-meta,
.single-post .posted-on,
.single-post .byline,
.single-post .cat-links,
.single-post .tags-links {
  color: #666666; /* meta text color */
}

/* 🔹 Sidebar widgets text */
.single-post .widget,
.single-post .widget p,
.single-post .widget li,
.single-post .widget a {
  color: #444444; /* widget text color */
}

/* 🔹 Sidebar widget titles */
.single-post .widget-title,
.single-post .widget h2,{
  color: #111111; /* widget heading color */
}

.widget_recent_entries .recent-posts-thumb a .recent-post-title {
    color: #333;
}
.tagcloud, .entry-footer .tags li a{
	color:#333 ;
}
.single-post .nav-links a{
	color:#000;
}
.related-posts h4 a{
	color:#111 !important;
}
.single-post .entry-meta span,a {
	color:#333 !important;
}