.search-suggestion-row{color:#ccc;cursor:pointer;align-items:center;gap:8px;min-width:0;padding:16px;display:flex}.search-suggestion-row.has-remove{padding-right:8px}.search-suggestion-row .suggestion-text{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}.search-suggestion-row .btn-remove{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;display:flex}.search-suggestion-row .btn-remove:hover{background-color:#262626}.search-suggestion-row .remove-icon{pointer-events:none;flex-shrink:0;width:20px;height:20px;display:block;overflow:visible}.search-suggestion-row:hover{background-color:#262626}.search-suggestion-row.is-focused{background-color:#212121}.search-suggestion-row .tag{vertical-align:middle;color:#ccc;background-color:#333;border-radius:5px;padding:0 4px;line-height:22px;display:inline-block}
.mobile-search{z-index:110;background:#1a1a1a;width:100%;height:100lvh;padding:20px 20px 10px;display:flex;position:fixed;top:0;left:0}.mobile-search .search-backdrop{position:absolute;inset:0}.mobile-search .search-bar-with-suggestions{align-self:flex-start;gap:12px;width:100%;display:flex;position:relative}.mobile-search .search-bar-with-suggestions .suggestions{height:calc(100dvh - 60px);box-shadow:none;max-height:unset;overscroll-behavior:contain;margin-right:0;top:50px;overflow:auto}.mobile-search .btn-search{display:none}.mobile-search .close-search-container{border:1px solid var(--border-tertiery);background:var(--surface-on-surface);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-search .close-search-container .btn-close{width:24px;height:24px;color:var(--icon-primary);background:unset}