.pricing-list-item ul li img {
  max-width: 22px;
  width: auto;
}
.pricing-list-item ul li span {
  font-weight: 500;
  font-size: 14px;
  color: rgb(var(--white), 0.8);
}

.active-plan-badge {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 16px;
}

.active-plan {
  background-color: #00ff2b0f;
}
