/* ATP PDP – Tier table frontend styles
 * Intentionally minimal – inherits theme variables where possible.
 */

#atp-tier-table {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
}

.atp-tiers-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
}

.atp-tiers-tbl td {
  padding: .45rem .75rem;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.atp-tiers-tbl tr:last-child td {
  border-bottom: none;
}

.atp-td-range {
  color: #555;
  white-space: nowrap;
}

.atp-td-price {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}

/* Active (currently selected) tier */
.atp-tiers-tbl tr.atp-tier-active {
  background-color: rgba(45, 80, 22, .08); /* brand green tint */
}

.atp-tiers-tbl tr.atp-tier-active td {
  color: #2D5016;
  font-weight: 700;
}

/* Saving badge */
.atp-saving {
  display: inline-block;
  margin-left: .35rem;
  padding: .1rem .35rem;
  border-radius: 3px;
  background: #2D5016;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  vertical-align: middle;
}
