/* ClearVote no-aura layer. Keeps the existing bar, outline, icons, and spacing. */
#searchFeedSectionView .cute-search-wrapper {
  filter: none !important;
  box-shadow: none !important;
}

#searchFeedSectionView .cute-search-wrapper::before,
#searchFeedSectionView .cute-search-wrapper::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

#searchFeedSectionView .cute-search-wrapper:focus-within {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}
