/* css styles */

.menu-text {
  white-space: normal;      /* Allows the text to wrap to the next line */
  overflow-wrap: break-word;  /* Breaks long words if they would overflow */
  word-wrap: break-word;      /* (Same as overflow-wrap, for older browsers) */
}
.quarto-page-breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}