/* Basic styling for Ride Type filter UI & pills */
.rt-filters {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  margin: 0 0 16px;
  font-size: 14px;
}
.rt-filters__label { font-weight: 600; margin-bottom: 8px; }
.rt-filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.rt-chip { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e5e7eb; padding: 6px 10px; border-radius: 999px; background: #fafafa; cursor: pointer; }
.rt-chip input { display: none; }
.rt-chip span { line-height: 1; }
.rt-btn { display: inline-block; padding: 8px 12px; border-radius: 8px; border: 1px solid #e5e7eb; text-decoration: none; }
.rt-btn--apply { background: #111; color: #fff; border-color: #111; }
.rt-btn--clear { background: #fff; color: #111; }
.rt-filters__actions { margin-top: 10px; display: flex; gap: 8px; }

.rt-ride-type-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0; }
.rt-pill { display: inline-block; font-size: 12px; line-height: 1; padding: 6px 10px; border-radius: 999px; background: #f3f4f6; text-decoration: none; color: inherit; border: 1px solid #e5e7eb; }
.rt-price { font-weight: 700; font-size: 1.125rem; }