.uptalent-product-booking {
	display: grid;
	gap: 14px;
	margin: 20px 0 24px;
}

.uptalent-product-booking__intro {
	margin: 0;
	font-weight: 600;
}

.uptalent-product-booking__field {
	display: grid;
	gap: 6px;
}

.uptalent-product-booking__field > span {
	font-size: 14px;
	font-weight: 600;
}

.uptalent-product-booking__select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d3d5db;
	border-radius: 8px;
	background: #fff;
	font-size: 15px;
	line-height: 1.3;
	box-sizing: border-box;
}

.uptalent-product-booking__select:focus {
	outline: none;
	border-color: #1f7a4d;
	box-shadow: 0 0 0 2px rgba(31, 122, 77, 0.15);
}

.uptalent-product-booking__select:disabled {
	background: #f3f4f6;
	color: #8a8f98;
	cursor: not-allowed;
}

.uptalent-product-booking__message {
	margin: 0;
	min-height: 20px;
	font-size: 14px;
	color: #1f7a4d;
}

.uptalent-product-booking__message.is-error {
	color: #b3261e;
}

.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.single_add_to_cart_button.loading {
	opacity: 0.7;
	pointer-events: none;
}
