/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-segmented {
  display: inline-flex;
  height: 24px;
  min-width: 24px;
  padding: 2px;
  align-items: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.nut-segmented-item {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  box-sizing: border-box;
}

.nut-segmented-item-active {
  background: rgba(0, 0, 0, 0.4);
}

.nut-segmented-icon {
  height: 10px;
  width: 10px;
  margin-right: 2px;
}
.nut-segmented-icon .nut-icon {
  height: 10px;
  width: 10px;
  font-size: 10px;
}