/**
 * TourSure Top Bar Filters (TSLT) - Clean Minimal Style
 * File: toursure-filters-tslist-top.css
 * Version: 2.5.0
 * Beautiful custom dropdowns with rounded menu and smooth animations
 */

/* ========================================
   0. GOOGLE FONTS - Kanit Thai Font
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap');

/* ========================================
   1. MAIN WRAPPER - Full Width Layout
   ======================================== */

.ts-filters-topbar-wrapper-tslt {
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-family: 'Kanit', 'Prompt', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ts-filters-topbar-wrapper-tslt.ts-compact-tslt {
  max-width: 100%;
}

/* ========================================
   2. TOP BAR CONTAINER - Clean Pill Shape
   ======================================== */

.ts-filters-topbar-tslt {
  background: #ffffff;
  border-radius: 80px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  padding: 4px;
  transition: box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 1200px;
}

.ts-filters-topbar-tslt:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* ========================================
   3. FILTER ROW - Inline Flex Layout (FIXED)
   ======================================== */

.ts-filters-inner-tslt {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  flex-wrap: nowrap !important;
}

/* ========================================
   4. FILTER GROUPS - No Labels, Icon + Placeholder
   ======================================== */

.ts-topbar-filter-group-tslt {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-right: 1px solid #e5e7eb;
  min-width: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 76px;
  position: relative;
}

.ts-topbar-filter-group-tslt:hover {
  background-color: #f9fafb;
}

/* Remove border from last filter group before button */
.ts-topbar-filter-group-tslt:nth-last-child(2) {
  border-right: none;
}

/* Hide Labels - We only want placeholders */
.ts-topbar-filter-label-tslt {
  display: none !important;
}

/* Icons for each field */
.ts-topbar-filter-group-tslt::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}

/* Location Icon - First filter group (Destination) */
.ts-destination-group-tslt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
}

/* Calendar Icon - Month filter */
.ts-month-group-tslt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}

/* Calendar Icon - Year filter */
.ts-year-group-tslt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}

/* People Icon for travelers group */
.ts-travelers-group-tslt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

/* Group Icon for group size filter */
.ts-groupsize-group-tslt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

/* Remove custom dropdown arrow */
.ts-topbar-filter-group-tslt::after {
  display: none !important;
}

/* ========================================
   5. CUSTOM DROPDOWN - Beautiful rounded menu
   ======================================== */

/* Hide native select but keep it functional */
.ts-topbar-filter-select-tslt {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

/* Custom dropdown container */
.ts-custom-dropdown-tslt {
  position: relative;
  flex: 1;
  width: 100%;
}

/* Custom dropdown button (replaces select visually) */
.ts-custom-dropdown-button-tslt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Kanit', 'Prompt', sans-serif;
  color: #1f2937;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 200px;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.ts-custom-dropdown-button-tslt.placeholder {
  color: #9ca3af;
  font-weight: 300;
}

/* Remove all focus/active borders and outlines */
.ts-custom-dropdown-button-tslt:focus,
.ts-custom-dropdown-button-tslt:active,
.ts-custom-dropdown-button-tslt:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove any inner border/outline on all states */
.ts-custom-dropdown-button-tslt::before,
.ts-custom-dropdown-button-tslt::after {
  display: none !important;
}

