.avm-product-trust-box {
  display: flex;
  gap: 10px;
  margin: 18px 0 16px;
  padding: 12px;
  border: 1px solid #e3eee7;
  border-radius: 10px;
  background: #f7fbf8;
}

.avm-trust-item {
  flex: 1;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  color: #333;
  line-height: 1.3;
}

.avm-trust-icon {
  font-size: 18px;
  line-height: 1;
}

.avm-trust-item strong {
  display: block;
  color: #4E7C63;
  font-size: 13px;
  margin-bottom: 2px;
}

.avm-trust-item div > span {
  display: block;
  color: #666;
  font-size: 12px;
}

@media (max-width: 767px) {
  .avm-product-trust-box {
    flex-direction: column;
  }
}
