/*# sourceMappingURL=http://localhost/eethuisima2025/Templates/Blocks/Reviews/Css/main.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;
}
.custom-reviews {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  margin: 0px;
  padding: 10px;
  list-style-type: none;
  opacity: 1;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 12.5%, black 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
.custom-reviews ul li {
  min-width: 400px;
}
.custom-reviews ul li .Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #d5d5d5;
  border-radius: var(--border-radius);
  height: 400px;
  padding: 30px;
}
.custom-reviews ul li .Card > div:nth-child(1) {
  margin-top: 3px;
}
.custom-reviews ul li .Card > div:nth-child(2) {
  text-align: center;
}
.custom-reviews ul li .Card > div:nth-child(4) {
  margin-bottom: 0px;
  display: flex;
  gap: 5px;
  margin-top: auto;
  align-items: center;
  --custom-font-size: 14px;
  --custom-line-height: 16px;
}
.custom-reviews ul li .Card > div:nth-child(4) div:nth-child(2) > div:nth-child(1) {
  --custom-font-weight: 700;
}
.custom-reviews ul li .Line {
  margin-top: auto;
}
.custom-reviews ul li .Stars {
  display: flex;
}
.custom-reviews ul li .Stars svg {
  width: 30px;
  height: 30px;
  fill: #facc15;
}
.custom-reviews ul li img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover !important;
  border-radius: 50px !important;
}
