.nts-tabs-horizontal {
  @apply flex items-end border-b border-b-gray-4;
}

.nts-tabs-vertical {
  @apply flex flex-col border-r border-r-gray-4;
}

.nts-tab-item {
  @apply inline-block mt-2 cursor-pointer text-base font-medium text-derive-11 hover:text-gray-16 duration-300 border-transparent;
}

.nts-tab-item-horizontal {
  @apply px-[8px] py-[4px] border-b-2;
}

.nts-tab-item-vertical {
  @apply px-[14px] py-[10px] border-l-4;
}

.nts-tab-item-horizontal-active {
  text-shadow: 0 0 1px currentcolor;
  @apply border-b-blue text-gray-16 ease-[text-shadow];
}

.nts-tab-item-vertical-active {
  text-shadow: 0 0 1px currentcolor;
  @apply border-l-blue text-gray-16;
}
