.casos-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 40px 14px 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.casos-filter-trigger__icon {
  position: absolute;
  right: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.casos-filter-trigger.is-open .casos-filter-trigger__icon {
  transform: rotate(-135deg);
}

.casos-filter-group .fieldset-wrapper {
  padding: 15px 0;
}

.casos-filter-actions{
  display: none!important;
}