.change-button {
  background: none;
  border: none;
  color: chocolate;
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
}

.change-button::after {
  margin-left: 5px;
}