/* 大单体电池接线图补充样式 */

.svg-wrap svg .cell-rect {
    stroke: var(--text-primary);
    stroke-width: 1.5;
}

.svg-wrap svg .busbar {
    stroke: #8c959f;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
}