/* Dropdown menu container */
.ts-custom-dropdown-menu-tslt {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 280px;
  max-width: 400px;
  max-height: 380px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ts-custom-dropdown-menu-tslt.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown option */
.ts-custom-dropdown-option-tslt {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  font-family: 'Kanit', 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f2937;
  cursor: pointer;
  border-radius: 14px;
  transition: all 0.15s ease;
  margin-bottom: 2px;
}

.ts-custom-dropdown-option-tslt:hover {
  background: linear-gradient(135deg, #f0fdfa 0%, #e6f9f7 100%);
  color: #0d9488;
  transform: translateX(4px);
}

.ts-custom-dropdown-option-tslt.selected {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(20, 184, 166, 0.25);
}

.ts-custom-dropdown-option-tslt.selected:hover {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  transform: translateX(0);
}

/* Placeholder option */
.ts-custom-dropdown-option-tslt.placeholder-option {
  color: #9ca3af;
  font-weight: 300;
}

/* Scrollbar styling */
.ts-custom-dropdown-menu-tslt::-webkit-scrollbar {
  width: 6px;
}

.ts-custom-dropdown-menu-tslt::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}

.ts-custom-dropdown-menu-tslt::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.ts-custom-dropdown-menu-tslt::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ========================================
   6. TRAVELERS GROUP - Simplified
   ======================================== */

.ts-travelers-group-tslt {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-right: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 76px;
}

.ts-travelers-group-tslt:hover {
  background-color: #f9fafb;
}

.ts-travelers-display-tslt {
  flex: 1;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Kanit', 'Prompt', sans-serif;
  color: #1f2937;
  cursor: pointer;
  user-select: none;
}

.ts-travelers-wrapper-tslt {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 340px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ts-travelers-wrapper-tslt.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.ts-travelers-dropdown-tslt {
  padding: 20px 24px;
  font-family: 'Kanit', 'Prompt', sans-serif;
}

.ts-travelers-dropdown-tslt h4 {
  font-family: 'Kanit', 'Prompt', sans-serif;
  font-weight: 500;
}

.ts-traveler-row-tslt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.ts-traveler-row-tslt:not(:last-of-type) {
  border-bottom: 1px solid #f3f4f6;
}

.ts-traveler-label-tslt {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Kanit', 'Prompt', sans-serif;
  color: #111827;
}

/* Counter Controls */
.ts-counter-group-tslt {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ts-counter-btn-tslt,
.ts-counter-minus-tslt,
.ts-counter-plus-tslt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.ts-counter-btn-tslt:hover,
.ts-counter-minus-tslt:hover,
.ts-counter-plus-tslt:hover {
  border-color: #14b8a6;
  background: #f0fdfa;
}

.ts-counter-btn-tslt svg,
.ts-counter-minus-tslt svg,
.ts-counter-plus-tslt svg {
  stroke-width: 2.5;
  color: #6b7280;
  pointer-events: none;
}

.ts-counter-input-tslt {
  min-width: 40px;
  width: 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Kanit', 'Prompt', sans-serif;
  color: #111827;
  border: none;
  background: transparent;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.ts-counter-input-tslt::-webkit-outer-spin-button,
.ts-counter-input-tslt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ========================================
   7. SEARCH BUTTON - Teal/Cyan Color (No wrapper needed)
   ======================================== */

.ts-topbar-search-btn-tslt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  border: none;
  border-radius: 72px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Kanit', 'Prompt', sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(20, 184, 166, 0.3);
  white-space: nowrap;
  flex-shrink: 0;
}

.ts-topbar-search-btn-tslt:hover:not(:disabled) {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(20, 184, 166, 0.4);
}

.ts-topbar-search-btn-tslt:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(20, 184, 166, 0.3);
}

.ts-topbar-search-btn-tslt:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ts-topbar-search-btn-tslt svg {
  width: 20px;
  height: 20px;
}

/* Reset Button */
.ts-topbar-reset-btn-tslt {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 40px;
  color: #6b7280;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Kanit', 'Prompt', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  margin-right: 12px;
}

.ts-topbar-reset-btn-tslt:hover {
  background: #e5e7eb;
  color: #374151;
  border-color: #9ca3af;
}

.ts-topbar-reset-btn-tslt svg {
  width: 16px;
  height: 16px;
}

/* ========================================
   8. ACTIVE FILTERS - Outside the bar, no border
   ======================================== */

.ts-topbar-active-filters-tslt {
  display: none;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 0;
}

.ts-topbar-active-header-tslt {
  display: none;
}

.ts-topbar-active-tags-tslt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.ts-topbar-filter-tag-tslt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 20px;
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  color: #ffffff;
  border-radius: 28px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Kanit', 'Prompt', sans-serif;
  box-shadow: 0 2px 8px rgba(20, 184, 166, 0.3);
  animation: tsTagFadeIn 0.25s ease;
}

@keyframes tsTagFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.ts-topbar-tag-remove-tslt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ts-topbar-tag-remove-tslt:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.1);
}

.ts-topbar-tag-remove-tslt svg {
  width: 11px;
  height: 11px;
}

/* ========================================
   9. RESULTS COUNT - HIDDEN
   ======================================== */

.ts-topbar-results-count-tslt {
  display: none !important;
}

.ts-topbar-count-number-tslt {
  display: none !important;
}

/* ========================================
   10. RESPONSIVE DESIGN
   ======================================== */

