/* Filtros tienda (Agenda cultural): el contenedor del selector de fecha no crecia dentro de su wrapper flex, dejando hueco vacio junto al boton */
.elementor-element-d018971 .jet-date-period__datepicker.date {
  flex-grow: 1;
  flex-basis: 0;
}
.elementor-element-d018971 .jet-date-period__datepicker-button {
  width: 100%;
  justify-content: space-between;
}

/* Flecha del select "Categoria" separada del borde, mismo icono/estilo que el selector de fecha */
.elementor-element-13a3edc select.jet-select__control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='28' viewBox='0 0 18 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23323860' d='M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px auto;
}