.chip {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  color: #6a6b6c;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.content {
  flex: 1 1 auto;
}

.action {
  width: 30px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.action button {
  font-size: 16px;
  cursor: pointer;
}

.action:hover button {
  color: #ff513d;
}
