.btn { font-weight: bold; font-size: 14px; }

.numero-botao {
    width: 95px;
    height: 50px;
    font-size: 18px;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
    white-space: nowrap;
}

.status-emoji {
    font-size: 14px;
    line-height: 1;
}

.numero-label {
    display: inline-block;
}


.todos-numeros .col-auto[data-bs-toggle="tooltip"] {
  display: inline-block;
}
