select{
  appearance:none;
  -webkit-appearance:none;
  color:var(--ink);
  cursor:pointer;
  padding-right:42px;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23171a17' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 15px center;
  background-size:14px 8px;
  border-radius:0;
  transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;
}
select:hover{border-color:#aab4aa;background-color:#fcfcf8}
select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,107,69,.12);outline:0}
select:focus-visible{outline:3px solid #e8a532;outline-offset:2px}
select:disabled{cursor:not-allowed;opacity:.55}
.filters select{padding-right:42px;border:1px solid transparent}
.filters select:hover{border-color:var(--line)}
.filters select:focus{border-color:var(--green)}
