.md-content img {
    border: none !important;
    box-shadow: none !important;
}


/* Center the footer copyright */
.md-footer-copyright {
    text-align: center;
  }

  /* Mermaid Gantt Improvements */
.mermaid .taskText {
  fill: #ffffff !important;  /* Task labels */
  font-weight: 600;
}

.mermaid .sectionTitle {
  fill: #00bcd4 !important;  /* Section headers: Features, Fixes */
  font-weight: 700;
}

.mermaid .grid text {
  fill: #cccccc !important;  /* Axis labels (dates) */
}

.mermaid .titleText {
  fill: #ffffff !important;  /* Top Gantt chart title */
  font-size: 18px;
  font-weight: bold;
}


