.cpf-product-highlights {
  background: #eaf6f4;
  border: 1px solid rgba(11, 118, 110, 0.2);
  border-radius: 0.875rem;
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
}

.cpf-product-highlights li {
  margin: 0;
  padding-left: 1.5rem;
  position: relative;
}

.cpf-product-highlights li::before {
  color: #0b766e;
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.cpf-order-serials {
  background: #f7f9fb;
  border: 1px solid rgba(23, 50, 74, 0.12);
  border-radius: 0.875rem;
  margin-top: 2rem;
  padding: 1.25rem;
}

.cpf-order-serials code {
  font-size: 1rem;
}

