/* style.css — CSS minimo complementar ao Bootstrap 5 */

body {
  padding-bottom: 2rem;
}

.card-title {
  font-size: 1.25rem;
}

code {
  font-size: 1rem;
}

/* Tabela de horarios: inputs mais compactos */
table input[type="time"] {
  max-width: 140px;
}
