.metamarca-product-description {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-top: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.metamarca-product-description h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.metamarca-product-description p {
  line-height: 1.6em;
  margin-top: 1lh;
  margin-bottom: 2lh;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.metamarca-product-description a {
  color: #229ebd !important;
}

.metamarca-product-description a:hover {
  color: #35c2e7 !important;
}
