.woocommerce-checkout .form-row-wide,
.woocommerce-checkout .fcj-city-select,
.woocommerce-checkout .fcj-district-select {
	width: 100%;
}

.woocommerce-checkout select.fcj-city-select,
.woocommerce-checkout select.fcj-district-select {
	min-height: 44px;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
	display: none !important;
}

.woocommerce-checkout .fcj-address-data-error {
	margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2 {
		float: none;
		width: 100%;
	}

	/* Keep WooCommerce order actions readable in narrow account tables. */
	.woocommerce-account .woocommerce-table--order-details .order-actions--heading,
	.woocommerce-account .woocommerce-table--order-details .order-actions--content {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}

	.woocommerce-account .woocommerce-table--order-details .order-actions-button {
		display: flex;
		float: none !important;
		clear: both;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		min-height: 44px;
		box-sizing: border-box;
		margin: 0.5rem 0 0;
		white-space: normal;
		overflow-wrap: anywhere;
		line-height: 1.35;
		text-align: center;
	}
}
