.the-woo-configurator-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px 24px;
	margin-top: 0;
	justify-content: space-between;
	padding: 0 !important;
}

.the-woo-configurator-actions__estimated {
	display: flex;
	flex-direction: column;
}

.the-woo-configurator-actions__label {
	font-size: 14px;
	color: #171717;
	line-height: 1.42857;
	letter-spacing: -0.03em;
}

.the-woo-configurator-actions .the-woo-reservation-fee {
	margin: 0;
}

.the-woo-configurator-actions__price {
	font-size: 24px;
	font-weight: 500;
	color: #d19a5a;
	line-height: 150%;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.the-woo-configurator-actions__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: column;
}

.the-woo-configurator-actions__buttons-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.the-woo-configurator-actions__buttons .the-woo-reservation-fee-required {
	flex-basis: 100%;
	font-size: 14px;
	color: #282e31;
	margin: 0;
}
