
.tabs,
.result-tabs,
.flow-tabs {
    position: relative;
    z-index: 20;
    pointer-events: auto !important;
}

.tab-btn,
.tabs button,
.result-tabs button,
.flow-tabs button,
[data-tab] {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative;
    z-index: 21;
}

.tab-panel,
.tab-content,
.flow-panel {
    display: none;
}

.tab-panel.active,
.tab-content.active,
.flow-panel.active {
    display: grid;
}
