.pricing-plans-comparison .table tr > th:first-child,
.pricing-plans-comparison .table tr > td:first-child {
  white-space: nowrap;
  text-align: start;
}
.pricing-plans-comparison .table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-free-trial {
  background-color: rgba(90, 141, 238, 0.08);
}

.pricing-plans-comparison table.table tbody td {
  padding: 0.85rem 1.5rem;
}

.light-style .bg-alt-pricing {
  background-color: #f2f2f6;
}

.dark-style .bg-alt-pricing {
  background-color: #1c222f;
}
