﻿.published-row {
    background-color: #647b64 !important;
}

.aborted-row {
    background-color: lightgray !important;
}

.segment-expression-field textarea {
    font-family: "Fira Code", "JetBrains Mono", "SFMono-Regular", monospace;
    font-size: 0.95rem;
    line-height: 1.4;
    min-height: 220px;
    white-space: pre;
}
