.igears-tier-calc {
  margin: 1.25rem 0 1.5rem;
  max-width: 40rem;
}

.igears-tier-calc__title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.igears-tier-calc__note {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  opacity: 0.85;
}

.igears-tier-calc__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0.75rem;
}

.igears-tier-calc__row label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
}

.igears-tier-calc__row input,
.igears-tier-calc__row select {
  min-width: 7rem;
  padding: 0.4rem 0.5rem;
}

.igears-tier-summary {
  margin: 0 0 1rem;
  font-weight: 600;
}

.igears-tier-save {
  font-weight: 500;
  color: #0a7a3e;
}

.igears-tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.igears-tier-table th,
.igears-tier-table td {
  padding: 0.4rem 0.55rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.igears-tier-table tbody tr.is-active {
  background: rgba(10, 122, 62, 0.1);
  font-weight: 600;
}

.igears-tier-footnote {
  font-size: 0.75rem;
  opacity: 0.75;
  margin: 0;
}

.igears-tier-enterprise {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.igears-tier-enterprise[hidden] {
  display: none !important;
}

form.cart .igears-tier-enterprise {
  display: inline-block;
}
