/* css styles */
<style>
/* Title slide: left alignment */
#title-slide { text-align: left; }

/* Stop any flex-centering on the author block */
#title-slide .quarto-title-authors {
  justify-content: flex-start !important;
}

/* Ensure all pieces line up exactly the same */
#title-slide .title,
#title-slide .subtitle,
#title-slide .quarto-title-authors,
#title-slide .date {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

/* Optional: add a single, consistent left indent for EVERYTHING on title slide */
#title-slide .quarto-title-block {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-top: -5 !important;
  margin-top: -20px !important;  /* adjust */
}