/* ==========================================================================
   CONFUSA.top - Player Status Redesign (Light Theme System)
   ========================================================================== */

@import url("ligas.css");
@import url("ligas_status_redesign.css");

/* Overrides for Player Status Light Theme */
body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
  background-image: 
    linear-gradient(180deg, rgba(248, 250, 252, 0.85) 0%, rgba(226, 232, 240, 0.95) 100%),
    url("/images/confusa-blue.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  overflow-x: hidden !important;
}

#attribute-chart {
  height: 300px !important;
  width: 400px !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.propostas-card {
  overflow-x: visible !important; /* disable overflow scrolls on card */
}

#quadro-container {
  margin: 0 !important;
  color: #1e293b !important;
}

#quadro-superior {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px !important;
}

#quadro-nomes {
  flex: 1 !important;
  min-width: 280px !important;
}

#quadro-nomes h2 {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  color: #0f172a !important;
  margin-bottom: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#quadro-nomes .jersey-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 -63.5 1151 1151' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M902.984598 1024h-653.972493a27.200282 27.200282 0 0 1-27.200282-27.200282v-562.13916l-5.945204 7.16274a27.200282 27.200282 0 0 1-38.300588 3.561942L9.830959 306.184559a27.200282 27.200282 0 0 1-3.561942-38.300587L220.490667 9.831011A27.200282 27.200282 0 0 1 241.421931 0.000052h174.599905a27.200282 27.200282 0 0 1 13.341091 3.497179l146.143229 82.248472L711.002418 3.885806a27.200282 27.200282 0 0 1 14.066431-3.885754H910.56182a27.200282 27.200282 0 0 1 20.931264 9.830959l214.22165 258.052961a27.200282 27.200282 0 0 1-3.561942 38.300587l-167.735072 139.239539a27.200282 27.200282 0 0 1-38.300588-3.561942l-5.945204-7.162741v562.139161a27.200282 27.200282 0 0 1-27.18733 27.161424z m-626.772211-54.400564h599.57193V359.354634A27.200282 27.200282 0 0 1 923.915863 341.946454l36.694476 44.206934 125.872543-104.48794L897.816545 54.400616H732.633118l-142.568335 86.121273a27.200282 27.200282 0 0 1-27.407522 0.427433L408.885 54.400616H254.193111L65.500869 281.704305l125.872543 104.487941L228.08084 341.946454a27.200282 27.200282 0 0 1 48.131547 17.369323z' fill='%230284c7' /%3E%3Cpath d='M574.54767 144.498312H336.946731a13.600141 13.600141 0 0 1-11.190973-21.31984l72.158462-104.526798a13.600141 13.600141 0 0 1 22.381946 15.45235l-57.431452 83.194006h211.682956a13.600141 13.600141 0 0 1 0 27.200282z' fill='%230284c7' /%3E%3Cpath d='M802.900513 144.498312H565.312527a13.600141 13.600141 0 0 1 0-27.200282h211.682956l-57.431453-83.194006a13.600141 13.600141 0 0 1 22.381947-15.45235l72.158462 104.526798a13.600141 13.600141 0 0 1-11.190973 21.31984zM366.19351 92.234913H220.853337a13.600141 13.600141 0 0 1 0-27.200282h145.327221a13.600141 13.600141 0 0 1 0 27.200282z' fill='%230284c7' /%3E%3Cpath d='M922.504039 97.143916H777.150913a13.600141 13.600141 0 0 1 0-27.200282h145.327221a13.600141 13.600141 0 1 1 0 27.200282z' fill='%230284c7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0284c7;
  padding-top: 5px;
  margin-right: 4px;
  vertical-align: middle;
  flex-shrink: 0;
}

#quadro-nomes h3 {
  font-size: 1rem !important;
  color: #64748b !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#quadro-nomes h3 a {
  color: #0284c7 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

#quadro-nomes h3 a:hover {
  color: #0369a1 !important;
}

#quadro-foto {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

#quadro-foto img {
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  object-fit: cover !important;
  height: 100px !important;
  width: 100px !important;
  margin: 0 !important;
}

#info_geral {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  padding: 0 !important;
  margin-top: 20px !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
}

#info-jogos {
  flex: 3 1 500px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
}

.infoblock {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
  border-radius: 12px !important;
  width: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 16px 20px !important;
  text-align: left !important;
}

.infoblock div {
  display: flex !important;
  flex-direction: column !important;
}

.infoblock .informacao {
  margin: 0 !important;
  padding: 0 !important;
  color: #1e293b !important;
  font-weight: 600 !important;
}

.infoblock .informacao_carreira {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 !important;
  padding: 0 !important;
}

