.measurement-plot-point {
    stroke: rgba(15, 23, 42, 0.25);
    stroke-width: 0.5;
}

.measurement-plot-axis-label {
    fill: #0f172a;
    font-size: 13px;
    font-weight: 600;
}

.measurement-plot-legend-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.diagnosis-known-none {
    background: #16a34a;
}

.diagnosis-empty {
    background: #2563eb;
}

.diagnosis-present {
    background: #dc2626;
}
