.recipe-step-row-shell {
    margin: 4px 0;
    overflow: hidden;
    border: 1px solid #d4dce4;
    border-radius: 10px;
    background: #f7f9fb;
    border-left-width: 6px;
}

.recipe-step-row-main {
    min-height: 48px;
    background: #ffffff;
}

.recipe-step-row-main:hover {
    background: #e8f0f8 !important;
}

.recipe-step-row-anchor {
    border-right: 1px solid #d0d9e2;
    background: #ffffff;
}

.recipe-step-row-number,
.recipe-step-row-type {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.recipe-step-row-number {
    margin-left: 0;
}

.recipe-step-condition-chip {
    border: 1px solid rgba(138, 148, 158, 0.28) !important;
}

.recipe-step-expanded {
    border-top: 1px solid #d8e0e7;
    background: #f5f7fa;
    padding: 6px 0 8px;
}

.recipe-step-condition-surface {
    border: 1px solid #dde4ea !important;
    background: #eef2f5 !important;
}

.recipe-step-section-header {
    background: rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid #d9e1e8;
}

.recipe-step-section-toggle {
    min-height: 34px;
    padding: 4px 8px;
    border-radius: 8px;
}

.recipe-step-section-toggle:hover {
    background: rgba(232, 238, 244, 0.82);
}

.recipe-step-section-title {
    color: #36414c !important;
    font-weight: 600;
}

.recipe-step-section-divider {
    border-top-color: #cfd7df !important;
}

.recipe-step-row-cycle {
    border-left-color: #7aa5d8;
}

.recipe-step-row-ocv {
    border-left-color: #b8b8b8;
}

.recipe-step-row-rest {
    border-left-color: #fbf4a8;
}

.recipe-step-row-charge {
    border-left-color: #fba8a8;
}

.recipe-step-row-discharge {
    border-left-color: #147df5;
}

.recipe-step-row-pattern {
    border-left-color: #6a4c93;
}

.recipe-step-row-fcharge {
    border-left-color: #ffbf69;
}

.recipe-step-row-impedance {
    border-left-color: #8edfa4;
}

.recipe-step-row-loop {
    border-left-color: #cdd1d5;
}
