/* V100 — typing-first recommendation guidance */
.topbar .search-wrap{position:relative!important;padding-bottom:22px!important}
.search-example-line{
  position:absolute;left:calc(112px + 20px);right:140px;bottom:4px;
  min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  font-size:10px;line-height:1;color:rgba(209,176,236,.82);
  letter-spacing:.04em;font-weight:800;pointer-events:none;
}
.microphone-help-examples{margin:10px 0 0;color:rgba(235,220,245,.78);font-size:14px;line-height:1.45}
@media(max-width:900px){
  .topbar .search-wrap{padding-bottom:20px!important}
  .search-example-line{left:20px;right:126px;bottom:4px;font-size:9px}
}
@media(max-width:430px){
  .search-example-line{right:116px;font-size:8.5px}
}
@media(prefers-reduced-motion:reduce){.search-example-line{transition:none!important}}
