/* =========================================
   YOTPO - יישור לימין בלי לשבור עיצוב
========================================= */

/* הכוכבים */
.yotpo-reviews-star-ratings-widget {
  justify-content: flex-end !important;
  text-align: right !important;
}

/* שורת הכוכבים + הטקסט */
.yotpo-sr-bottom-line-summary {
  justify-content: flex-end !important;
  text-align: right !important;
}

/* עטיפה פנימית */
.yotpo-sr-bottom-line-summary > div {
  margin-left: auto !important;
}

/* =========================================
   בלוק דירוג שלך (שומר צבע ירוק)
========================================= */

.drclear-review-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 4px;
  margin-bottom: 10px;
}

.drclear-review-line {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

.drclear-review-trust {
  font-size: 13px;
  color: #2e7d32; /* הירוק שלך */
  margin-top: 2px;
}