/* =========================================
   TRUSTINDEX FOOTER – KEPENXPRESS v1.7 SAFE
   Based on first working ZIP
   ========================================= */

/* Desktop – light styling only */
.ti-footer-wrap-safe {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  padding: 18px 16px;
  background: #d79a2b;
}

/* Keep Trustindex cards default */
.ti-footer-wrap-safe .ti-review-item,
.ti-footer-wrap-safe .ti-widget-card {
  background: #ffffff;
}

/* Text readable */
.ti-footer-wrap-safe .ti-review-item *,
.ti-footer-wrap-safe .ti-review-content *,
.ti-footer-wrap-safe .ti-review-text * {
  color: #2b2b2b !important;
}

/* Stars */
.ti-footer-wrap-safe svg,
.ti-footer-wrap-safe .ti-star {
  fill: #f4b400 !important;
  color: #f4b400 !important;
}

/* Mobile – NO shadow, NO radius, NO overflow risk */
@media (max-width: 768px) {
  .ti-footer-wrap-safe {
    margin: 15px 10px 0 10px;
    padding: 12px 10px;
    background: #d79a2b;
  }
}
