.cel-imoveis-order{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  font-family: inherit;
}

.cel-imoveis-order.is-right{ justify-content:flex-end; }
.cel-imoveis-order.is-left{ justify-content:flex-start; }
.cel-imoveis-order.is-center{ justify-content:center; }

.cel-imoveis-order__label{
  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.9;
}

.cel-imoveis-order__select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;

  background: transparent;
  color: inherit;

  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;

  padding: 8px 34px 8px 14px;
  font-size: 13px;
  font-weight: 600;

  line-height: 1;
  cursor: pointer;

  outline: none;
}

.cel-imoveis-order__select:focus{
  border-color: rgba(255,255,255,.85);
  box-shadow: 0 0 0 1px rgba(255,255,255,.25);
}

/* setinha minimal */
.cel-imoveis-order{
  position: relative;
}
.cel-imoveis-order__select{
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Em temas claros, você pode preferir borda escura.
   Se quiser, adicione class="is-light" no shortcode e ajuste aqui. */
