/* Custom styling for DVS BS+ labels in Mermaid timeline */
.mermaid text tspan {
  font-weight: normal;
}

/* Style the DVS BS+ text itself */
.mermaid .dvs-badge {
  fill: #FFB6C1 !important;
  font-weight: bold !important;
  background: #00008B;
}

/* Add a small marker */
.mermaid text .dvs-star {
  fill: #FFB6C1 !important;
}
