.stp-product-variable {
	margin: 16px 0 18px;
	padding: 16px;
	border: 1px solid #edf0f4;
	border-radius: 14px;
	background: #fff;
}

.stp-product-variable__fields {
	display: grid;
	gap: 12px;
}

.stp-product-variable__field {
	display: grid;
	grid-template-columns: minmax(95px, 140px) 1fr;
	gap: 12px;
	align-items: center;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: #1f2937;
}

.stp-product-variable__field select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d9dee7;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	font-size: 14px;
	padding: 0 12px;
	box-shadow: none;
}

.stp-product-variable__field select:focus {
	border-color: #ff5a1f;
	outline: none;
	box-shadow: 0 0 0 2px rgba(255, 90, 31, 0.12);
}

.stp-product-variable__message {
	margin: 12px 0 0;
	font-size: 12px;
	font-style: italic;
	color: #6b7280;
}

.stp-product-variable__message.is-success {
	font-style: normal;
	font-weight: 700;
	color: #15803d;
}

.stp-product-variable__message.is-error {
	font-style: normal;
	font-weight: 700;
	color: #b91c1c;
}

@media (max-width: 680px) {
	.stp-product-variable__field {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}


.stp-product-variable__field select,
.stp-product-variable__field option {
	text-transform: uppercase;
}
