.smartpayinvoices-layout-picker {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.smartpayinvoices-layout-picker #smartpayinvoices-layout-preview {
	width: 150px;
	height: auto;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	display: block;
}

.smartpayinvoices-threshold-row {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.smartpayinvoices-threshold-amount {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #1d2327;
	background: #f0f0f1;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 7px 12px;
}

.smartpayinvoices-threshold-status {
	margin: 6px 0 0;
	font-size: 12px;
	color: #757575;
}

.smartpayinvoices-threshold-status.is-error {
	color: #d63638;
}

.smartpayinvoices-payment-methods-intro {
	max-width: 900px;
}

.smartpayinvoices-payment-methods {
	max-width: 900px;
	margin-top: 8px;
}

.smartpayinvoices-payment-methods td {
	vertical-align: middle;
}

.smartpayinvoices-payment-methods select {
	min-width: 220px;
}

.smartpayinvoices-badge {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 3px;
	background: #f0f0f1;
	color: #50575e;
}

.smartpayinvoices-badge.is-enabled {
	background: #edfaef;
	color: #007017;
}
