/* Curative actions (UI only) */

.page-actions{ display:flex; gap:10px; align-items:center; }

.muted{ color: var(--muted); }

.ticket-link{
  font-weight:900;
  text-decoration:none;
  color: inherit;
}
.ticket-link:hover{ text-decoration:underline; }

.badge{
  display:inline-flex;
  align-items:center;
  padding:3px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
}

.report-cell{
  white-space:pre-wrap;
  line-height:1.35;
}
