/*# sourceMappingURL=https://demo.webbureau.nu/jeffrey2025/App/Review/Templates/Sentence/Css/Sentence.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.review-sentence {
  margin-top: 50px;
  border: 1px solid var(--secondary);
  gap: 10px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1rem;
  transition: all 0.2s;
  display: inline-flex;
}
.review-sentence .review-sentence__rating {
  --font-size: 30px;
  --font-weight: 700;
  margin-right: 5px;
}
.review-sentence .review-sentence__stars {
  color: var(--review-star-color);
}
@media (max-width: 692px) {
  .review-sentence {
    margin-top: 10px;
    --font-size: 12px;
  }
}
