/* CONTENEDOR PRINCIPAL */
.wpmoodle-wc-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.wpmoodle-wc-filters.no-types {
  justify-content: center;
}

/* BLOQUE DE CATEGORÍAS (select + botón) */
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
  width: 70%;
  max-width: 550px;
}
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .wpmoodle-select-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex: 0 1 auto;
  position: relative;
  overflow: visible;
}
.wpmoodle-wc-filters.no-types .wpmoodle-row.wpmoodle-cats,
.wpmoodle-wc-filters.ft-pills .wpmoodle-row.wpmoodle-cats {
  width: 100%;
  max-width: 750px;
}
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats *,
.wpmoodle-has-filters .select2-results {
  font-family: 'Poppins', sans-serif;
}
.wpmoodle-row.wpmoodle-cats .x-icon {
    color: var(--primary);
    font-size: 1.5em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}
.wpmoodle-row.wpmoodle-cats .wpmoodle-select-wrap > .select2 {
    margin: 0;
    flex: 1 1 auto;
}
.wpmoodle-row.wpmoodle-cats .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; 
  align-items: flex-start;
  gap: 4px;
}
.wpmoodle-row.wpmoodle-cats .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  max-width: 100%;
  float: none;
  margin: 0;
}

.wpmoodle-row.wpmoodle-cats .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.wpmoodle-row.wpmoodle-cats .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.wpmoodle-row.wpmoodle-cats 
  .select2-container--default 
  .select2-selection--multiple 
  .select2-selection__rendered 
  .select2-search--inline {
  flex: 1 1 160px;
}

.wpmoodle-row.wpmoodle-cats 
  .select2-container--default 
  .select2-selection--multiple 
  .select2-selection__rendered 
  .select2-search__field {
  width: 100% !important; 
  min-width: 100%;
  box-sizing: border-box;
  height: auto;
}

.wpmoodle-row.wpmoodle-cats 
  .select2-container--default 
  .select2-selection--multiple 
  .select2-selection__rendered 
  .select2-search__field::placeholder {
  color: #333;
}


/* BLOQUE DE TIPOS (pastillas) */
.wpmoodle-row.wpmoodle-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.wpmoodle-row.wpmoodle-types * {
  font-family: 'Poppins', sans-serif;
}

/* PASTILLAS */
.wpmoodle-pill {
  padding: 8px 24px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wpmoodle-pill.is-active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  box-shadow: 0 0 0 2px inset #1111;
}

/* SELECT Y BOTÓN */
.wpmoodle-select {
  width: 100%;
  min-width: 280px;
  max-width: 100%;
  box-sizing: border-box;
}
.wpmoodle-apply-btn {
  padding: 8px 24px;
  border-radius: 100px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wpmoodle-apply-btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.wpmoodle-has-filters .select2-container--default,
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .select2-container--default {
  z-index: 9;
}
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .select2-container--default {
  top: 100% !important;
}
.wpmoodle-has-filters .select2-container--open .select2-results > .select2-results__options,
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .select2-container--open .select2-results > .select2-results__options {
  max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.wpmoodle-has-filters .select2-container--default .select2-results__option--highlighted[aria-selected], 
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .select2-container--default .select2-results__option--highlighted[aria-selected], 
.wpmoodle-has-filters .select2-container--default .select2-results__option--highlighted[data-selected],
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--highlight);
  color: var(--primary);
}

/* Filtros PILL */
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .wpmoodle-pills-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
  justify-content: center;
}
.wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats .wpmoodle-pills-wrap .wpmoodle-pill {
  font-size: 0.9em;
  text-shadow: none;
}

/* RESPONSIVE: apilar en móviles */
@media (max-width: 979px) {
  .wpmoodle-wc-filters {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wpmoodle-wc-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .wpmoodle-wc-filters .wpmoodle-row {
    flex-grow: 1;
    width: 100%;
  }
  .wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats {
    max-width: none;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
  }
  .wpmoodle-wc-filters .wpmoodle-row.wpmoodle-cats > .select2 {
    width: 100%;
  }
}