.wand-anchor-tabs {
  padding-right: 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.wand-anchor-tabs-nav {
  display: flex;
  flex: auto;
}
.wand-anchor-tabs-nav-tab {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.wand-anchor-tabs-nav-tab-activated {
  color: #ff8d62;
}
.wand-anchor-tabs-nav-tab-activatedline {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 50px);
  height: 2px;
  min-width: 6px;
  background-color: #ff8d62;
}
.wand-anchor-tabs-extra {
  flex: none;
}
