.cie-search-correction {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  background: #eef1f2;
  color: #465961;
  font: inherit;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.cie-live-search .cie-search-correction { margin-bottom: 16px; }
.cie-search-correction a {
  display: inline;
  color: #465961;
  font-weight: 600;
  text-decoration: underline !important;
}
.cie-search-correction a:focus-visible,
.cie-search-correction a.is-active {
  outline: 2px solid #465961;
  outline-offset: 3px;
}

/* Keep the product highlight without the inset lime edge. */
.cie-live-search .cie-live-search__product:hover,
.cie-live-search .cie-live-search__product:focus-visible,
.cie-live-search .cie-live-search__product.is-active {
  box-shadow: none;
}

/* Cancel the inherited form-select top margin in this one toolbar. */
.cie-product-search-page .cie-product-search-page__per-page select {
  margin: 0 !important;
}
