/* === Fonts === */
@font-face {
  font-family: 'ReplicaProTT-Heavy';
  src: url('fonts/ReplicaProTT-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* === Table Base === */
table.suhv-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  background-color: #6FCECB;
  font-family: 'ReplicaProTT-Heavy', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
table.suhv-table thead tr { background-color: #6FCECB; border: none; }
table.suhv-table thead th { color: #FFFFFF; font-size: 18px; font-weight: 800; text-transform: uppercase; padding: 12px 8px; border: none; }
table.suhv-table tbody tr { background-color: #6FCECB !important; border: none; box-shadow: 0 4px 4px rgba(0,0,0,0.08); }
table.suhv-table tbody td { color: #FFFFFF; font-size: 17px; font-weight: 700; padding: 14px 8px; border: none; }
.suhv-team-logo { width: 26px; height: 26px; object-fit: contain; vertical-align: middle; margin-right: 8px; }
table.suhv-table tbody tr:hover { background: #6FCECB !important; box-shadow: 0 4px 4px rgba(0,0,0,0.08); }
table.suhv-table td, table.suhv-table th, table.suhv-table tr { border: none !important; box-shadow: 0 4px 4px rgba(0,0,0,0.08); }
.suhv-table-container { background-color: #6FCECB; padding: 0; margin: 0; border: none; }
table.suhv-table * { background: #6FCECB !important; background-color: #6FCECB !important; border: none !important; box-shadow: none; }
table.suhv-table tbody td, table.suhv-table thead th { background: #6FCECB !important; color: #FFFFFF !important; border: none !important; }
.suhv-table-container { background: #6FCECB !important; border: none !important; }
table.suhv-table th, table.suhv-table td { text-align: left !important; vertical-align: middle !important; }
table.suhv-table th, table.suhv-table th *, table.suhv-table thead *, .suhv-table-container th, .suhv-table-container thead * { text-decoration: none !important; border-bottom: none !important; background: none !important; box-shadow: none !important; }
table.suhv-table th::before, table.suhv-table th::after, table.suhv-table thead *::before, table.suhv-table thead *::after { content: none !important; display: none !important; }
/* Highlight */
table.suhv-table tr.suhv-my-team td { background-color: #006C6F !important; color: #FFFFFF !important; font-weight: 800; }
table.suhv-table tr.suhv-my-team { box-shadow: 0 6px 10px rgba(0,0,0,0.18) !important; }
/* Optional groups */
table.suhv-club-getWeekendGames th, table.suhv-club-getWeekendGames td, table.suhv-club-getGames th, table.suhv-club-getGames td { color: #FFFFFF !important; text-align: left !important; vertical-align: middle !important; }
