.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
	color: #c62828 !important;
}

/* ==================================================
   HIV Blogger
   Red & Silver Theme
   ================================================== */
/* ---------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.wp-block-post-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
	color: #c62828 !important;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -.02em;
}

/* ---------- H2 Section Dividers ---------- */
.entry-content h2,
.wp-block-post-content h2 {
	border-bottom: 2px solid #c0c0c0;
	padding-bottom: .35em;
	margin-top: 1.8em;
	margin-bottom: .9em;
}

/* ---------- H4 Styling ---------- */
.entry-content h4,
.wp-block-post-content h4 {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .95em;
}

/* ---------- Links ---------- */
a {
	color: #c62828;
	text-decoration: none;
	transition: color .2s ease;
}

/* Content links */
.entry-content a,
.wp-block-post-content a {
	color: #c62828;
}

/* Hover and Focus */
.entry-content a:hover,
.entry-content a:focus,
.wp-block-post-content a:hover,
.wp-block-post-content a:focus {
	color: #8a8a8a;
	font-style: italic;
	text-decoration: underline;
}

/* ---------- Block Quotes ---------- */
blockquote {
	border-left: 4px solid #c0c0c0;
	padding-left: 1.2em;
	margin-left: 0;
	font-style: italic;
}

/* ---------- Horizontal Rules ---------- */
hr,
.wp-block-separator {
	border: none;
	border-top: 2px solid #c0c0c0;
	margin: 2em 0;
}

/* ---------- Accessibility ---------- */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
	scroll-margin-top: 2rem;
}