body {
  --background: #181820;
  --backgroundRgbaZero: rgba(24,24,32,0);
  --backgroundDark: #111117;
  --backgroundDarkLightBlue: #111117;
  --backgroundDark2: #0c0c10;
  --cardBackground: #20212b;
  --cardBackgroundLight: #272834;
  --cardBackgroundDark: #1c1d26;
  --cardBackgroundRgba: rgba(32,33,43,0.6);
  --textColor: #C8C9D8;
  --placeholderColor: #abacb5;
  --borderColor: #333444;
  --borderColor2: #171822;
  --borderColor3: #0E0E14;
  --linkActiveColor: #80F1B1;
  --hoverDark:#181820;
  --linkText: #C8C9D8;
  --darkGreen: #80F1B1;
  --darkGreenDark: #248A50;
  --darkBlue: #343891;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #343891;
  --otherColor1: #1b1c26;
  background: var(--background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  color: var(--textColor);
}
body.light {
  --background: #eeeeee;
  --backgroundDark: #dddddd;
  --backgroundDarkLightBlue: #343891;
  --backgroundDark2: #bbbbbb;
  --cardBackground: #fff;
  --cardBackgroundLight: #f2f2f2;
  --cardBackgroundDark: #dbdbdb;
  --cardBackgroundRgba: rgba(255,255,255,0.6);
  --textColor: #212529;
  --placeholderColor: #212529;
  --borderColor: #e5e5e5;
  --borderColor2: #8b8989;
  --borderColor3: #bbbbbb;
  --linkActiveColor: #343891;
  --hoverDark:#eeeeee;
  --linkText: #343891;
  --darkGreen: #343891;
  --darkGreenDark: #248A50;
  --darkBlue: #80F1B1;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #fff;
  --otherColor1: #f1f1f1;
  background: var(--background);
  color: var(--textColor);
}
body a {
  text-decoration: none;
}

.commentInfoArea {
  width: 100%;
  position: relative;
}
.commentInfoArea .commentInfoTitle {
  font-size: 15px;
  font-weight: 700;
  color: var(--textColor);
  margin-bottom: 10px;
}
@media (max-width: 1099px) {
  .commentInfoArea .commentInfoTitle {
    text-align: center;
  }
}
.commentInfoArea .commentInfoGroup {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .commentInfoArea .commentInfoGroup {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1099px) {
  .commentInfoArea .commentInfoGroup {
    align-items: center;
  }
}
.commentInfoArea .commentInfoGroup .commentInfoLeft {
  display: flex;
  align-items: center;
  gap: 15px;
}
.commentInfoArea .commentInfoGroup .commentInfoImage {
  width: 170px;
  position: relative;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.commentLogo.commentInfoArea .commentInfoGroup .commentInfoImage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commentInfoArea .commentInfoGroup .commentInfoImage img {
  width: 100%;
  position: relative;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 17px 100%, 0% calc(100% - 14px), 0% 0%);
}
.commentLogo.commentInfoArea .commentInfoGroup .commentInfoImage img {
  clip-path: none;
  height: 100px;
  width: auto;
}

@media (max-width: 1399px) {
  .commentInfoArea .commentInfoGroup .commentInfoImage {
    width: 100px;
  }
}
.commentInfoArea .commentInfoGroup .commentInfoRating {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.commentInfoArea .commentInfoGroup .commentInfoRating .rating {
  font-size: 60px;
  color: var(--textColor);
  line-height: 1;
}
.commentInfoArea .commentInfoGroup .commentInfoRating .stars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  color: #e9b535;
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail {
  width: 100%;
  position: relative;
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .star {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--textColor);
  font-size: 14px;
  font-weight: 700;
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .star i {
  color: #e9b535;
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .rate {
  width: 270px;
  height: 5px;
  border-radius: 5px;
  position: relative;
  background: #31323c;
}
body.light .commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .rate {
  background: var(--background);
}

@media (max-width: 1399px) {
  .commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .rate {
    width: 230px;
  }
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .rate span {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e9b535;
  border-radius: 5px;
}
.commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem .rateCount {
  font-size: 14px;
  color: var(--textColor);
}
@media (max-width: 1199px) {
  .commentInfoArea .commentInfoGroup .commentInfoRatingDetail .detailItem {
    justify-content: center;
  }
}

.commentItems {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.commentItems .commentItem {
  width: 100%;
  position: relative;
  display: flex;
}
.commentItems .commentItem .personProfile {
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.commentItems .commentItem .personProfile:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackgroundLight);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
.commentItems .commentItem .personProfile span {
  position: relative;
}
@media (max-width: 576px) {
  .commentItems .commentItem .personProfile {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.commentItems .commentItem .commentDetail {
  width: calc(100% - 70px);
  padding-left: 20px;
  position: relative;
}
.commentItems .commentItem .commentDetail .personInfo {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.commentItems .commentItem .commentDetail .personInfo .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #e9b535;
  padding-right: 15px;
}
@media (max-width: 576px) {
  .commentItems .commentItem .commentDetail .personInfo .stars {
    font-size: 10px;
  }
}
.commentItems .commentItem .commentDetail .personInfo .date {
  font-size: 14px;
  color: var(--textColor);
  border-left: 2px solid var(--borderColor2);
  border-right: 2px solid var(--borderColor2);
  padding: 0 15px;
}
@media (max-width: 576px) {
  .commentItems .commentItem .commentDetail .personInfo .date {
    font-size: 12px;
  }
}
.commentItems .commentItem .commentDetail .personInfo .name {
  font-size: 14px;
  color: var(--textColor);
  padding: 0 15px;
}
@media (max-width: 576px) {
  .commentItems .commentItem .commentDetail .personInfo .name {
    font-size: 12px;
  }
}
.commentItems .commentItem .commentDetail .commentText {
  width: 100%;
  position: relative;
  padding: 20px;
  font-size: 14px;
  color: var(--textColor);
  background: var(--cardBackgroundLight);
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 576px) {
  .commentItems .commentItem .commentDetail {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
.commentItems .commentItem .commentRemoveButton {
  position: absolute;
  top: 0;
  right: 0;
}
.commentItems .commentItem.visitor .personProfile {
  filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
}
.commentItems .commentItem.visitor .personProfile:before {
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.commentItems .commentItem.visitor .commentDetail {
  padding-left: 0;
  padding-right: 20px;
}
.commentItems .commentItem.visitor .commentDetail .personInfo {
  justify-content: flex-end;
}
.commentItems .commentItem.visitor .commentDetail .commentText {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.commentItems .commentItem.visitor .commentRemoveButton {
  top: 0;
  right: auto;
  left: 0;
}

.addCommentRating {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.addCommentRating .rating {
  font-size: 60px;
  color: var(--textColor);
  line-height: 1;
}
.addCommentRating .stars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.addCommentRating .stars a {
  font-size: 20px;
  color: #e9b535;
  transition: all 0.2s;
}
.addCommentRating .stars a:hover {
  color: #ffc754;
  transform: scale(1.4);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
  transition: all 0.2s;
}
