.currentSearchStrip.compactCurrentSearchStrip,
.trackCurrentSearch.currentSearchStrip.compactCurrentSearchStrip {
  min-height: 34px !important;
  height: auto !important;
  padding: 8px !important;
  gap: 8px !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.currentSearchStrip.compactCurrentSearchStrip > b,
.trackCurrentSearch.currentSearchStrip.compactCurrentSearchStrip > b {
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
}
.compactCurrentSummaryEnhanced > .currentSearchItems { display:none !important; }
.compactCurrentSummary {
  display:flex;
  flex:1 1 auto;
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
  align-items:center;
  align-content:center;
  column-gap:4px;
  row-gap:4px;
  overflow:visible;
  font-size:12px;
  line-height:1.45;
}
.compactCurrentSummaryGroup {
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:3px;
  max-width:100%;
  white-space:nowrap;
}
.compactCurrentSummaryGroup strong {
  color:#0B1730;
  font-size:12px;
  font-weight:550;
  line-height:inherit;
}
.compactCurrentSummaryValues {
  display:inline;
  color:#0B1730;
  font-size:12px;
  font-weight:400;
  line-height:inherit;
  white-space:nowrap;
}
.compactCurrentSummaryValue { font-size:12px; line-height:inherit; }
.compactCurrentSummaryValue.include { color:#0B69DF; font-weight:550; }
.compactCurrentSummaryValue.exclude { color:#D63C3C; font-weight:550; }
.compactCurrentSummaryValue.plain { color:#0B1730; }
.compactCurrentSummarySeparator {
  margin-left:3px;
  color:#0B1730;
  font-size:12px;
  font-weight:550;
  line-height:inherit;
}
.theme-dark .compactCurrentSummaryGroup strong { color:#FFFFFF; }
.theme-dark .compactCurrentSummaryValues,
.theme-dark .compactCurrentSummaryValue.plain { color:#FFFFFF; }
.theme-dark .compactCurrentSummarySeparator { color:#FFFFFF; }
