/* Watchlist toggle button */
.watchlist-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  padding: var(--space-1) var(--space-2);
  color: var(--color-text-muted);
  line-height: 1;
  border-radius: var(--radius-sm);
  transition: color 0.15s ease, transform 0.1s ease;
}

.watchlist-toggle:hover {
  color: var(--color-warning-500);
  transform: scale(1.15);
}

.watchlist-toggle.active {
  color: var(--color-warning-500);
}

.asset-table-watchlist {
  width: 2.5rem;
  text-align: center;
}

.asset-table-watchlist-header {
  width: 2.5rem;
}
