tab-group .tab-content {
  display: none;
}

tab-group .tab-content[active=true] {
  display: flex;
  flex-direction: column;
}