.review-score-form .form-group {
  text-align: left;
  margin-bottom: 10px;
}
.review-score-form .form-group .title {
  margin-bottom: 5px;
}
.yorum-yildiz {
  position: relative;
}
.yorum-yildiz > * {
  display: inline-block;
}
.ratingVal {
  position: absolute;
  color: white !important;
  top: 0;
  right: 0;
  background: #00aa6c;
  padding: 4px 10px;
  font-family: sans-serif;
  border-radius: 0px;
  margin: 0;
  line-height: normal;
  font-size: 13px;
}
.ratingVal:before {
  content: "";
  border-style: solid;
  border-width: 12px 16px 11px 0;
  border-color: transparent #00aa6c transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: -16px;
  top: 0;
}
/* Icons, somewhat necessary */
.yorum-yildiz > i {
  width: auto;
  user-select: none;
  color: white;
  background-color: #bbb;
  font-size: 15px;
  transition: 0.1s ease-in-out;
  padding: 4px;
  border-radius: 6px;
}
.yorum-yildiz > i:hover {
  box-shadow: 1px 1.5px 3px #555;
  transform: translate(0, -3px);
}
.yorum-yildiz > i:active {
  transform: translate(0, 1px);
}
.yorum-yildiz > i.clickedStars {
  background-color: #00aa6c;
}

.yorum-yildiz > i.hoveredStars {
  background-color: #00aa6c;
}

.yorum-genel-puanlar {
  margin-bottom: 25px;
  display: flex;
  background: #fff;
}
.yorum-genel-puanlar .yorum-puan-satir {
  margin-bottom: 4px;
  color: #ffc926;
  font-size: 19px;
}
.yorum-genel-puanlar .yorum-puan-aciklama {
  font-size: 14px;
  color: #565656;
  margin-left: 10px;
}
.yorum-genel-puanlar .sol,
.yorum-genel-puanlar .sag {
  padding: 10px;
}
.yorum-genel-puanlar .sol {
  display: flex;
  width: 25%;
}
.yorum-genel-puanlar .sol .yorum-puan-satir {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #18458b;
  border-radius: 6px;
}
.yorum-genel-puanlar .sol .yorum-puan-satir .puan,
.yorum-genel-puanlar .sol .yorum-puan-satir .puan-aciklama {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.yorum-genel-puanlar .sol .yorum-puan-satir .puan-aciklama {
  font-size: 1rem;
  font-weight: normal;
}

.yorum-kutu {
  margin-bottom: 15px;
  display: flex;
  padding: 30px 20px;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 0.8rem;
}
.yorum-kutu:last-child {
  margin-bottom: 0;
}
.yorum-kutu .sol,
.yorum-kutu .sag {
  padding: 10px;
}
.yorum-kutu .sol {
  display: flex;
  width: 65%;
  border-right: 1px solid #ddd;
  flex-direction: column;
}
.yorum-kutu .yorum-puan-satir {
  margin-bottom: 4px;
  color: #00aa6c;
  font-size: 0.8rem;
}
.yorum-kutu .yorum-puan-aciklama {
  font-size: 14px;
  color: #565656;
  margin-left: 10px;
}
.yorum-kutu .yorum-isim {
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.yorum-kutu .yorum-isim i,
.yorum-kutu .yorum-tarih i {
  background: #dddddd;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-right: 5px;
}
.yorum-kutu .yorum-isim i {
  display: none;
}
.yorum-kutu .yorum-tarih i {
  background: transparent;
  color: #28a8db;
}
.yorum-kutu .sol {
  position: relative;
}
.yorum-kutu .yorum-tarih {
  position: absolute;
  left: 10px;
  bottom: 0;
}

.comments-wrapper {
  float: left;
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .yorum-genel-puanlar {
    flex-direction: column;
  }
  .yorum-genel-puanlar .sol {
    width: 100%;
  }
  .yorum-kutu {
    flex-direction: column;
  }
  .yorum-kutu .sol {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
  }
  .yorum-kutu .yorum-tarih {
    position: relative;
    margin-top: 10px;
    left: 0;
  }
  .yorum-yildiz > i {
    font-size: 1em;
    padding: 5px;
    border-radius: 5px;
  }
  .ratingVal {
    font-size: 0.8rem;
    padding: 4px 6px;
  }
  .ratingVal:before {
    border-width: 11px 13px 11px 0;
    left: -13px;
  }
}
