/* Styles for the dynamic order fields on the product page */
.ssr-order-fields {
	max-width: 520px;
}
.ssr-order-fields .ssr-field-label {
	font-weight: 600;
	font-size: 0.92rem;
}
.ssr-order-fields .ssr-input {
	max-width: 100%;
}
.ssr-order-fields .ssr-qty-hint {
	margin-top: -4px;
}
.ssr-live-total {
	border-radius: 6px;
}
.ssr-live-total-amount {
	color: #146c43;
}
