
/* AdiPress – Sorted Listings Pro (neutral) */
.ap-sortbar{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;margin:12px 0 18px;padding:10px 14px;overflow-x:auto}
.ap-sortbar__inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ap-sortbar__label{font-size:12px;color:#6b7280;margin-right:8px}
.ap-sortbar__select-el{appearance:none;border:1px solid #d1d5db;border-radius:10px;padding:8px 12px;background:#fff;min-width:190px}
.ap-sortbar__chips{display:flex;gap:10px;white-space:nowrap}
.ap-chip{display:inline-block;padding:7px 14px;border-radius:999px;background:#eef2f7;border:1px solid #dde3ea;color:#232f3e;text-decoration:none;font-weight:600;transition:all .15s}
.ap-chip:hover{background:#e7ebf0;border-color:#d5dbe3}
.ap-chip.is-active{background:#111827;color:#fff;border-color:#111827}
.ap-sortbar .ap-sortbar__chips{display:flex !important}
@media (max-width: 640px){.ap-sortbar__inner{gap:8px}.ap-chip{padding:6px 12px}}
