/* Comments */
#comments {
  margin-top: 2rem;
  width: 100%;
}

#comments > .__section-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.__main-comments {
  width: 100%;
}

.__main-comments-info img {
  width: 100px !important;
  height: 120px;
}

.__main-comments-info-wrapper {
  background-color: #cd3230;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
}

.__main-comments-info {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.__main-comments-info--title {
  margin-bottom: 1rem;
}

.__main-comments-info--percent {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.__main-comments-info--text {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.__main-comments-items {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0;
}

.__main-comments-items--item {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.__main-comments-items--item:last-child {
  border-bottom: none;
}

.__main-comments-items--item-user {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.__main-comments-items--item-user--name {
  font-weight: bold;
}

.__main-comments-items--item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Stars */
.__stars-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.__stars-wrapper {
  display: flex;
  gap: 0.25rem;
}

.__stars-item {
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23e4002b' d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.__stars-text {
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .__main-comments-items {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 3.5625rem;
  }

  .__main-comments-items--item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 1rem;
  }
}

/* End Comments */
#comments .__main-comments-items--item-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 8px;
  display: none;
}
#comments .__main-comments-items--item-info img {
  max-width: 50px;
  margin-top: 0px;
  max-height: 50px;
}
#comments .__main-comments-items--item img {
  max-width: 50px;
  height: auto;
  border-radius: 8px;
}
#comments #commentImage {
  max-width: 280px;
  padding-top: 8px;
}

/* fix */
.__stars-item.table {
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
