/* v142.8 — loupe plus grande + recherche globale texte et chiffres. */
#global-search-open {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

#global-search-open .v1428-search-icon {
  width: 25px !important;
  height: 25px !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

#global-search-open:active .v1428-search-icon {
  transform: scale(.92);
}

.v1428-global-result {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(28,42,57,.06);
  text-align: left;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.v1428-global-result .v110-search-row-main { min-width: 0; }
.v1428-global-result .v1428-search-kind {
  flex: 0 0 auto;
  max-width: 92px;
  padding: 4px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent, #187d64) 9%, transparent);
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1;
  font-weight: 760;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v1428-global-result:active { transform: scale(.992); opacity: .72; }

@media (prefers-reduced-motion: reduce) {
  #global-search-open .v1428-search-icon,
  .v1428-global-result { transition: none !important; transform: none !important; }
}
