.suggestions-wrapper {
  position: relative
}

.suggestions-suggestions {
  position: absolute;
  top: .3571428571rem;
  left: 0;
  z-index: 100;
  padding: .4285714286rem;
  border-radius: .2857142857rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.91%, #666), color-stop(50.04%, #7a7a7a), to(#5e5e5e));
  background: linear-gradient(90deg, #666 0.91%, #7a7a7a 50.04%, #5e5e5e 100%);
  -webkit-box-shadow: rgba(0,0,0,.3) 0 1.3571428571rem 2.7142857143rem,rgba(0,0,0,.22) 0 1.0714285714rem .8571428571rem;
  box-shadow: rgba(0,0,0,.3) 0 1.3571428571rem 2.7142857143rem,rgba(0,0,0,.22) 0 1.0714285714rem .8571428571rem
}

.suggestions-suggestion {
  margin-bottom: .3571428571rem;
  cursor: pointer;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s
}

.suggestions-suggestion:hover {
  text-shadow: .1428571429rem .2142857143rem .3571428571rem rgba(0,0,0,.5)
}