<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .ordering-select {
    display: flex;
  }

  .realtorsearch-custom-sort-by, .realtorsearch-custom-limit  {
    appearance: listbox !important;
    -moz-appearance: listbox !important;
    -webkit-appearance: listbox !important;
  }

  /* `lg` applies to medium devices (tablets, less than 992px) */
  @media (max-width: 991.98px) {

    /* Style search form field to stack on mobile */
    form:not(.form-no-margin) .control-group .control-label {
      float: none !important;
      width: auto;
      padding-top: 5px;
      padding-right: 5px;
      text-align: left;
    }

    form:not(.form-no-margin) .control-group .controls {
      margin-left: 0px !important;
    }
  }</pre></body></html>