:global(.ui-tabs) {
  &[data-state~='group'] {
    border: 1px solid currentColor;
    box-shadow: none;
    &:before {
      display: none;
    }
    & :global(.tab) {
      border: none;
      flex-grow: 1;
      justify-content: center;
    }
  }
}
