.home-link {
  position: fixed;
  top: 2.5rem;              
  left: 1.5rem;            
  font-weight: 600;
  text-decoration: none;
  color: #0969da;
}

.home-link:hover {
  text-decoration: underline;
}

.content-wrapper {
  position: relative;
}

/* Style the auto-generated TOC */
#markdown-toc {
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    padding: 1.5em;
    background-color: #f6f8fa;
    list-style-position: inside;
}

#markdown-toc li {
    font-size: 0.9em;
    margin: 5px 0;
}

.language-mermaid {
  background: white; /* Ensures readability if your site has a dark mode */
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
}