body #appShell .dbx-global-search input {cursor:text;color:var(--home-text,#263238)}
/* Balance the actual utility width, not a sidebar-specific offset. */
body #appShell .topbar.dbx-search-centered {display:grid;grid-template-columns:minmax(var(--search-side-width),1fr) minmax(0,700px) minmax(var(--search-side-width),1fr)}
body #appShell .topbar.dbx-search-centered>.sidebar-collapse-toggle {justify-self:start}
body #appShell .topbar.dbx-search-centered>.dbx-global-search {width:100%;justify-self:center}
body #appShell .topbar.dbx-search-centered>.topbar-right {justify-self:end;margin-left:0}
.dbx-search-results {position:fixed;z-index:10050;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid #e4e3df;border-radius:8px;box-shadow:0 4px 16px #17202714;font:400 13px/1.4 var(--sans,sans-serif);color:#263238}
.dbx-search-results[hidden] {display:none!important}
.dbx-search-heading {padding:8px 12px 4px;font-size:11px;color:#555f68}
.dbx-search-option {position:relative;padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0efec;overflow-wrap:anywhere}
.dbx-search-option:hover,.dbx-search-option[aria-selected="true"] {background:#f5f6f9}
.dbx-search-title {font-size:13px;font-weight:500}
.dbx-search-subtitle {font-size:12px;color:#52606b}
.dbx-search-status {font-size:11px;color:#52606b}
.dbx-search-message {padding:12px;color:#52606b;font-size:12px}
