.approval-form .approval-session-message {
    display: block;
    min-height: 16px;
    margin-top: 7px;
    color: var(--muted);
    font-size: 11px;
}

.approval-form button:disabled {
    cursor: wait;
    opacity: .75;
}

.alert.warning {
    border-color: #f6d58a;
    background: #fff8e8;
    color: #8a5a00;
}
