@media screen and (min-width: 768px) {

	.col2-set {

		.form-row-first {
			float: left;
			margin-right: $columns__margin;
		}

		.form-row-last {
			float: right;
			margin-right: 0;
		}

		.form-row-first,
		.form-row-last {

			@include column-width(2);
		}
	}
}

// Fix labels overview in the checkout page with gutenberg blocks
.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .components-base-control__label {
	margin-top: -4px !important;
	font-size: 1rem !important;
}
