.custom-search-container{position:relative;width:100%}.custom-search-input{width:100%;height:2.75rem;padding:.625rem 2.5rem;background-color:white;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;color:#1f2937;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.custom-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.custom-search-input::placeholder{color:#9ca3af}.custom-search-icon{left:.75rem;width:1rem;height:1rem;color:#9ca3af;pointer-events:none}.custom-search-clear,.custom-search-icon{position:absolute;top:50%;transform:translateY(-50%)}.custom-search-clear{right:.75rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;border-radius:9999px;background-color:#f3f4f6;color:#6b7280;cursor:pointer;transition:all .15s ease}.custom-search-clear:hover{background-color:#e5e7eb;color:#1f2937}.custom-search-results{position:absolute;z-index:50;top:calc(100% + .5rem);left:0;right:0;max-height:24rem;overflow-y:auto;background-color:white;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.custom-search-loading{display:flex;align-items:center;justify-content:center;padding:1.5rem;color:#6b7280;font-size:.875rem}.custom-search-loading-spinner{margin-right:.5rem;width:1.25rem;height:1.25rem;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.custom-search-results-header{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#4b5563;border-bottom:1px solid #f3f4f6}.custom-search-results-list{padding:.5rem 0}.custom-search-result{display:flex;padding:.75rem 1rem;text-decoration:none;transition:background-color .15s ease}.custom-search-result:hover{background-color:#f9fafb}.custom-search-result-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-right:.75rem;border-radius:.375rem;background-color:#f3f4f6;color:#4b5563}.custom-search-result-content{flex:1;min-width:0}.custom-search-result-title{margin-bottom:.25rem;font-weight:500;font-size:.9375rem;color:#1f2937;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-search-result-excerpt{font-size:.875rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-search-result-excerpt mark,.custom-search-result-title mark{background-color:rgba(250,204,21,.2);color:inherit;padding:0 .15em;border-radius:.125rem;font-weight:500}.custom-search-results-footer{padding:.75rem 1rem;border-top:1px solid #f3f4f6;text-align:center}.custom-search-more{font-size:.875rem;font-weight:500;color:#3b82f6;text-decoration:none}.custom-search-more:hover{text-decoration:underline}.custom-search-no-results{padding:1.5rem;text-align:center;color:#6b7280;font-size:.875rem}