/* Mobile conversation search: a bounded overlay, not an expanding header. */
html.mw230 body .chat-context-strip:has(.chat-header-search-panel) {position:relative!important;z-index:30!important;overflow:visible!important;}
html.mw230 body .chat-context-strip .chat-header-actions:has(.chat-header-search-panel) {position:static!important;}
html.mw230 body .chat-header-search-panel {
 position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;
 width:auto!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;
 max-height:min(300px,45dvh)!important;overflow:auto!important;z-index:50!important;
 padding:10px!important;border:1px solid rgba(204,222,232,.5)!important;border-radius:18px!important;
 background:rgba(10,25,36,.97)!important;box-shadow:0 8px 22px rgba(0,0,0,.3)!important;
 color:#dce8ed!important;isolation:isolate;
}
html.mw230 body .chat-header-search-panel label {display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:100%!important;padding:7px 9px!important;border:1px solid rgba(204,222,232,.35)!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;}
html.mw230 body .chat-header-search-panel input,
html.mw230 body .chat-header-search-panel input:focus,
html.mw230 body .chat-header-search-panel input:focus-visible {
 font-size:16px!important;line-height:1.35!important;min-width:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important;
 border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#eef5f6!important;padding:0!important;border-radius:0!important;
}
html.mw230 body .chat-header-search-panel input::placeholder {font-size:16px!important;color:#b9c9d0!important;}
html.mw230 body .chat-header-search-panel label:focus-within {border-color:#a6d7e1!important;outline:0!important;box-shadow:none!important;}
html.mw230 body .chat-header-search-panel svg {flex-shrink:0!important;width:20px!important;height:20px!important;}
html.mw230 body .chat-header-search-panel .chat-search-types {display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin:8px 0!important;}
html.mw230 body .chat-header-search-panel button {font-size:12px!important;line-height:1.2!important;width:auto!important;min-width:0!important;height:32px!important;min-height:32px!important;padding:6px 9px!important;flex-shrink:0!important;border-radius:10px!important;border:1px solid rgba(204,222,232,.3)!important;background:#122b38!important;color:#e0edf2!important;box-shadow:none!important;}
html.mw230 body .chat-header-search-panel button[aria-pressed="true"] {background:#284956!important;border-color:#a6d7e1!important;}
html.mw230 body .chat-header-search-panel button:disabled {opacity:.45!important;}
html.mw230 body .chat-header-search-panel button:focus-visible {outline:1px solid #c5e6ed!important;outline-offset:1px!important;}
html.mw230 body .chat-header-search-panel .chat-search-date {font-size:12px!important;}
html.mw230 body .chat-header-search-panel .chat-search-date input {flex:1!important;width:0!important;color-scheme:dark;}
html.mw230 body .chat-header-search-panel .chat-search-summary {display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:8px!important;padding:0!important;font-size:12px!important;}
html.mw230 body .chat-header-search-panel .chat-search-summary>span {min-width:0!important;}
html.mw230 body .chat-header-search-panel .chat-search-summary>div {display:flex!important;gap:4px!important;flex-shrink:0!important;}
html.mw230 body .chat-header-search-panel span {font-size:12px!important;color:inherit!important;}
html.mw230 body .chat-header-search-panel .chat-search-results button {display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;width:100%!important;height:auto!important;min-height:44px!important;text-align:left!important;white-space:normal!important;}
html.mw230 body .chat-header-search-panel .chat-search-results time {font-size:11px!important;color:#a8bdc8!important;}


/* Search must not mix its text with the history behind it. */
html.mw230 body .chat-header-search-panel {background:#0c1d29!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
html.mw230 body .chat-composer textarea {
 font-size:16px!important;line-height:22px!important;caret-color:#e4fbff!important;
 overflow-x:hidden!important;scroll-padding-block:12px; -webkit-text-size-adjust:100%;
}
html.mw230 body .chat-composer textarea:focus {outline:0!important;box-shadow:none!important;}
html.mw230 body .chat-header-search-panel input {caret-color:#e4fbff!important;}
