/***
START DOCUMENT WORKFLOW
****/

.workflow-footer-bar {
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px 14px;
}

.status-pill .badge {
    font-size: 0.9rem;
    padding: 0.45rem 0.75rem;
}

.error-box {
    border-radius: 8px;
}

.error-text {
    min-width: 0;
}

.error-box .small {
    line-height: 1.2;
}

/* Optional: prevent mega-long errors from breaking layout */
.error-box .error-text .small:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/***
END DOCUMENT WORKFLOW
****/
