.wolfd-gallery-filter-dropdown {
  display: block;
  max-width: 375px;
  margin-bottom: 40px;
}
.wolfd-gallery-filter-dropdown label {
  display: block;
  margin-bottom: 4px;
  color: var(--bde-palette-color-24);
  font-size: 14px;
  font-weight: 400;
}
.wolfd-gallery-filter-dropdown select {
  width: 100%;
  padding: 12px 0;
  border-radius: 0;
  border-width: 0 0 1px;
  border-color: var(--bde-palette-color-25);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: var(--bde-palette-color-23);
  letter-spacing: 1px;
  font-weight: 300;
  cursor: pointer;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'><path stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /></svg>");
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: 14px;
}
.wolfd-gallery-filter-dropdown select.active {
  color: var(--bde-palette-color-22);
}
