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

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    cursor: pointer;
    margin-top: 4px;
}

.checkbox input {
    margin: 0;
}

.svg-wrap svg .cell-rect {
    stroke: #24292f;
    stroke-width: 1.5;
}

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