.sc-cred-customer-list { display: flex; flex-direction: column; gap: 16px; }
.sc-cred-card { border: 1px solid #ddd; border-radius: 6px; padding: 14px 18px; background: #fafafa; }
.sc-cred-card h3 { margin: 0 0 8px; }
.sc-cred-fields { width: 100%; border-collapse: collapse; }
.sc-cred-fields th { text-align: left; width: 110px; padding: 4px 8px 4px 0; color: #555; font-weight: 600; }
.sc-cred-fields td { padding: 4px 0; word-break: break-all; }
.sc-cred-toggle-pw { margin-left: 8px; cursor: pointer; }
.sc-cred-status { display: inline-block; font-size: 12px; padding: 2px 8px; border-radius: 10px; background: #eee; margin-bottom: 8px; }
.sc-cred-status-expired { background: #fdecea; color: #a00; }
.sc-cred-status-suspended { background: #fff4e5; color: #a06000; }
