.smart-banner {
  background-color: #381d2a;
  grid-template-columns: 12% 63% 25%;
  width: 100%;
  height: 70px;
  display: grid;
}

.cross {
  margin-top: 15px;
  margin-left: 15px;
}

.cross svg {
  width: 9.889px;
  height: 9.713px;
}

.details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.details img {
  width: 45px;
  height: 45px;
}

.title-and-ratings .title {
  color: #fcf9fb;
  font-family: "DM Sans";
  font-size: 16.848px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}

.stars-and-rating {
  display: flex;
  gap: 7px;
}

.title-and-ratings .stars-and-rating .rating {
  color: #c0a0a0;
  font-family: "DM Sans";
  font-size: 9.917px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  align-self: flex-end;
  margin-top: 2px;
}
.stars-rating {
  align-self: flex-end;
}
.cta {
  align-self: center;
  color: #381d2a;
  font-family: "DM Sans";
  font-size: 14.092px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.501px */
  letter-spacing: -0.423px;
  text-transform: capitalize;
  border-radius: 16.976px;
  background: #fcf9fb;
  width: 66.236px;
  height: 33.953px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: none;
}

#stars-rating-in-db,
#is-android, #is-disabled {
  display: none;
}
