.search-results-container{flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:clip}.search-results-header,.search-results-footer{background-color:#e5e7eb;width:100%}.search-results-loading-overlay{z-index:50;background:#ffffffbf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.search-results-loading-spinner{border:4px solid #9ca3af;border-top-color:#0000;border-radius:9999px;width:40px;height:40px;animation:1s linear infinite search-results-spin}@keyframes search-results-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
