
/* Hide author and date from posts - Added for AdSense compliance */
.entry-meta,
.post-meta,
.meta-info,
.byline,
.author-name,
.author-info,
.posted-on,
.post-date,
.entry-date,
.date,
.post-author,
.entry-author,
.post-info,
.meta-data,
.post-meta-data,
time.entry-date,
span.author,
span.date,
.flavor-entry-meta,
.flavor-post-meta,
.flavor-author,
.flavor-date,
.flavor-meta-info,
.flavor-byline,
.flavor-posted-on,
.flavor-entry-date,
.flavor-meta {
    display: none !important;
    visibility: hidden !important;
}

/* Also hide from single posts */
.single .entry-meta,
.single .post-meta,
.single .byline,
.single .author-info,
.single .posted-on {
    display: none !important;
}

/* Hide calendar widget if present */
.widget_calendar,
.widget_archives {
    display: none !important;
}

