/* Mobile-friendly responsive styles for the futsal stats tracker */

/* Reduce padding around the stats content on phones to maximize content area */
@media (max-width: 575.98px) {
  #stats-container {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

/* Goals by Period: on small screens align the scroll container to the left
   so the table scrolls from the leading edge rather than from a centred position */
@media (max-width: 575.98px) {
  #goals-by-period .d-flex {
    justify-content: flex-start !important;
  }
}
