.plan-choices em {
  width: max-content;
  margin-top: 5px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e8f3f6;
  color: var(--navy);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.plan-choices i {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
  font-style: normal;
}

.plan-choices .popular-plan > span {
  position: relative;
  padding-top: 42px;
}

.plan-choices .popular-plan b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 10px;
  border-radius: 12px 12px 0 0;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 761px) {
  .plan-choices {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.platform-choices b[data-platform-price] {
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf4f6;
  color: var(--navy);
  font-size: 13px;
}

.platform-choices > label:has(input:checked) b[data-platform-price] {
  background: var(--platform);
  color: #fff;
}
