/* Add custom CSS styles below */ 
.product-trust-bar {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin: 20px 0;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  direction: rtl;
  gap: 0;
}
.product-trust-item {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  border-bottom: 1px solid #f0f0f0;
}
.product-trust-item:last-child {
  border-bottom: none;
}
.product-trust-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.product-trust-icon svg {
  width: 24px;
  height: 24px;
}
.product-trust-title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.product-trust-desc {
  font-size: 13px;
  color: #888;
  padding-right: 34px;
  line-height: 1.5;
}