@import url("/styles/base.css");

.pricing-table {
  width: 40%;
  border-collapse: collapse;
}


.pricing-table tr:first-child {
  font-weight: bold;
  border-bottom: 2px solid var(--color);
  text-align: left;
  padding: 8px;
}

.pricing-table tr:not(:first-child) td {
  border-bottom: 1px solid var(--color);
  padding: 8px;
}

.pricing-table tr:nth-last-child(2) td {
  border-bottom: none;
}

.pricing-table tr:last-child td {
  font-weight: bold;
  border-top: 2px solid var(--color);
  border-bottom: 2px solid var(--color);
}