.infoblock.large, .infoblock.small {
  width: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.infoblock .material-symbols-outlined {
  position: static !important;
  float: none !important;
  font-size: 1.8rem !important;
  color: #0284c7 !important;
  background: rgba(2, 132, 199, 0.08) !important;
  padding: 10px !important;
  border-radius: 50% !important;
}

/* Specific colors for yellow and red card stats */
#amarelosSelecao .material-symbols-outlined {
  color: #eab308 !important;
  background: rgba(234, 179, 8, 0.08) !important;
}

#vermelhosSelecao .material-symbols-outlined {
  color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.08) !important;
}

#info_posicionamento {
  position: relative !important;
  width: 260px !important;
  height: 320px !important;
  flex: 0 0 260px !important;
  background-image: url(/images/campaorodado.png?v=1) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  margin: 0 auto !important;
}

.posicaoCampao {
  background-image: url(/images/posicao.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}

.posicaoCampao[hidden] {
  display: none !important;
}

/* Career Stats Section */
.carreira-secao {
  margin-top: 30px !important;
  width: 100% !important;
}

.carreira-titulo {
  font-family: "Outfit", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 10px !important;
}

.carreira-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
}

/* Personality bars */
.fundo-barra {
  background-color: #e2e8f0 !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #334155 !important;
  border-radius: 8px !important;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100% !important;
}

.barra-cheia {
  background-color: #38bdf8 !important; /* modern ciano accent */
  color: #0f172a !important;
}

.texto-barra {
  color: #0f172a !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  top: 4px !important;
}

/* Attributes Form & Layout styling for Light Theme */
#secao-atributos {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  margin-top: 30px !important;
  width: 100% !important;
}

#form-atributos {
  flex: 2 1 450px !important;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 20px;
  margin: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.form-master-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.form-master-group .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-master-group label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  color: #475569;
  font-weight: 600;
  text-transform: uppercase;
}

.form-master-group input[type="range"] {
  width: 100%;
  accent-color: #0284c7;
}

#mostrador-atributos {
  flex: 1 1 300px !important;
  margin: 0 !important;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
}

#attribute-chart {
  height: 300px !important;
  width: 400px !important;
  max-width: 100% !important;
}

#personalidade {
  width: 100% !important;
}

/* Buttons Styling */
.btn-historico {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #0284c7 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 8px 18px !important;
  border-radius: 20px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15) !important;
  transition: all 0.2s ease !important;
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

.btn-historico:hover {
  background-color: #0369a1 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.25) !important;
}

.btn-historico:active {
  transform: translateY(0) !important;
}

/* Modal Form Overrides */
.modal-content {
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #0f172a !important;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04) !important;
}

.modal-content label {
  color: #334155 !important;
}

.modal-content .form-control {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a !important;
}

.modal-content .form-control:focus {
  border-color: #0284c7 !important;
  outline: none;
}

.btn-modal-salvar {
  background-color: #0284c7 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15) !important;
}
.btn-modal-salvar:hover {
  background-color: #0369a1 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.25) !important;
}

.btn-modal-cancelar {
  background-color: #e2e8f0 !important;
  color: #475569 !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  border: 1px solid #cbd5e1 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.btn-modal-cancelar:hover {
  background-color: #cbd5e1 !important;
  color: #334155 !important;
  transform: translateY(-1px) !important;
}

/* Force left alignment for all cells and headers in the transfer table */
#tabelaElenco th, #tabelaElenco td {
  text-align: left !important;
  vertical-align: middle !important;
}

#tabelaElenco th:last-child, #tabelaElenco td:last-child {
  text-align: center !important;
  width: 80px !important;
  white-space: nowrap !important;
}

.btn-tabela-acao {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  cursor: pointer !important;
  padding: 6px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
  width: 28px !important;
  height: 28px !important;
}

.btn-tabela-editar {
  color: #0284c7 !important;
}
.btn-tabela-editar:hover {
  background: rgba(2, 132, 199, 0.05) !important;
  border-color: #0284c7 !important;
}

.btn-tabela-excluir {
  color: #ef4444 !important;
}
.btn-tabela-excluir:hover {
  background: rgba(239, 68, 68, 0.05) !important;
  border-color: #ef4444 !important;
}

.performance-clube-tabela {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 0.7rem !important;
  color: #64748b !important;
  background: rgba(15, 23, 42, 0.04) !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  margin-top: 4px !important;
}

.performance-clube-tabela b {
  color: #0f172a !important;
}

/* ==========================================================================
   Responsive Overrides (Mobile First / Clean wrap)
   ========================================================================== */
@media (max-width: 768px) {
  #info-jogos {
    grid-template-columns: 1fr !important; /* single column for card info blocks */
  }

  .carreira-grid {
    grid-template-columns: repeat(2, 1fr) !important; /* 2x2 grid instead of 4 columns */
  }

  #attribute-chart {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important; /* make plotly square on mobile */
  }

  #mostrador-atributos {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
  }
  
  #info_posicionamento {
    margin: 15px auto !important;
  }
}

