/* Isolate the dark mobile search sheet from global light-mode button rules. */
@media(max-width:640px){html:not([data-theme="dark"]) #mobile-search-sheet{background:#202124!important;color:#e8eaed!important;opacity:0;visibility:hidden}html:not([data-theme="dark"]) #mobile-search-sheet.on{opacity:1!important;visibility:visible!important}html:not([data-theme="dark"]) #mobile-search-sheet input,html:not([data-theme="dark"]) #mobile-search-sheet input:focus{color:#f1f3f4!important;-webkit-text-fill-color:#f1f3f4!important;background:transparent!important}html:not([data-theme="dark"]) #mobile-search-sheet input::placeholder{color:#aeb4bb!important;-webkit-text-fill-color:#aeb4bb!important}html:not([data-theme="dark"]) #mobile-search-sheet button,html:not([data-theme="dark"]) #mobile-search-sheet button:hover,html:not([data-theme="dark"]) #mobile-search-sheet button:focus-visible{color:#e8eaed!important;-webkit-text-fill-color:#e8eaed!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}html:not([data-theme="dark"]) #mobile-search-sheet .mobile-history-query strong{color:#f1f3f4!important;-webkit-text-fill-color:#f1f3f4!important}html:not([data-theme="dark"]) #mobile-search-sheet .mobile-history-query small,html:not([data-theme="dark"]) #mobile-search-sheet .mobile-history-query span,html:not([data-theme="dark"]) #mobile-search-sheet .mobile-history-remove,html:not([data-theme="dark"]) #mobile-search-sheet .mobile-history-empty{color:#aeb4bb!important;-webkit-text-fill-color:#aeb4bb!important}.mobile-history-query:active{background:#303134!important;border-radius:10px!important}}
