/* ===== TRUSTINDEX – VÉLEMÉNYSZÁM ELREJTÉSE ===== */

/* A "10 vélemény alapján" sor elrejtése */
.ti-widget.ti-goog .ti-rating-text .nowrap {
  display: none !important;
}

/* A rating text elem ne foglaljon felesleges helyet */
.ti-widget.ti-goog .ti-rating-text {
  margin: 0 !important;
  line-height: 0 !important;
}

/* Google logó kis távolság */
.ti-widget.ti-goog .ti-large-logo {
  margin-top: 12px !important;
}