/* Minimal custom styles */
body { background: #f7f8fa; }
.sidebar { min-width: 260px; max-width: 300px; }
.app-logo { max-height: 64px; object-fit: contain; }
.table-sm td, .table-sm th { padding: .35rem; }
.badge-role{ font-size:.75rem }

.scroll-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Para scroll suave en dispositivos móviles */
}