/* ENFORCE PDP trust strip — reusable below Add to Cart */
.enforce-pdp-trust-strip {
  width: 100%;
  max-width: 430px;
  min-height: 88px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.enforce-pdp-trust-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.enforce-pdp-trust-strip__item {
  font-size: 13px;
  line-height: 1.45;
  color: #555;
  font-weight: 500;
}

.enforce-pdp-trust-strip__item::before {
  content: "✓ ";
  color: #3d7a6f;
  font-weight: 700;
}

.enforce-pdp-trust-strip__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.enforce-pdp-trust-strip__link:hover,
.enforce-pdp-trust-strip__link:focus {
  color: #111;
}

@media (max-width: 767px) {
  .enforce-pdp-trust-strip {
    max-width: 100%;
    min-height: 80px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .enforce-pdp-trust-strip__item {
    font-size: 12px;
  }
}
