/* Styled native select - Fazty */
#feds_search_filters select.PM_ASCriterionGroupSelect {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e0e3e8;
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 12px;
  font-size: .85rem;
  color: #1a1a2e;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 44px;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color .2s;
  padding-right: 40px;
}

#feds_search_filters select.PM_ASCriterionGroupSelect:focus {
  border-color: #ff5500;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,85,0,.12);
}

#feds_search_filters select.PM_ASCriterionGroupSelect option {
  padding: 8px 12px;
  font-size: .85rem;
}
