.site-search{border:1px solid var(--border);background:var(--background);width:calc(100% - 32px);max-width:640px;color:var(--foreground);font-family:var(--font-manrope), sans-serif;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #0000002e}.site-search-input-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:20px 24px;display:flex}.site-search-input-row input{min-height:40px}.site-search-input-row:focus-within{border-bottom-color:var(--foreground)}.site-search-submit{background:var(--foreground);color:var(--background);cursor:pointer;border-radius:4px;padding:10px 16px;font-size:13px;font-weight:600}.site-search-submit:disabled{opacity:.4;cursor:default}.site-search-close{min-width:32px;min-height:40px;color:var(--muted-foreground);cursor:pointer;font-size:24px}.site-search-results{max-height:min(60dvh,560px);padding:8px;overflow-y:auto}.site-search-empty{color:var(--muted-foreground);padding:28px 16px 32px;font-size:13px;line-height:1.7}.site-search-empty .site-search-empty-title{font-family:var(--font-reading-serif), Georgia, serif;color:var(--foreground);margin-bottom:12px;font-size:24px;line-height:1.4}.site-search-result{border-left:2px solid #0000;border-radius:4px;margin-block:4px}.site-search-result:is(:hover,[aria-selected=true]){background:var(--muted);border-left-color:var(--foreground)}.site-search .site-search-scripture{font-family:var(--font-reading-serif), Georgia, serif;margin-top:8px;font-size:15px;line-height:1.75}.site-search mark{background:var(--accent);color:var(--foreground)}.site-search :is(button,a):focus-visible{outline:2px solid var(--foreground);outline-offset:-2px}@media (max-width:540px){.site-search-input-row{gap:8px;padding:12px}.site-search-submit{padding:10px}.site-search-empty{padding:20px 8px}}