/* ===== 食商宝 V5.2 信任条（精简单行 chip） ===== */

.trust-strip {
  background: #f5f7f6;
  border-top: 1px solid #e6ece9;
  border-bottom: 1px solid #e6ece9;
  padding: 14px 20px;
}
.trust-strip-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 13px;
  color: #2c5543;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  white-space: nowrap;
}
.trust-chip i {
  font-style: normal;
  font-size: 15px;
}
.trust-divider {
  width: 1px;
  height: 12px;
  background: #cbd5d0;
  display: inline-block;
}
@media (max-width: 640px) {
  .trust-divider { display: none; }
  .trust-chip { font-size: 12px; }
  .trust-strip-inner { gap: 6px 14px; }
}
