.tab-item-content-wrapper {
  @apply hidden;
}

.tab-item-content-wrapper.active-tab {
  @apply block;
}
