/* Owner pill: keep the normal pill look at rest, but make the whole pill clickable. */
.card .pillgrid .pill.owner-pill{
  cursor: pointer !important;
}
.card .pillgrid .pill.owner-pill > *{
  pointer-events: none;
}

/* Hover/focus only: restore the subtle highlight behavior instead of a permanent purple fill. */
.card .pillgrid .pill.owner-pill:hover,
.card .pillgrid .pill.owner-pill:focus-visible{
  border-color: rgba(255,255,255,.60) !important;
  background: rgba(255,255,255,.08) !important;
}

/* Keep Total comic cuts title/icon gold, but make the number/value white. */
.card .cc-highlight-total-comic-cuts-for-issue .cc-highlight-value{
  color: rgba(242,243,255,.96) !important;
}
