.adm-tab-bar-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  min-height: 96px;
}

.adm-tab-bar-item {
  flex: 1;
  color: var(--adm-color-weak);
  white-space: nowrap;
  padding: 8px 16px;
  width: min-content;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.adm-tab-bar-item-icon {
  font-size: 48px;
  height: 48px;
  line-height: 1;
}

.adm-tab-bar-item-title {
  font-size: var(--adm-font-size-3);
  line-height: 30px;
}

.adm-tab-bar-item-title-with-icon {
  margin-top: 4px;
}

.adm-tab-bar-item-active {
  color: var(--adm-color-primary);
}

.adm-tab-bar-icon-badge {
  --top: 12px;
}

.adm-tab-bar-title-badge {
  --right: -4px;
  --top: -4px;
}