/*----------------- 
Frontend related CSS
-----------------*/
.purchase-order-form-outer-wrapper {
	margin-bottom: 15px;
	margin-top: 20px;
}

.purchase-order-form-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.purchase-order-form-fields .form-field {
	margin-bottom: 15px;
	margin-right: 10px;
}

#wcpoc_purchase_order_number {
	min-width: 300px;
}

.purchase-order-form-fields .form-field:last-child {
	margin-right: 0px;
}

.woocommerce_checkout_download_offer_wrapper {
	padding-top: 20px;
}

.wcpoc-error {
  color: #f00;
}