/* Yleiset asetukset */
body {
  background-color: #f8f9fa;
}

/* Tulossivu */
.results-table th {
  white-space: nowrap;
  font-size: 0.85rem;
}

.results-table td {
  font-size: 0.9rem;
}

.score-col {
  min-width: 52px;
}

/* Pistekentät lomakkeessa */
.score-input {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Kaikkien laitteiden tuki */
@media (max-width: 576px) {
  .results-table {
    font-size: 0.8rem;
  }

  .score-col {
    min-width: 40px;
  }

  h1 {
    font-size: 1.4rem;
  }
}

/* Tulostus */
@media print {
  .navbar, .btn, footer, .alert-dismissible .btn-close {
    display: none !important;
  }

  .container {
    max-width: 100% !important;
  }

  .results-table {
    font-size: 0.75rem;
  }

  a {
    text-decoration: none;
    color: inherit;
  }
}
