.button_gQhF9.tabButton_GwZDm {
    border-radius: 0;
    box-sizing: content-box;
    height: initial;
    border-bottom: 2px solid transparent;
    /** 
     *  Tab overrides Button styles but to guarantee that we override 
     *  the padding utility we need to set it in the module.css 
     */
    padding-inline: 0;
}

.button_gQhF9.tabButton_GwZDm:hover {
    background: none;
    color: var(--sp-color-primary-500);
}

.button_gQhF9.tabButton_GwZDm.disabled_3pF01 {
    color: initial;
}

.button_gQhF9.active_hcPS9 {
    border-bottom: 2px solid var(--sp-color-primary-500);
}
