/* Style for i tag in h4*/
.plan-summary-header-icon {
    color: var(--ns-accent);
}

/* Style for a tag */
.upgrade-cta {
    display: inline-flex;
    width: auto;
    padding: 12px 24px;
}

/* Style for the ul tag in plan comparison*/
.plan-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

/* Style for the li tag*/
.plan-feature {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: var(--ns-text-sm);
  color: var(--ns-text-secondary);
}

/*Style for the i tag under li */
.plan-feature-icon {
  color: var(--ns-success);
  margin-top: 3px;
}

/* Full-width billing history table */
.ns-comparison-table--full {
    min-width: 100%;
}