/* === Trustindex Google badge — hero alignment + spacing === */

/* Desktop: flush-left */
.ti-widget,
.ti-widget .ti-widget-container,
.ti-widget .ti-header {
  width: fit-content !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-content: flex-start !important;
}

/* Gap below the headline — outer wrapper only (adjust the value) */
.ti-widget {
  margin-top: 20px !important;
}

/* Mobile: re-centre */
@media (max-width: 768px) {
  .ti-widget,
  .ti-widget .ti-widget-container,
  .ti-widget .ti-header {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }
}
.ti-widget .ti-platform-icon {
  content: url('https://salesrecruituk.com/wp-content/uploads/2026/06/Google-Icon.svg') !important;
  width: 20px !important;
  height: 20px !important;
}