.anchor-tabs{
  z-index: 9;
  margin-bottom: 10px;
  background-color: #fff;
  .za-tabs{
    height: 43px;
    line-height: 43px;
    >.za-tabs__header{
      height: 100%;
      >ul{
        height: 100%;
        line-height: 43px;
        .anchor-tabs-title{
          font-size: 16px;
        }
        
      }
    }
  }


  .anchor-tabs-title {
    &.active {
      color: var(--theme-primary);
    }
  }
}

