.tdt-search-suggests { width: 100%; background: #fff; border-radius: 2px; margin-top: 1px; box-shadow: 2px 2px 2px rgb(0 0 0 / 15%); .search-suggests-item { text-align: left; line-height: 2; padding: 0 10px; cursor: pointer; &:hover { background: #eee; } .search-suggests-item__name { font-size: 14px; } .search-suggests-item__address { font-size: 12px; color: #999; margin-left: 10px; } } }