body {
    overflow-x: hidden;
}

.tab--selected {
    border-bottom: 2px solid #20c997 !important;
}

.tab {
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 0.95rem;
}

@media (max-width: 576px) {
    .tab {
        min-height: 32px;
        line-height: 32px;
        padding: 0 2px;
        font-size: 0.7rem;
    }
}
