/* Support page overrides */

.tab-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tab-btn.active {
    pointer-events: none;
}
