/* League Table — Season selector dropdowns */
.fc-league-table__season-selector {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

@media (max-width: 639px) {
  .fc-league-table__season-selector {
    flex-direction: column;
  }
  .fc-league-table__season-selector select {
    width: 100%;
    min-width: 0;
  }
}

.fc-league-table__season-selector select {
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: white;
  cursor: pointer;
  min-width: 200px;
  width: auto;
  flex: 0 1 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23495057' d='M2.22 4.22a.75.75 0 011.06 0L6 6.94l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25a.75.75 0 01-1.06 0L2.22 5.28a.75.75 0 010-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 12px;
}

.fc-league-table__season-selector select:hover {
  border-color: #9ca3af;
}

.fc-league-table__season-selector select:focus {
  outline: none;
  border-color: #0F5B2F;
  box-shadow: 0 0 0 2px rgba(15, 91, 47, 0.2);
}

.fc-league-table__season-table--hidden {
  display: none;
}

.fc-league-table__part-wrapper--hidden {
  display: none;
}

[data-part-wrapper] {
  flex: 0 1 auto;
}

[data-part-wrapper] select {
  width: 100%;
}

/* Logo blend — biely background sa rozpusti do pozadia riadku */
.fc-league-table__club-logo img {
  mix-blend-mode: multiply;
}
