.wc-fqp-wrapper {
	margin-bottom: 1rem;
}

.wc-fqp-label {
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.wc-fqp-select {
	width: 100%;
	max-width: 300px;
	margin-bottom: 0.5rem;
}

.wc-fqp-options-buttons {
	display: none;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.wc-fqp-wrapper.wc-fqp-ready .wc-fqp-select {
	display: none;
}

.wc-fqp-wrapper.wc-fqp-ready .wc-fqp-options-buttons {
	display: flex;
}

.wc-fqp-option-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	padding: 0.45rem 0.9rem;
	transition: all 0.15s ease-in-out;
	font-size: 0.95rem;
}

.wc-fqp-option-button:hover,
.wc-fqp-option-button.is-active {
	border-color: #0071a1;
	color: #0071a1;
	box-shadow: 0 0 0 1px rgba(0, 113, 161, 0.25);
}

.wc-fqp-price {
	margin-top: 0.5rem;
	display: flex;
	align-items: flex-end;
	gap: 0.2rem;
}

.wc-fqp-price-currency {
	font-size: 0.9rem;
	color: #c6010f;
	line-height: 1;
}

.wc-fqp-price-amount {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #c6010f;
}

.wc-fqp-original-price {
	color: #333;
	font-size: 0.9rem;
	text-decoration: line-through;
	margin-left: 0.4rem;
}

.wc-fqp-original-price.is-hidden {
	display: none;
}

form.cart.wc-fqp-active .quantity {
	display: none;
}
