.neoweb-checkout-legal-note {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
	color: #6d6d6d;
	text-align: center;
}

.neoweb-checkout-legal-note a {
	color: inherit;
	font-size: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.neoweb-checkout-legal-note a:hover,
.neoweb-checkout-legal-note a:focus {
	color: #0c2e73;
}

.neoweb-review-place-order .neoweb-checkout-legal-note,
.neoweb-step-actions-mobile-final .neoweb-checkout-legal-note {
	width: 100%;
}

.neoweb-company-fields-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px 16px;
	width: 100%;
}

.neoweb-company-fields-grid > .neoweb-field {
	min-width: 0;
	width: 100%;
}

.neoweb-company-fields-grid > .neoweb-field-full {
	grid-column: 1 / -1;
}

.neoweb-company-fields-grid .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}



.neoweb-field-error input,
.neoweb-field-error select,
.neoweb-field-error textarea {
	border-color: #d63638 !important;
	box-shadow: 0 0 0 1px rgba(214, 54, 56, 0.08) !important;
}
