.compact-home .results-heading{flex-wrap:wrap;align-items:center;gap:16px}
.compact-home .results-heading .sort-field{flex:0 1 19rem;width:19rem;max-width:100%;gap:7px;margin-left:auto}
.sort-label{font-size:.875rem;font-weight:600;color:#405974}
.sort-control{position:relative;display:block;min-width:0;border-radius:13px;box-shadow:0 4px 12px #0055bd09}
.compact-home .results-heading .sort-control select{display:block;appearance:none;-webkit-appearance:none;width:100%;max-width:100%;min-height:50px;margin:0;padding:12px 38px 12px 46px;border:1px solid #bad6f5;border-radius:13px;background:linear-gradient(115deg,#fff,#f0f9ff);color:#153c6c;font-size:1rem;font-weight:600;line-height:1.5;cursor:pointer;transition:border-color .15s,box-shadow .15s}
.compact-home .results-heading .sort-control select:hover{border-color:#477fdb;box-shadow:0 4px 14px #0055bd12}
.compact-home .results-heading .sort-control select:focus-visible{outline:3px solid #0054e9;outline-offset:3px}
.sort-control svg{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;color:#005bd7}
.sort-control .sort-icon{left:15px;width:20px;height:20px}
.sort-control .sort-chevron{right:12px;width:18px;height:18px}
.sort-control option{background:#fff;color:#153c6c;font-weight:400}
@media(max-width:560px){.compact-home .results-heading .sort-field{flex-basis:100%;width:100%;margin-left:0}}
@media(prefers-reduced-motion:reduce){.compact-home .results-heading .sort-control select{transition:none}}
