.pricing-table th,
.pricing-table td {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem;
}

.pricing-table tr:last-child th,
.pricing-table tr:last-child td {
  border-bottom: none;
}

.text-center {
  text-align: center;
}

.feature-label {
  font-weight: 500;
  color: var(--text-primary);
}

