:root {
  --md-primary-fg-color: #353839;
  --md-primary-fg-color--light: #353839;
  --md-primary-fg-color--dark:  #353839;
}

.md-content {
  --md-typeset-a-color: hsla(231, 48%, 48%, 1);
}

.md-nav__item--active > .md-nav__link {
    font-weight: bold;
    color: #129500; /* green */
}

/* Align tags to the right */
.md-tags {
  justify-content: flex-end !important;
  display: flex !important;
  width: 100%;
}

.md-tags__list {
  justify-content: flex-end !important;
  display: flex !important;
  flex-wrap: wrap;
  margin-left: auto;
}

/* Additional selectors for Material theme tags */
.md-content .md-tags {
  text-align: right;
  justify-content: flex-end !important;
}

/* Mermaid diagram styling */
.mermaid {
  text-align: center;
  margin: 1em 0;
}

.mermaid svg {
  max-width: 100%;
  height: auto;
}
