﻿.w-field-status> .w-value-field {
    color: white;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 4px;
}

.w-field-status-pending > .w-value-field {
    background-color: blue !important;
}

.w-field-status-completed > .w-value-field {
    background-color: forestgreen !important;
}

.w-field-status-failed > .w-value-field {
    background-color: orangered !important;
}
