/* V88 — definitive single-row search console fix */
.topbar{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  overflow:visible!important;
}
.topbar .search-wrap{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  min-height:58px!important;
  height:58px!important;
  gap:9px!important;
  padding:6px 7px 6px 12px!important;
  overflow:hidden!important;
}
.topbar .search-wrap .help-console-title,
.topbar .search-wrap .search-spark{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.topbar .search-wrap #search{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  height:42px!important;
  padding:0 4px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.topbar .search-actions{
  flex:0 0 auto!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:7px!important;
  width:auto!important;
  min-width:max-content!important;
  height:44px!important;
}
.topbar #voiceSearch,
.topbar #submitSearch{
  position:static!important;
  inset:auto!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  line-height:1!important;
  border-radius:12px!important;
  z-index:2!important;
}
.topbar #voiceSearch{
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
}
.topbar #submitSearch{
  width:78px!important;
  min-width:78px!important;
  max-width:78px!important;
  gap:5px!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  background:linear-gradient(180deg,#9d4cff,#4e0e83)!important;
  border:1px solid rgba(255,255,255,.76)!important;
  box-shadow:0 0 0 2px rgba(130,47,220,.18),inset 0 1px rgba(255,255,255,.42),0 7px 18px rgba(81,12,135,.34)!important;
}
.topbar #voiceSearch .voice-icon{font-size:17px!important;line-height:1!important}
.topbar #submitSearch .search-enter-icon{font-size:19px!important;line-height:1!important}
.topbar #submitSearch .search-enter-label{display:inline!important;font-size:9px!important;line-height:1!important}
.topbar #voiceSearch::before,
.topbar #voiceSearch::after,
.topbar #submitSearch::before,
.topbar #submitSearch::after{content:none!important;display:none!important}
@media(max-width:900px){
  .topbar{grid-template-columns:minmax(0,1fr)!important}
  .topbar .premium{display:none!important}
}
@media(max-width:700px){
  .topbar .search-wrap{height:50px!important;min-height:50px!important;padding:5px 6px 5px 8px!important;gap:6px!important}
  .topbar .search-wrap .search-spark{display:none!important}
  .topbar .search-wrap .help-console-title{font-size:10px!important;padding:0 7px!important}
  .topbar .search-actions{height:40px!important;gap:5px!important}
  .topbar #voiceSearch,.topbar #submitSearch{height:38px!important;min-height:38px!important;max-height:38px!important;border-radius:10px!important}
  .topbar #voiceSearch{width:38px!important;min-width:38px!important;max-width:38px!important}
  .topbar #submitSearch{width:42px!important;min-width:42px!important;max-width:42px!important}
  .topbar #submitSearch .search-enter-label{display:none!important}
  .topbar #submitSearch .search-enter-icon{font-size:20px!important}
}
@media(max-width:430px){
  .topbar .search-wrap .help-console-title{display:none!important}
  .topbar .search-wrap #search{font-size:12px!important}
}
