.site-search{width:min(680px,calc(100% - 28px));max-height:min(590px,calc(100vh - 36px))}
.search-start>p{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:0 0 12px;padding:11px 13px;background:#eef5f7;border-inline-start:3px solid #158cb5}
.search-start>p b{font-size:11px}.search-start>p span{font-size:9px;color:#667085}
.search-start>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.search-start a{min-height:58px;border:1px solid #dce4ec;border-top:3px solid #158cb5;padding:9px 11px;background:#fff}
.search-start a:nth-child(2n){border-top-color:#168b62}.search-start a:nth-child(3n){border-top-color:#d08a16}.search-start a:nth-child(4n){border-top-color:#7358b8}
.search-start a:hover{background:#f7fafc}.search-start a span,.search-start a b{display:block}.search-start a span{color:#667085;font-size:8px}.search-start a b{font-size:10px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:720px){.site-search{width:calc(100% - 12px);max-height:calc(100vh - 12px)}.search-start>p{align-items:flex-start;flex-direction:column;gap:2px}.search-start>div{grid-template-columns:1fr 1fr}.search-start a{min-height:54px;padding:8px}}
