/* Tour Search — Category Tabs/Pills */
.bc-tour-category-tabs {
  margin-bottom: 20px;
  padding: 0 15px;
}
.bc-tour-category-tabs .nav-tabs {
  border-bottom: 2px solid #1a5276;
  gap: 4px;
  flex-wrap: wrap;
}
.bc-tour-category-tabs .nav-tabs .nav-link {
  color: #555;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 8px 16px;
  white-space: nowrap;
}
.bc-tour-category-tabs .nav-tabs .nav-link.active,
.bc-tour-category-tabs .nav-tabs .nav-link:hover {
  color: #1a5276;
  border-bottom-color: #1a5276;
  background: transparent;
}
.bc-tour-subcategory-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.bc-tour-subcategory-pills .badge {
  cursor: pointer;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #555;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.bc-tour-subcategory-pills .badge:hover,
.bc-tour-subcategory-pills .badge.active {
  background: #1a5276;
  color: #fff;
  border-color: #1a5276;
}
.bc-hp-card .bc-card-duration {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.bc-hp-card .bc-card-category-tag {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f0f7ff;
  color: #1a5276;
  margin-top: 4px;
}
