.permission-status { display: inline-block; padding: 5px 9px; border-radius: 999px; background: #f0f2f6; color: #65728a; font-size: 12px; }
.permission-status.enabled, .permission-status.approved { color: #13835b; background: #e9f8f2; }
.permission-status.pending { color: #9a6810; background: #fff5dc; }
.permission-status.rejected, .permission-status.suspended { color: #bd3742; background: #fff0f1; }