/* ==========================================================================
   Estilos de Luto / Jogador Falecido
   ========================================================================== */
.foto-falecido {
  filter: grayscale(100%) contrast(108%) brightness(95%) !important;
  opacity: 0.92;
  transition: filter 0.3s ease;
}

.stamp-falecido,
.badge-falecido {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background-color: #0f172a !important;
  color: #f8fafc !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  border-radius: 6px !important;
  padding: 4px 10px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.cruz-morte {
  font-family: serif, 'Times New Roman', Georgia !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #f1f5f9 !important;
  display: inline-block;
  transform: translateY(-1px);
}

.luto-icon {
  display: inline-block;
  vertical-align: middle;
  color: #cbd5e1;
  flex-shrink: 0;
}

.bloqueado-falecido {
  filter: grayscale(100%) opacity(0.55) !important;
  pointer-events: none !important;
  user-select: none !important;
  cursor: not-allowed !important;
}

.bloqueado-falecido input,
.bloqueado-falecido select,
.bloqueado-falecido button {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* ==========================================================================
   Últimas Partidas do Jogador (Cards Modernos)
   ========================================================================== */
.player-recent-matches-section {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
  width: 100% !important;
}

.player-matches-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

.player-match-card-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}

.player-match-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 14px !important;
  padding: 14px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  height: 100% !important;
  position: relative !important;
}

.player-match-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(2, 132, 199, 0.12) !important;
  border-color: rgba(56, 189, 248, 0.4) !important;
}

/* Borda lateral por resultado */
.player-match-card.result-vitoria {
  border-left: 4px solid #10b981 !important;
}
.player-match-card.result-empate {
  border-left: 4px solid #f59e0b !important;
}
.player-match-card.result-derrota {
  border-left: 4px solid #ef4444 !important;
}

.match-card-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.match-comp-title {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: #64748b !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}

.match-outcome-badge {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  padding: 2px 8px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  flex-shrink: 0 !important;
}
.badge-vitoria {
  background: rgba(16, 185, 129, 0.15) !important;
  color: #059669 !important;
}
.badge-empate {
  background: rgba(245, 158, 11, 0.15) !important;
  color: #d97706 !important;
}
.badge-derrota {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #dc2626 !important;
}

/* Confronto */
.match-duel-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  background: rgba(241, 245, 249, 0.6) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
}

.match-duel-team {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 4px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.match-duel-team.is-player-team .match-team-label {
  font-weight: 700 !important;
  color: #0284c7 !important;
}

.match-crest {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
}

.match-team-label {
  font-size: 0.8rem !important;
  color: #334155 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 90px !important;
  font-weight: 500 !important;
}

.match-score-pill {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  padding: 4px 10px !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  min-width: 65px !important;
}

.score-num {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1 !important;
}

.score-sep {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  margin: 0 4px !important;
  display: none !important;
}

.pen-score {
  font-size: 0.65rem !important;
  color: #64748b !important;
  font-weight: 600 !important;
  margin-top: 2px !important;
}

/* Desempenho do Jogador */
.player-performance-box {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.player-status-line {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 0.75rem !important;
}

.player-role-badge {
  color: #475569 !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
}

.player-pos-badge {
  background: rgba(15, 23, 42, 0.06) !important;
  color: #334155 !important;
  padding: 1px 6px !important;
  border-radius: 4px !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.player-events-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: center !important;
}

.player-event-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
}

.pill-goal {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(5, 150, 105, 0.25)) !important;
  color: #047857 !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

.pill-yellow {
  background: rgba(245, 158, 11, 0.15) !important;
  color: #b45309 !important;
  border: 1px solid rgba(245, 158, 11, 0.3) !important;
}

.pill-red {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #b91c1c !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
}

.icon-card-yellow {
  color: #f59e0b !important;
  font-variation-settings: "FILL" 1 !important;
  font-size: 14px !important;
}

.icon-card-red {
  color: #ef4444 !important;
  font-variation-settings: "FILL" 1 !important;
  font-size: 14px !important;
}

.pill-clean {
  background: rgba(15, 23, 42, 0.03) !important;
  color: #64748b !important;
  font-weight: 500 !important;
  border: 1px dashed rgba(0, 0, 0, 0.08) !important;
}

/* Rodapé */
.match-card-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding-top: 8px !important;
  font-size: 0.75rem !important;
}

.match-date-tag {
  color: #64748b !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.view-sumula-tag {
  color: #0284c7 !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
}

@media (max-width: 768px) {
  .player-matches-grid {
    grid-template-columns: 1fr !important;
  }
}



