.pricing-tier-table-wrap {
  margin-top: 1.2rem;
  overflow-x: auto;
  border: 1px solid color-mix(in srgb, var(--panel-border) 82%, var(--accent-3));
  background: color-mix(in srgb, var(--surface-2) 96%, var(--surface-1));
}

.pricing-tier-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.pricing-tier-table th,
.pricing-tier-table td {
  padding: 0.95rem 1rem;
  border: 1px solid color-mix(in srgb, var(--panel-border) 82%, var(--accent-3));
  vertical-align: top;
  text-align: left;
}

.pricing-tier-table thead th {
  background: color-mix(in srgb, var(--surface-2) 88%, var(--surface-1));
  color: var(--text-primary);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.pricing-tier-table tbody th {
  width: 18%;
  background: color-mix(in srgb, var(--surface-2) 90%, var(--surface-1));
  color: var(--text-primary);
  font-weight: 600;
}

.pricing-tier-table tbody td {
  color: color-mix(in srgb, var(--text-primary) 82%, var(--text-secondary));
  line-height: 1.7;
  background: transparent;
}

.pricing-tier-table thead th:nth-child(3),
.pricing-tier-table tbody td:nth-child(3) {
  background: color-mix(in srgb, var(--accent-3) 6%, var(--surface-2));
}

.pricing-tier-table thead th:first-child {
  width: 18%;
}

:root[data-theme="light"] .pricing-tier-table-wrap {
  background: rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .pricing-tier-table thead th {
  background: rgba(248, 250, 252, 0.98);
}

:root[data-theme="light"] .pricing-tier-table thead th:nth-child(3),
:root[data-theme="light"] .pricing-tier-table tbody td:nth-child(3) {
  background: rgba(241, 245, 249, 0.98);
}

@media (max-width: 720px) {
  .pricing-tier-table th,
  .pricing-tier-table td {
    padding: 0.8rem 0.85rem;
  }
}
