.rpf-row-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rpf-row-actions form { margin: 0; }
.rpf-row-actions a,
.rpf-row-actions button,
.rpf-cancel {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy);
    padding: 6px 9px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}
.rpf-row-actions button { color: #a6422e; border-color: #efc9c1; }
.rpf-badge.pending { background: #fff4d8; color: #8a5a00; }
.rpf-badge.inactive { background: #fde9e6; color: #a13b2b; }
.rpf-form-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.rpf-cancel { display: inline-block; margin-left: 8px; padding: 10px 14px; }
.rpf-global-search { margin-left: auto; display: flex; align-items: center; }
.rpf-global-search input { width: 220px; border: 1px solid var(--line); border-right: 0; border-radius: 20px 0 0 20px; padding: 9px 13px; outline: none; }
.rpf-global-search button { border: 0; border-radius: 0 20px 20px 0; padding: 10px 14px; background: var(--navy); color: #fff; font-weight: 750; cursor: pointer; }
.rpf-top-actions { margin-left: 0; }
@media (max-width: 900px) { .rpf-global-search { display: none; } }
