.progress-tracker{height:3rem;width:100%;margin:0;display:flex;align-items:center;justify-content:flex-start}.progress-tracker .progress-track{flex:1 1;display:flex;height:2rem;overflow:hidden;border-radius:.5rem;background-color:var(--bg-color-1);border-color:var(--border-color-1);border-width:1px;border-style:solid}.progress-tracker .progress-track :first-child{border-radius:.5rem}.progress-tracker .progress-track :last-child{flex:1 1}.progress-tracker>*{margin:0 .5rem}.web-search{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:16px;gap:16px}.web-search-item{display:flex;flex-direction:column;align-items:center;text-align:center}.web-search-item img{width:100%;aspect-ratio:1/1;object-fit:cover}.web-search-item div:nth-child(2){font-size:.8rem;color:gray;margin-top:8px}.web-search-item div:nth-child(3){font-size:1rem;font-weight:700;margin-top:4px}