/* Ajustes mobile mínimos de centrado y lectura */
.btn-categoria,
.categorias-hamburger-btn,
button[data-bs-target*="modalCategoria"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.btn-categoria {
    font-size: 0.8rem !important;
}

.agregar-consulta {
    font-size: 0.8rem !important;
}

.agregar-consulta.d-none {
    display: none !important;
}

.separador-productos {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
    opacity: 0.9;
}
