.global-rating {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 9px;
  color: #243650;
  background: #f8faff;
  border: 1px solid #dce6f5;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(20, 47, 91, 0.08);
  line-height: 1;
  white-space: nowrap;
}

.global-rating-stars {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.global-rating-stars-empty {
  color: #dce3ee;
}

.global-rating-stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #f6b91a;
  white-space: nowrap;
}

.global-rating-score {
  min-width: 27px;
  color: #14233b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.global-rating-scale {
  margin-left: -5px;
  color: #7b899d;
  font-size: 10px;
  font-weight: 600;
}

.global-rating-original-score {
  display: none !important;
}

.pricing-block .setgap,
.pricing-block .flex-reverse {
  min-height: 46px;
}

.pricing-block .global-rating {
  margin: 0 auto;
}

.broker-review-page-enhanced .global-rating {
  min-height: 38px;
  padding: 6px 11px;
  border-color: #ccdafa;
  background: #f5f8ff;
}

.broker-review-page-enhanced .global-rating-stars {
  font-size: 17px;
}

@media (max-width: 575px) {
  .global-rating {
    gap: 6px;
    padding: 5px 8px;
  }

  .global-rating-stars {
    font-size: 14px;
  }
}
