.elex-bulk-pricing-table-wrapper {
  margin: 1em 0;
  overflow-x: auto;
}

.elex-bulk-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}

.elex-bulk-pricing-table thead th {
  text-align: left;
  padding: 0.5em 0.75em;
  border-bottom: 2px solid currentColor;
  font-weight: 600;
}

.elex-bulk-pricing-table tbody td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.elex-bulk-pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.elex-bulk-pricing-table__qty {
  white-space: nowrap;
  font-weight: 600;
}

.elex-bulk-pricing-table__sep {
  opacity: 0.5;
  margin: 0 0.25em;
}

.elex-bulk-pricing-table__unit-price {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .elex-bulk-pricing-table {
    font-size: 0.85em;
  }
  .elex-bulk-pricing-table thead th,
  .elex-bulk-pricing-table tbody td {
    padding: 0.4em 0.5em;
  }
}
