.bpe-tiered-pricing-form__percentage {
	display: none;
}

.bpe-tiered-pricing-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bpe-tiered-pricing-form__rules {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.bpe-tiered-pricing-form__rule {
	display: flex;
	gap: 10px;
	align-items: center;
}

.bpe-tiered-pricing-form__rule input {
	width: 100% !important;
}


.bpe_tiered-pricing-table-wrapper {
	display: flex;
	gap: 10px;
}

.bpe_tiered-pricing-table {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 5px;
}

.bpe_tiered-pricing-table__header {
	display: flex;
	flex-direction: row;
	background-color: #f9f9f9;
}

.bpe_tiered-pricing-table__header-cell {
	flex: 1;
	padding: 5px 10px;
	background: var(--bulk-price-editor-primary-color);
	color: #fff;
}

.bpe_tiered-pricing-table__row {
	display: flex;
	flex-direction: row;
	background: #fff;
}
.bpe_tiered-pricing-table--updated .bpe_tiered-pricing-table__row {
	background: #fffcc1;
}

.bpe_tiered-pricing-table__cell {
	flex: 1;
	padding: 3px 10px;
	border: 1px solid;
	border-top: none;
}

.bpe_tiered-pricing-table__cell:last-child {
	border-left: none;
}

.bpe_tiered-pricing-table-type {
	margin-bottom: 5px;
}

.column-tiered-pricing-table {
	width: 40%;
}

.bpe_tiered-pricing-key-value-form {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.bpe_tiered-pricing-key-value-form__rows {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bpe_tiered-pricing-key-value-form__row {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}