body:not(.unauth) > header .search { max-width: 700px; }
.search #search { min-width: 0; font-size: 15px; }
.search #clearSearch { flex-shrink: 0; font-size: 20px; width: 28px; height: 28px; }
.explorer { overflow: auto; padding-bottom: 30px; }
.file-row { min-height: 55px; height: auto; padding-block: 8px; }
.file-row .name { position: relative; white-space: normal; overflow-wrap: anywhere; padding-right: 12px; }
.file-row .index-status { display: block; color: #60746e; font-size: 12px; margin: 4px 0 0 28px; }
.search-panel { border: 1px solid #d8e6df; background: #f0f7f3; border-radius: 6px; padding: 15px 18px; margin-bottom: 18px; }
.search-panel p { font-size: 15px; margin: 0 0 5px; color: #214f44; }
.search-panel small { font-size: 13px; line-height: 1.5; color: #536d63; }
.search-result { border: 1px solid #dce7e0; border-radius: 7px; padding: 18px 20px; margin: 0 0 12px; background: #fff; }
.search-result-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.search-result-heading > span { color: #65786e; font-size: 13px; flex-shrink: 0; }
.search-open { text-align: left; color: #0e7168; font-size: 18px; font-weight: 600; padding: 0; border-radius: 2px; overflow-wrap: anywhere; }
.search-open:hover { background: none; text-decoration: underline; text-underline-offset: 4px; }
.search-result-path { font-size: 13px; color: #64776f; margin: 8px 0 13px; }
.search-result-snippet { font-size: 16px; line-height: 1.65; color: #263e35; overflow-wrap: anywhere; margin: 0 0 14px; }
.search-result-bottom { border-top: 1px solid #edf2ef; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.search-result-bottom > span { color: #5d7268; font-size: 12px; }
.search-result-bottom button { color: #0e7168; font-size: 13px; padding: 6px 8px; }
.list-more { border: 1px solid #b6cfc2; padding: 12px 20px; color: #0e7168; font-size: 15px; border-radius: 5px; }
:is(.search-open,.list-more,#clearSearch,#refreshItems):focus-visible { outline: 3px solid #b67428; outline-offset: 4px; }
@media(max-width:650px){.search-result{padding:16px}.search-open{font-size:16px}.search-result-snippet{font-size:15px}.search-result-heading{flex-direction:column;gap:6px}.search-panel small{font-size:12px}.title{height:auto;min-height:80px}.title p{font-size:12px;line-height:1.4}.search-result-bottom{align-items:start}}
