.smart-search-wrap{position:relative;flex:1;min-width:0}.smart-search-suggestions{position:absolute;z-index:120;top:calc(100% + 8px);left:0;right:0;overflow:hidden;border:1px solid #e8e3e5;border-radius:17px;background:#fff;box-shadow:0 20px 55px rgba(35,24,28,.16)}.smart-search-suggestions[hidden]{display:none}.smart-suggestion-section{padding:9px}.smart-suggestion-section+.smart-suggestion-section{border-top:1px solid #f0ecee}.smart-suggestion-title{display:block;padding:3px 7px 7px;color:#938b8e;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.smart-suggestion{display:flex;align-items:center;gap:10px;padding:8px;border-radius:11px;color:#2f292b;text-decoration:none;transition:.15s}.smart-suggestion:hover,.smart-suggestion.is-active{background:#fff3f7}.smart-suggestion img{width:42px;height:42px;border-radius:9px;object-fit:cover;background:#f4f1f2}.smart-suggestion div{display:grid;gap:2px;min-width:0}.smart-suggestion strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.smart-suggestion small{color:#887f82;font-size:11px}.smart-suggestion.is-simple:before{content:'↗';display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#f5f1f2;color:#dc3d6b}.smart-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px}.smart-filter-field{display:grid;gap:5px}.smart-filter-field label,.smart-filter-field>span{font-size:11px;font-weight:750;color:#6f676a}.smart-filter-field input,.smart-filter-field select{width:100%;min-height:42px;box-sizing:border-box;padding:0 10px;border:1px solid #ded8da;border-radius:10px;background:#fff}.smart-filter-check{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 10px;border:1px solid #ded8da;border-radius:10px;background:#fff;font-size:12px;font-weight:750}.smart-filter-check input{width:auto;min-height:auto}.smart-filter-actions{display:flex;align-items:end;gap:8px}.smart-filter-actions button{min-height:42px;padding:0 14px;border:0;border-radius:10px;background:#211b1d;color:#fff;font-weight:800;cursor:pointer}.smart-filter-actions button[type=reset]{background:#eee9eb;color:#51494c}.smart-empty-links{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:14px}.smart-empty-links button{padding:7px 10px;border:1px solid #e5dfe1;border-radius:999px;background:#fff;color:#d73766;cursor:pointer}.smart-recommendations{grid-column:1/-1;margin-top:22px}.smart-recommendations>h3{margin-bottom:12px;text-align:left}@media(max-width:780px){.smart-filter-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.smart-filter-grid{grid-template-columns:1fr}.smart-search-suggestions{position:fixed;top:76px;left:10px;right:10px;max-height:70vh;overflow:auto}}
.smart-empty{grid-column:1/-1;width:100%}
