.tab-pane {
    display: none;
}

.tab-pane.is-active {
    display: block;
}
.table td, .table th {
    text-align: center !important;
    vertical-align: middle !important;
}
    /* Remove any fade‑in delay so tooltips appear immediately */
[data-tooltip]::before,
[data-tooltip]::after {
    transition-delay: 0s !important;
}