.product-help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 9px;
  align-items: center;
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.93rem;
}

.product-help-links a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.product-help-links a:hover,
.product-help-links a:focus {
  color: var(--action);
}
