/* Trustindex review cards — overrides plugin CDN styles (loads after Trustindex) */
#tulliallan-google-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: rgb(6 20 53 / 0.5) !important;
  transition: background-color 0.2s ease;
}

#tulliallan-google-reviews .ti-widget.ti-goog .ti-review-item:hover > .ti-inner,
#tulliallan-google-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner:hover {
  background-color: rgb(6 20 53 / 0.8) !important;
}

#tulliallan-google-reviews .ti-widget.ti-goog .ti-controls .ti-prev,
#tulliallan-google-reviews .ti-widget.ti-goog .ti-controls .ti-next {
  background-color: rgb(6 20 53 / 1) !important;
  outline-color: rgb(6 20 53 / 1) !important;
}

#tulliallan-google-reviews .ti-widget.ti-goog .ti-controls .ti-prev:hover,
#tulliallan-google-reviews .ti-widget.ti-goog .ti-controls .ti-prev:focus,
#tulliallan-google-reviews .ti-widget.ti-goog .ti-controls .ti-next:hover,
#tulliallan-google-reviews .ti-widget.ti-goog .ti-controls .ti-next:focus {
  background-color: #fff !important;
  outline-color: #fff !important;
}
