/* Ajustes visuais gerais */
body {
    background-color: #f8f9fa;
}

/* Campo inválido de tempo */
#tempo_total.is-invalid {
    border-color: #dc3545;
    color: #dc3545;
    font-weight: bold;
}

/* Ajuste opcional de alinhamento */
.input-group button {
    white-space: nowrap;
}
