.pdp-trust-green {
  margin-top: 18px;
  padding: 18px 18px 8px;
  border: 1px solid #d6e9dd;
  border-radius: 12px;
  background: linear-gradient(145deg, #f4faf6 0%, #eef7f1 100%);
  box-shadow: 0 1px 2px rgba(0, 104, 62, .05);
}

.pdp-trust-green h2 {
  margin: 0 0 8px;
  color: #202323;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.pdp-trust-green > .trust-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 14px;
  gap: 10px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #dce8e0;
}

.pdp-trust-green > .trust-row:last-child {
  border-bottom: 0;
}

.pdp-trust-green .trust-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #008a52;
}

.pdp-trust-green .trust-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pdp-trust-green p {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 4px;
  color: #626a65;
  font-size: 12px;
  line-height: 1.4;
}

.pdp-trust-green p strong {
  display: block;
  color: #222725;
  font-size: 13px;
  font-weight: 650;
}

.pdp-trust-green p .trust-highlight {
  color: #007a49;
}

.pdp-trust-green .trust-arrow {
  color: #6c756f;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.pdp-trust-green .trust-badges {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 5px 12px;
  padding: 4px 8px;
  background: #dff4e7;
  color: #18653f;
}

.pdp-trust-green .trust-badges em {
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .pdp-trust-green {
    padding: 16px 14px 6px;
  }

  .pdp-trust-green > .trust-row {
    grid-template-columns: 26px minmax(0, 1fr) 12px;
    gap: 8px;
  }
}
