
/* DaruGet smart search — Phase 3 */
.search{position:relative!important;z-index:10030}
.search-smart-panel{
  position:absolute;top:calc(100% + 10px);right:0;left:0;z-index:10040;
  display:none;overflow:hidden;border:1px solid #dfe8e2;border-radius:16px;background:#fff;
  box-shadow:0 18px 46px rgba(15,23,42,.15)
}
.search-smart-panel.open{display:block}
.search-smart-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #edf2ef;background:#fbfdfc}
.search-smart-head strong{font-size:12px;color:#172033}.search-smart-head span{font-size:12px;color:#94a3b8}
.search-smart-list{max-height:430px;overflow:auto;padding:6px}
.search-result-item{
  width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:9px;align-items:center;
  min-height:58px;padding:7px 8px;border:0;border-radius:11px;background:#fff;text-align:right;text-decoration:none;color:#172033
}
.search-result-item:hover,.search-result-item.is-active{background:#f3f9f5}
.search-result-media{width:46px;height:46px;display:grid;place-items:center;border:1px solid #e5ebe7;border-radius:10px;background:#fff;overflow:hidden}
.search-result-media img{display:block;width:100%;height:100%;object-fit:contain;padding:3px}
.search-result-icon{font-size:16px;color:#15803d}.search-result-copy{min-width:0}
.search-result-copy strong,.search-result-copy small{display:block}.search-result-copy strong{font-size:12px;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-result-copy small{margin-top:2px;color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-result-side{text-align:left;white-space:nowrap}.search-result-side strong{display:block;font-size:12px;color:#15803d}.search-result-side small{display:block;margin-top:2px;font-size:12px;color:#94a3b8}
.search-group-label{padding:6px 8px 3px;color:#94a3b8;font-size:12px;font-weight:900}
.search-smart-footer{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:9px 11px;border-top:1px solid #edf2ef;background:#fbfdfc}
.search-smart-footer a{font-size:12px;font-weight:900;color:#15803d;text-decoration:none}.search-smart-footer small{font-size:12px;color:#94a3b8}
.search-empty{padding:23px 12px;text-align:center;color:#64748b;font-size:12px;line-height:1.9}
.search-highlight{color:#15803d}
@media(max-width:760px){
 .search{z-index:11000}.search-smart-panel{position:fixed;top:72px;right:10px;left:10px;max-height:72vh}
 .search-smart-list{max-height:54vh}.search-result-item{grid-template-columns:42px minmax(0,1fr)}.search-result-side{grid-column:2;text-align:right;display:flex;gap:7px}.search-result-media{width:42px;height:42px}
}
