/* Remove automatic drop cap from first paragraph on blog posts */
.single-post .entry-content p:first-of-type::first-letter {
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}
