.jsa-certificate-browser {
  position: relative;
}

.jsa-certificate-browser.is-loading {
  opacity: 0.75;
}

.jsa-cert-status {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  opacity: 0.8;
}

.jsa-cert-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

.jsa-cert-page-btn {
  border: none;
  border-radius: 6px;
  padding: 0.55rem 0.85rem;
  cursor: pointer;
}

.jsa-cert-page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.jsa-cert-page-label {
  font-size: 0.92rem;
  opacity: 0.85;
}

#certificate-table th[data-sort-field] {
  cursor: pointer;
}

#certificate-table th.sorted-asc .sort-arrow::after {
  content: " ↑";
}

#certificate-table th.sorted-desc .sort-arrow::after {
  content: " ↓";
}

.jsa-cert-delete-btn {
  margin-left: 0.35rem;
}

.jsa-cert-error {
  border-left: 4px solid #b32d2e;
  background: #fff5f5;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
}
