/* Ajustes finos sobre o Bootstrap — mobile-first */
.score-input {
  width: 3.2rem;
  text-align: center;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 575px) {
  main.container {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
