.plan-grid h3 {
  margin-bottom: 8px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 16px;
}

.plan-price strong {
  color: var(--lime);
  font: 800 21px/1 Outfit, Inter, sans-serif;
}

.plan-price small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
