.mobile-app-suggestion {
  position: relative;
  left: 0;
  top: 0;
  z-index: 105;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.mobile-app-suggestion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
}
.mobile-app-dissmiss {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  padding: 10px 15px;
  text-align: center;
  line-height: 66px;
}
.mobile-app-dissmiss .icon-i {
  width: 12px;
  height: 12px;
  background-size: cover;
}
.mobile-app-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background: #ffffff url(../img/favicons/favicon-32x32.png) 50% 50% no-repeat;
  background-size: auto;
}
.mobile-app-description {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.mobile-app-description__title {
  margin: 0 0 2px;
  font-weight: 500;
}
.mobile-app-description__text {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1px;
  text-overflow: ellipsis;
  font-size: 13px;
  white-space: nowrap;
}
.mobile-app-description__rating {
  font-size: 12px;
  color: #ef6325;
  line-height: 100%;
}
.mobile-app-description__rating i {
  vertical-align: top;
}
.mobile-app-btn a {
  display: block;
  height: 86px;
  padding: 10px 15px;
  color: #ef6325;
  text-align: center;
  line-height: 66px;
}
