
/* Hide common author/byline elements across many themes */
.byline, .author, .entry-meta .byline, .meta-author, .post-author, .posted-by, .vcard.author,
span[class*="author"], .entry-footer .byline, .single .byline, .blog .byline,
.posted-on .byline, .entry-meta .author, .entry-header .byline, .post-meta .byline {
  display: none !important;
}

/* Schema/structured data author spans often used by themes */
[itemprop="author"], .author-name, .author-link, a[rel="author"] {
  display: none !important;
}

/* Tweak separators like "by" or bullets that some themes leave behind */
.entry-meta, .post-meta, .meta, .posted-on {
  /* Try to clean stray separators */
}
