/* Remove presentation styles left by Facebook/Blogger paste during import. */
.wp-block-post-content span[style*="background-color: white"],
.entry-content span[style*="background-color: white"],
.wp-block-post-content span[style*="background-color:white"],
.entry-content span[style*="background-color:white"] {
  background-color: transparent !important;
  color: inherit !important;
}
