.profile__act-row--pending .profile__act-name,
.profile__act-row--deferred .profile__act-name,
.profile__act-row--hold .profile__act-name {
    color: color-mix(in srgb, var(--color-warning, #f59e0b) 88%, var(--color-text, #fff));
}

.profile__act-row--pending .profile__act-status,
.profile__act-row--deferred .profile__act-status,
.profile__act-row--hold .profile__act-status {
    color: var(--color-warning, #f59e0b);
}

.profile__act-row--rejected .profile__act-name,
.profile__act-row--chargeback .profile__act-name {
    color: color-mix(in srgb, var(--color-danger, #ef4444) 88%, var(--color-text, #fff));
}

.profile__act-status {
    display: inline-flex;
    align-items: center;
    margin-left: 0.45rem;
    padding: 0.08rem 0.45rem;
    border-radius: var(--radius-pill, 999px);
    font-size: var(--text-xs, 0.75rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    background: color-mix(in srgb, var(--color-warning, #f59e0b) 16%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-warning, #f59e0b) 35%, transparent);
    vertical-align: middle;
}

.profile__act-row--deferred .profile__act-status {
    color: var(--color-info, #38bdf8);
    background: color-mix(in srgb, var(--color-info, #38bdf8) 16%, transparent);
    border-color: color-mix(in srgb, var(--color-info, #38bdf8) 35%, transparent);
}
