.pricing-status {
  width: max-content;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(168, 85, 247, .25);
  border-radius: 999px;
  background: rgba(139, 92, 246, .07);
  color: #bbaaca;
  font-size: 10px;
}

.pricing-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b46fff;
  box-shadow: 0 0 12px #9c54ed;
}

.plans-coming-soon article {
  min-height: 176px;
}

.plans-coming-soon article b {
  min-height: 44px;
  font-size: 18px;
  line-height: 1.2;
}

.plans-coming-soon button:disabled {
  cursor: not-allowed;
  opacity: .62;
  background: rgba(139, 92, 246, .09);
  border-color: rgba(168, 85, 247, .18);
  color: #9d8eaa;
}
