.search-listing__right .visually-hidden {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

.search-listing__right .sortby {
  display:flex;
  align-items:center;
  gap:.5rem;
}

.search-listing__right .sortby__label {
  font-weight:600;
  color:#333;
}

.search-listing__right .btn-select__wrap {
  position: relative;
  display: inline-block;
}

.search-listing__right .btn-select {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(124 160 74 / var(--tw-bg-opacity, 1));
  padding: 0.5rem 2rem 0.5rem 0.5rem; /* праворуч запас під стрілку */
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
}

.search-listing__right .btn-select__wrap::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  pointer-events: none;
}
