.plot .stack {
    opacity: 0.8;
}

.plot .dark {
    fill: var(--plot-bg);
    text-anchor: end;
}

#plot1 .node {
    opacity: 1;
    stroke: 20;
    stroke-width: 20;
}

#plot1 .link {
    opacity: 0.2;
    fill: none;
    mix-blend-mode: normal;
}

#plot1 .highlight {
    opacity: 0.7;
}

#plot1 .title {
    font-size: 2rem;
}

#plot1 .label {
    font-size: 0.7rem;
    fill: var(--text-stark);
    dominant-baseline: middle;
}

#plot1 .punchline {
    font-size: 1.2rem;
}

#plot6 .x-axis text {
    font-size: var(--svg-text);
    text-anchor: start;
}

#plot6 .x-axis.clipped text  {
    fill: var(--plot-bg);
}