.pmh-membership__result {
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid #dce3ec;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 41, 91, .1);
}

.pmh-membership__result h3 {
  margin: .25rem 0 1rem;
  color: var(--pmh-navy);
  font-size: 1.55rem;
}

.pmh-membership__result-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 0 .75rem;
  place-items: center;
  border-radius: 50%;
  background: #1f9d5a;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
}

.pmh-membership__result ul {
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 2.25rem;
  border-radius: 10px;
  background: #eef8f2;
}

.pmh-membership__test-label {
  margin-top: 1.25rem;
  padding: .7rem .9rem;
  border-radius: 8px;
  background: #fff5d8;
  color: #725300;
  font-weight: 700;
}

.pmh-membership__result--cancelled,
.pmh-membership__result--pending {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0;
  background: #fff5d8;
  color: #634c00;
}
