html {
  letter-spacing: 0;
}

* {
  font-family: "SF Pro Display","SF Pro Icons","Apple WebExp Icons Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
  scrollbar-width: thin !important;
  scroll-behavior: smooth;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.app-logo {
  border-radius: 22.5%;
}

.stars-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.img-item {
  width: 300px;
  height: auto;
  border-radius: 10%/4.7%;
  /* border: 0.5px solid rgba(0,0,0,.1); */
}
.description-wrapper {
  margin: 20px;
  position: relative;
}

.description {
  height: 103px;
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 18.0001px, rgb(0, 0, 0) 18.0001px), linear-gradient(270deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 32.8px, rgb(0, 0, 0) 68.8002px);
}

.description p {
  font-size: 13px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.38462;
}

@media screen and (min-width: 600px) {
  .app-header-wrapper {
    padding-bottom: 10px;
  }
  .app-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.seperator {
  width: calc(100% - 40x);
  margin: 20px;
  height: 1px;
  background-color: #d6d6d6;
}

.more-button {
  all: unset;
  color: #0070c9;
  position: absolute;
  bottom: -4px;
  float: initial;
  right: 0;
  font-size: 13px;
  line-height: 18px;
}

.whats-new-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.whats-new-wrapper p {
  font-size: 13px;
  margin-top: 16px;
}


.whats-new-header span {
  font-size: 13px;
  color: #636366;
}

.app-privacy-wrapper {
  margin: 0 20px;
}

.app-privacy-description {
  font-size: 13px;
  color: #1d1d1f;
}

.privacy-card-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 13px;
}

.privacy-card {
  padding: 28px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privacy-card-title {
  margin-top: 9px;
  color: #111;
  text-align: center;
  font-size: 15px;
  line-height: 1.33338;
  font-weight: 600;
  letter-spacing: -.016em;
}

.privacy-card-description {
  margin-top: 6px;
  color: #666;
  text-align: center;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -.005em;
}

.privacy-card-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.privacy-card-bottom-title {
  padding-top: 7px;
  padding-bottom: 5px;
  color: #111;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -.005em;
  margin: 0;
}

.privacy-card-bottom-wrapper-multiple {
  width: 100%;
}

.privacy-card-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  gap: 10px;
}


/* rating and reviews */

.ratings-and-reviews-wrapper {
  padding: 0 20px;
}


.rating-line {
  width: calc(100% - 59px);
  height: 2px;
  position: relative;
  top: 1px;
  background-color: #efeff4;
  border-radius: 4px;
  margin-left: 10px;
}

.rating-line-foreground {
  width: 85%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #636366;
  border-radius: 4px;
  left: 0;
}

.stars-wrapper {
  display: flex;
  align-items: center;

  }
.five-star-icon {
  width: 10px;
  height: 9px;
  display: inline-block;
  background-image: url(./images/five-star.svg);
  background-size: 49px 9px;
  background-position: 100% center;
  background-repeat: no-repeat;
  margin-left: auto;
}

.five {
  width: 49px;
}

.four {
  width: 39.5px;
}

.rating-line-four {
  width: 12%;
}

.three {
  width: 29.5px;
}

.rating-line-three {
  width: 2%;
}

.two {
  width: 19.5px;
}

.rating-line-two {
  width: 1%;
}


.rating-line-one {
  width: 0%;
}

.ratings-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rating-value-wrapper {
  text-align: center;
  color: #636366;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 600;
  letter-spacing: -.005em;
}

.rating-value {
  margin-bottom: 10px;
  display: block;
  line-height: 43px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -.07em;
  color: #4c4c50;
  margin-right: 3px;
}


.stars-wrapper-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 66%;
  max-width: 66%;
}

.total-rating-span {
  color: #636366;
  margin-top: 8px;
  font-size: 13px;
  text-align: right;
}

.comments-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  white-space: nowrap;
  margin-bottom: -9.75px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.comment {
  height: 100%;
  padding: 13px 16px 16px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 184px;
  flex-shrink: 0;
  width: calc(100% - 40px);
  max-width: 70dvw;
  margin-bottom: 10px;
}

.five-star-rating {
  margin-bottom: 3px;
}

.reviewer {
  margin-bottom: 15px;
  color: #636366;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 600;
  letter-spacing: 0;
}

.comment-title {
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 600;
  letter-spacing: -.005em;
  margin: 0;
}

.comment-body {
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -.005em;
  white-space: initial;
  margin: 0;
  color: #1d1d1f;
}
