/* Focused search sheet, displayed only on phones after the search field is tapped. */
#mobile-search-sheet{display:none}
@media(max-width:640px){#mobile-search-sheet{position:fixed;z-index:13000;inset:0;display:block;background:#202124;color:#e8eaed;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;padding:calc(12px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom))}#mobile-search-sheet.on{opacity:1;visibility:visible;pointer-events:auto}.mobile-search-form{display:flex;align-items:center;gap:10px;min-height:48px}.mobile-search-form input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;color:#e8eaed!important;-webkit-text-fill-color:#e8eaed!important;font-size:16px!important;font-weight:500}.mobile-search-form input::placeholder{color:#aeb4bb}.mobile-search-plus,.mobile-search-mic{width:34px;height:34px;border:0;background:transparent!important;color:#e8eaed!important;font-size:28px;line-height:1;display:grid;place-items:center}.mobile-search-mic{font-size:22px}.mobile-search-rule{height:1px;background:#5f6368;margin:8px 0 4px}.mobile-search-history{max-height:calc(100dvh - 100px);overflow:auto;padding-bottom:18px}.mobile-history-row{display:flex;align-items:center;gap:4px;min-height:58px}.mobile-history-query{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;flex:1;min-width:0;padding:9px 2px;border:0;background:transparent!important;color:#e8eaed!important;text-align:left}.mobile-history-query span{grid-row:1 / 3;display:grid;place-items:center;color:#aeb4bb;font-size:26px}.mobile-history-query strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.25}.mobile-history-query small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#aeb4bb;font-size:11px}.mobile-history-remove{width:38px;height:38px;border:0;background:transparent!important;color:#aeb4bb!important;font-size:28px;line-height:1}.mobile-history-empty{padding:24px 4px;color:#aeb4bb;font-size:14px}body.mobile-search-open{overflow:hidden!important}body.mobile-search-open #bottom-nav{display:none!important}}
