.segment-button {
  border: 0;
  outline: 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border-radius: 20px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  cursor: pointer;
  user-select: none;
  transition: all 0.07s ease-in;
}

.segment-button:hover {
  background: var(--colorGrayA01);
}

.badge {
  width: 24px;
  height: 24px;
  line-height: 23px;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;

  font-size: 12px;
  font-weight: normal;
  color: #000;
  background: #fff;
  user-select: none;
}
