﻿/* Hallmark · component: search input · genre: modern-minimal · theme: Cobalt
 * states: default · hover · focus · active · disabled · loading · error · success
 * contrast: pass
 */
.faq-search-group {
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  width: 100%;
}

.faq-search-group .input-group-text {
  flex: 0 0 auto;
  white-space: nowrap;
}

.faq-search-group #faq-search {
  flex: 1 1 auto;
  min-width: 0;
  width: 1%;
}

.faq-search-group #faq-search:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}
