/* General styling overrides for LearnDash course/lesson/topic/quiz pages
   that aren't specific to the mascot or elective-picker features. */

/* Hide the Genesis post-date meta line ("APRIL 30, 2026 |") on all
   LearnDash pages -- not relevant to evergreen course content. */
.learndash-cpt .content .entry-header .entry-meta {
    display: none;
}
