.inline-error {
    display: inline-block;
    color: #b4231a;
    padding: 2px 0;
    font-size: 0.95rem;
    line-height: 1.4;
    background: transparent;
}

.inline-error--bubble {
    display: inline-block;
}

.amount-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.amount-wrapper input {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

.inline-ok {
    display: inline-block;
    color: #0c7a31;
    font-weight: 700;
}

.employee-cell .employee-name {
    display: inline-block;
    white-space: normal;
    max-width: none;
    overflow: visible;
    text-overflow: unset;
}
