.eceti-wccg-canonical-field {
	display: none;
}

.woocommerce-checkout .eceti-wccg-hidden,
.woocommerce-account .eceti-wccg-hidden {
	display: none !important;
}

.woocommerce-checkout .eceti-wccg-city-select,
.woocommerce-account .eceti-wccg-city-select {
	width: 100%;
}

.woocommerce-checkout .eceti-wccg-city-fallback-search,
.woocommerce-account .eceti-wccg-city-fallback-search {
	width: 100%;
	margin-bottom: 0.5rem;
}

.woocommerce-checkout #document_type_field .woocommerce-input-wrapper,
.woocommerce-account #document_type_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

.woocommerce-checkout #document_type_field input[type="radio"].input-radio,
.woocommerce-account #document_type_field input[type="radio"].input-radio {
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 0.35rem 0 0 !important;
	background: initial !important;
	border: initial !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	flex: 0 0 auto;
}

.woocommerce-checkout #document_type_field label.radio,
.woocommerce-account #document_type_field label.radio {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	margin: 0 !important;
	flex: 0 0 auto;
}
