.nc-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap;}
.nc-panel-head h3{margin:0;}
.nc-table td,.nc-table th{vertical-align:middle;}
.nc-status{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.85em;background:#eef0f2;color:#3c434a;text-transform:capitalize;}
.nc-status-active{background:#e5f5e8;color:#1a7a2e;}
.nc-status-suspended,.nc-status-deleted,.nc-status-expired{background:#fbeaea;color:#b32d2e;}
.nc-status-inactive,.nc-status-pendingdelete{background:#fdf3e3;color:#996800;}
.nc-expiring{color:#b32d2e;font-weight:600;}
.nc-note{font-size:.9em;color:#666;margin-top:10px;}
.nc-refresh{white-space:nowrap;}
