/* ==========================================
   BOOK PROJECT CSS OVERRIDES
   ==========================================

   This file contains style overrides specific to the book project.
   It loads after styles.css, so any rules here will override the base styles.
   ========================================== */

/* Hide author metadata */
.quarto-title-author,
.quarto-title-meta-author,
.author {
    display: none !important;
}

/* Quarto 1.5+ title meta container (hides Author row rendered in .quarto-title-meta) */
.quarto-title-meta {
    display: none !important;
}