/* Large Desktop */
@media (min-width: 1200px) {
  .ts-filters-topbar-tslt {
    padding: 6px;
  }

  .ts-topbar-filter-group-tslt,
  .ts-travelers-group-tslt {
    padding: 16px 24px;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .ts-filters-topbar-wrapper-tslt {
    padding: 1.5rem 1rem;
  }

  .ts-filters-topbar-tslt {
    border-radius: 60px;
    padding: 4px;
  }

  .ts-filters-inner-tslt {
    flex-wrap: wrap;
  }

  .ts-topbar-filter-group-tslt,
  .ts-travelers-group-tslt {
    min-width: calc(50% - 2px);
    padding: 12px 16px;
  }

  .ts-topbar-search-btn-tslt {
    width: 100%;
    margin-top: 4px;
    border-radius: 56px;
  }

  .ts-travelers-wrapper-tslt {
    left: auto;
    right: 0;
    transform: translateX(0);
  }

  .ts-travelers-wrapper-tslt.active {
    transform: translateX(0) translateY(0);
  }

  .ts-topbar-active-filters-tslt {
    max-width: 100%;
  }

  /* Custom dropdown adjustments */
  .ts-custom-dropdown-menu-tslt {
    min-width: 260px;
    max-height: 320px;
  }

  .ts-custom-dropdown-button-tslt {
    min-width: 160px;
    font-size: 16px;
  }

  .ts-custom-dropdown-option-tslt {
    padding: 12px 16px;
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ts-filters-topbar-wrapper-tslt {
    padding: 1.5rem 0.75rem;
  }

  .ts-filters-topbar-tslt {
    border-radius: 32px;
    padding: 8px;
  }

  .ts-filters-inner-tslt {
    flex-direction: column;
    gap: 4px;
  }

  .ts-topbar-filter-group-tslt,
  .ts-travelers-group-tslt {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 14px 16px;
  }

  .ts-topbar-filter-group-tslt:last-of-type,
  .ts-travelers-group-tslt {
    border-bottom: none;
  }

  .ts-topbar-filter-select-tslt,
  .ts-travelers-display-tslt {
    font-size: 16px;
  }

  .ts-topbar-filter-select-tslt {
    min-width: 180px;
  }

  .ts-topbar-filter-select-tslt option {
    font-size: 15px;
    padding: 14px 18px;
    min-height: 48px;
  }

  .ts-topbar-search-btn-tslt {
    width: 100%;
    padding: 16px 28px;
    font-size: 17px;
    border-radius: 28px;
  }

  .ts-topbar-reset-btn-tslt {
    width: 100%;
    margin: 0 0 4px 0;
  }

  .ts-travelers-wrapper-tslt {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) scale(0.95);
    max-width: 90vw;
    max-height: 80vh;
    overflow-y: auto;
  }

  .ts-travelers-wrapper-tslt.active {
    transform: translate(-50%, -50%) scale(1);
  }

  .ts-topbar-active-filters-tslt {
    padding: 0;
  }

  .ts-topbar-filter-tag-tslt {
    font-size: 14px;
    padding: 8px 14px 8px 16px;
  }

  /* Icons slightly smaller on mobile */
  .ts-topbar-filter-group-tslt::before,
  .ts-travelers-group-tslt::before {
    width: 18px;
    height: 18px;
  }

  /* Custom dropdown mobile adjustments */
  .ts-custom-dropdown-button-tslt {
    font-size: 16px;
    min-width: 100%;
  }

  .ts-custom-dropdown-menu-tslt {
    min-width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    max-height: 60vh;
    border-radius: 16px;
    left: 50%;
    right: auto;
  }

  .ts-custom-dropdown-option-tslt {
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 12px;
  }
}

/* ========================================
   11. ACCESSIBILITY
   ======================================== */

.ts-topbar-filter-group-tslt:focus-within,
.ts-travelers-group-tslt:focus-within {
  background-color: #f9fafb;
  outline: 2px solid #14b8a6;
  outline-offset: -2px;
}

.ts-topbar-filter-select-tslt:focus,
.ts-topbar-search-btn-tslt:focus,
.ts-topbar-reset-btn-tslt:focus,
.ts-counter-btn-tslt:focus,
.ts-counter-minus-tslt:focus,
.ts-counter-plus-tslt:focus,
.ts-topbar-tag-remove-tslt:focus,
.ts-custom-dropdown-button-tslt:focus {
  outline: 2px solid #14b8a6;
  outline-offset: 2px;
}

.ts-custom-dropdown-option-tslt:focus {
  background: linear-gradient(135deg, #f0fdfa 0%, #e6f9f7 100%);
  color: #0d9488;
  outline: none;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .ts-filters-topbar-tslt {
    border: 2px solid #000;
  }

  .ts-topbar-filter-group-tslt {
    border-right-width: 2px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   12. LOADING STATES
   ======================================== */

.ts-filters-topbar-tslt.ts-loading-tslt {
  pointer-events: none;
  opacity: 0.6;
}

.ts-topbar-search-btn-tslt.ts-loading-tslt::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: tsSpinner 0.6s linear infinite;
}

@keyframes tsSpinner {
  to {
    transform: rotate(360deg);
  }
}

/* ========================================
   13. PRINT STYLES
   ======================================== */

@media print {
  .ts-filters-topbar-tslt {
    display: none !important;
  }
}

/* ========================================
   14. DARK MODE SUPPORT (Optional)
   ======================================== */

@media (prefers-color-scheme: dark) {
  .ts-filters-topbar-tslt {
    background: #1f2937;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .ts-topbar-filter-group-tslt,
  .ts-travelers-group-tslt {
    border-right-color: #374151;
  }

  .ts-topbar-filter-group-tslt:hover,
  .ts-travelers-group-tslt:hover {
    background-color: #374151;
  }

  .ts-topbar-select-tslt,
  .ts-travelers-display-tslt {
    color: #e5e7eb;
  }

  .ts-travelers-wrapper-tslt {
    background: #1f2937;
  }

  .ts-topbar-active-filters-tslt {
    background: #374151;
    border-color: #4b5563;
  }

  .ts-topbar-results-count-tslt {
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
    border-color: #4b5563;
    color: #9ca3af;
  }
}
