/* Desktop (standaard) — niets aanpassen */

/* Mobiel */
@media (max-width: 768px) {

  .header table,
  .header table tr,
  .header table td {
    display: block;
    width: 100%;
  }

  .header table tr {
    margin-bottom: 10px;
  }

  .header table td {
    padding: 8px;
  }

  /* Optioneel: laatste kolom (players) extra styling */
  .header table td:last-child {
    background: #f5f5f5;
  }

}