/* ActiveFoot — stats publiques mobile force readability — 2026-06-18 */
@media (max-width: 760px) {
  .af-player-stats-pro.afps-public,
  #tt-stats-container,
  .af-stats-easy-tools {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .af-player-stats-pro.afps-public .afps-grid,
  .af-player-stats-pro.afps-public .afps-grid-2 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .af-player-stats-pro.afps-public .afps-table-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .af-player-stats-pro.afps-public .afps-table,
  .af-player-stats-pro.afps-public .afps-table tbody {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .af-player-stats-pro.afps-public .afps-table thead,
  .af-player-stats-pro.afps-public .afps-table th {
    display: none !important;
  }

  .af-player-stats-pro.afps-public .afps-table tr {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 10px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(148, 163, 184, .22) !important;
    border-radius: 14px !important;
    background: rgba(15, 23, 42, .34) !important;
  }

  .af-player-stats-pro.afps-public .afps-table td {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 7px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(148, 163, 184, .13) !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .af-player-stats-pro.afps-public .afps-table td:last-child {
    border-bottom: 0 !important;
  }

  .af-player-stats-pro.afps-public .afps-table td::before {
    content: attr(data-label) !important;
    flex: 0 0 auto !important;
    min-width: 74px !important;
    max-width: 42% !important;
    color: rgba(148, 163, 184, .95) !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-align: left !important;
  }

  .af-player-stats-pro.afps-public .afps-table td:first-child::before,
  .af-player-stats-pro.afps-public .afps-table td.afps-rank::before {
    content: "Rang" !important;
  }

  .af-player-stats-pro.afps-public .afps-table td:nth-child(2)::before,
  .af-player-stats-pro.afps-public .afps-table td.afps-main-cell::before {
    content: "Joueur" !important;
  }

  .af-player-stats-pro.afps-public .afps-table td,
  .af-player-stats-pro.afps-public .afps-table td * {
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .af-player-stats-pro.afps-public .afps-rank,
  .af-player-stats-pro.afps-public .afps-num,
  .af-player-stats-pro.afps-public .afps-pill,
  .af-player-stats-pro.afps-public .afps-followup-status {
    white-space: normal !important;
    word-break: normal !important;
  }
}
