body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f0f0f0;
    color: #606060;
}



.detalls-jugador {
    border: 2px solid goldenrod;
    border-radius: 5px;
    padding: 10px;      
}

@media (max-width: 769px) {
  .ccl {
    display: none;
  }

  .cnom::after {
    content: attr(data-club);
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 2px;
  }
}





table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
    background-color: white; 
}
th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}
tr:hover {
    background-color: #e6e6e6;
}


/* Contenedor del título */
h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Select estilizado */
h2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;

  color: #1a73e8;
  background-color: transparent;

  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 1.4rem 0 0.2rem;

  cursor: pointer;
  line-height: 1.2;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231a73e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
}

/* Hover */
h2 select:hover {
  border-bottom-color: #1a73e8;
}

/* Focus */
h2 select:focus {
  outline: none;
  border-bottom-color: #174ea6;
}

/* Opciones */
h2 select option {
  font-size: 1rem;
  font-weight: normal;
  color: #222;
}

.jf-filters-container {
                display: flex;
                gap: 15px;
                margin: 20px 0;
                flex-wrap: wrap;
            }
            .jf-filter-group {
                display: flex;
                flex-direction: column;
                flex: 1;
                min-width: 200px;
            }
            .jf-filter-group label {
                font-size: 0.8rem;
                font-weight: bold;
                margin-bottom: 5px;
                color: #555;
            }
            .jf-filter-group input {
                padding: 10px;
                border: 1px solid #ccc;
                border-radius: 4px;
            }
            .jf-hidden {
                display: none !important;
            }
            .jf-no-results {
                padding: 20px;
                text-align: center;
                color: #888;
                font-style: italic;
            }

.jugador-negre {
    border-left: 16px solid black;
    padding-left: 5px;
}

.jugador-blanc {
    border-left: 16px solid white;
    padding-left: 5px;
}
        