.wlv-wrap {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wlv-select-wrap select {
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
}

.wlv-price {
	font-weight: 600;
	line-height: 1.2;
}

.wlv-price .woocommerce-Price-amount {
	font-weight: 600;
}

.wlv-atc-button {
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.wlv-atc-button.wlv-loading {
	opacity: 0.6;
	pointer-events: none;
}
