.table-section-wrapper {
  padding: 5em 1em;
}
.table-section-wrapper .table-section-title,
.table-section-wrapper .table-section-description {
  text-align: center;
}
.table-section-wrapper .compare-table-wrapper {
  display: flex;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .table-section-wrapper .compare-table-wrapper {
    display: block;
    text-align: center;
  }
}
.table-section-wrapper .compare-table-wrapper .table-section-half-width {
  flex: 1;
  padding: 2em;
}
.table-section-wrapper .alternative h3 {
  color: var(--ast-global-color-1);
}
.table-section-wrapper table {
  border-collapse: separate;
  border-width: 0;
  border-radius: 2em; /* Add rounded corners to the table */
  overflow: hidden; /* Ensure table contents stay within rounded corners */
}
.table-section-wrapper table th,
.table-section-wrapper table td {
  padding: 1.6em 2em !important;
  background: #2a2a2a;
  border-color: #222 !important;
  border: none; /* Hide borders for all cells */
  border-width: 0 !important;
}
@media (max-width: 768px) {
  .table-section-wrapper table th,
  .table-section-wrapper table td {
    padding: 0.8em 0.8em !important;
  }
}
@media (max-width: 400px) {
  .table-section-wrapper table th,
  .table-section-wrapper table td {
    padding: 0.2em 0.2em !important;
  }
}
.table-section-wrapper table tr {
  border: none; /* Hide borders for all cells */
  border-width: 0;
}
.table-section-wrapper table td {
  border-top: 2px solid #222 !important;
}
.table-section-wrapper table th {
  color: var(--orange, #f0901c);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
.table-section-wrapper table.compact-table th,
.table-section-wrapper table.compact-table td {
  padding: 8px 1em !important;
}
.table-section-wrapper table td.empty {
  border-top: 0 solid #222 !important; /* Show borders for non-empty cells */
}
.table-section-wrapper table td:first-child {
  border-right: 2px solid #222 !important; /* Add right border for first td */
}

/*# sourceMappingURL=table-section.css.map */
