﻿/* JANSEN FIX - EVITAR QUEBRA DE LINHA NOS BOTÕES E MENUS */

.top-actions,
.top-actions button,
.speed-test-btn,
.nav-tabs,
.nav-tabs button,
.tab-button,
.menu-item,
.sidebar a,
.sidebar button,
.side-menu a,
.bottom-nav,
.bottom-nav button,
.quick-actions,
.quick-actions button,
.quick-action,
.btn,
button {
    white-space: nowrap !important;
}

.top-actions button,
.speed-test-btn,
.nav-tabs button,
.tab-button,
.menu-item,
.sidebar a,
.sidebar button,
.side-menu a,
.bottom-nav button,
.quick-action,
.btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-actions,
.nav-tabs,
.bottom-nav {
    flex-wrap: nowrap !important;
}

@media (max-width: 768px) {
    .top-actions,
    .nav-tabs,
    .bottom-nav {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .top-actions::-webkit-scrollbar,
    .nav-tabs::-webkit-scrollbar,
    .bottom-nav::-webkit-scrollbar {
        display: none;
    }

    .speed-test-btn,
    .top-actions button {
        font-size: 11px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
