.elementor-352 .elementor-element.elementor-element-a961226{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-352 .elementor-element.elementor-element-011c54b{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:nowrap;--e-filter-overflow-x:scroll;}.elementor-352 .elementor-element.elementor-element-f5b50ab{--grid-columns:3;}@media(max-width:1024px){.elementor-352 .elementor-element.elementor-element-f5b50ab{--grid-columns:2;}}@media(max-width:767px){.elementor-352 .elementor-element.elementor-element-f5b50ab{--grid-columns:1;}}/* Start custom CSS for taxonomy-filter, class: .elementor-element-011c54b *//* Contenedor y layout centrado */
.tax-cascade{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 16px; /* centrado + separación inferior */
  align-items: end;
}

/* Cada campo */
.tax-cascade__field{
  display: grid;
  gap: 6px;
}

/* Etiqueta encima del select */
.tax-cascade__label{
  font-weight: 600;
  font-size: .92rem;
  color: #3b3b3b;
}

/* Select “estilo limpio” */
.tax-cascade__select{
  width: 100%;
  padding: .65rem .85rem;
  border: 1px solid #dfe3eb;
  border-radius: .6rem;
  background: #fff;
  font-size: .95rem;
  line-height: 1.2;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.tax-cascade__select:focus{
  outline: none;
  border-color: #6ea8fe;
  box-shadow: 0 0 0 3px rgba(110,168,254,.25);
}

.tax-cascade__select:disabled{
  opacity: .6;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px){
  .tax-cascade{ grid-template-columns: 1fr; }
}/* End custom CSS */