/* hide all content by default */
.c-custom-tab .c-heading-content {
  display: none;
}
.c-custom-tab .c-heading-content.is-active {
  display: flex;
}

/* force hover style when active — copy your real hover styles here */
.c-custom-tab .c-heading-banner.is-active {
  background-color: #E79F230D !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #E79F2373 !important;
    transform: translateY(-1px) !important;
}

.c-custom-tab .c-heading-banner {
    cursor: pointer !important;
}