.wciaa-hidden-state,
.wciaa-original-hidden {
	display: none !important;
}

#wciaa-hidden-fields {
	display: none !important;
}

.wciaa-enhanced > .wc-block-components-address-form__city,
.wciaa-enhanced > .wc-block-components-address-form__postcode {
	display: none !important;
}

.wciaa-postcode-select {
	width: 100%;
}

.woocommerce-address-fields .wciaa-block-field,
form.checkout .wciaa-block-field {
	clear: both;
	margin: 12px 0;
	width: 100%;
}

.woocommerce-address-fields .wciaa-city-select,
.woocommerce-address-fields .wciaa-postcode-select,
.woocommerce-address-fields .wciaa-city-search,
form.checkout .wciaa-city-select,
form.checkout .wciaa-postcode-select,
form.checkout .wciaa-city-search {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	height: 40px;
	line-height: 40px;
	min-height: 40px;
	padding: 0 36px 0 12px;
	width: 100%;
}

.woocommerce-address-fields .wciaa-block-field .select2-container,
form.checkout .wciaa-block-field .select2-container {
	display: block;
	width: 100% !important;
}

.woocommerce-address-fields .wciaa-block-field .select2-container .select2-selection--single,
form.checkout .wciaa-block-field .select2-container .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	height: 40px;
	min-height: 40px;
}

.woocommerce-address-fields .wciaa-block-field .select2-container .select2-selection__rendered,
form.checkout .wciaa-block-field .select2-container .select2-selection__rendered {
	color: inherit;
	font: inherit;
	height: 40px;
	line-height: 20px !important;
	overflow: hidden;
	padding: 0 36px 0 10px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wciaa-block-field .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px !important;
	padding-left: 10px !important;
}

.woocommerce-address-fields .wciaa-block-field .select2-container .select2-selection__arrow,
form.checkout .wciaa-block-field .select2-container .select2-selection__arrow {
	height: 40px;
	right: 8px;
}

.woocommerce-address-fields .wciaa-full-name-counter,
form.checkout .wciaa-full-name-counter {
	clear: both;
	margin: 4px 0 12px;
}

.wc-block-components-address-form .wciaa-block-field {
	box-sizing: border-box;
	flex: 1 0 calc(50% - 12px);
	line-height: normal;
	margin-top: 12px;
	position: relative;
	white-space: normal;
}

.wc-block-components-address-form .wciaa-block-field:first-child {
	margin-top: 0;
}

.wc-block-components-address-form .wciaa-block-field label {
	color: inherit;
	cursor: default;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	left: 10px;
	letter-spacing: inherit;
	line-height: 22px;
	margin: 0;
	max-width: calc(100% - 42px);
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 6px;
	transform: scale(.82);
	transform-origin: top left;
	transition: all .2s ease;
	z-index: 2;
}

.wciaa-full-name-counter {
	flex: 1 0 100%;
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #50575e;
}

.wciaa-full-name-counter.wciaa-limit-exceeded {
	color: #cc1818;
}

.wciaa-city-select,
.wciaa-city-search,
.wciaa-postcode-select,
.wc-block-components-address-form select.wciaa-city-select,
.wc-block-components-address-form .wciaa-postcode-select {
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%232b2d2f' d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'/%3E%3C/svg%3E");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid color-mix(in srgb,currentColor 80%,transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	height: 50px;
	letter-spacing: inherit;
	line-height: 20px;
	margin: 0;
	min-height: 0;
	overflow: visible;
	padding: 22px 38px 6px 9px;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}

.wciaa-block-field > input,
.wciaa-block-field > select,
.wciaa-block-field .wciaa-city-search,
.wciaa-block-field .wciaa-city-select,
.wciaa-block-field .wciaa-postcode-select {
	display: block;
	max-width: 100%;
	width: 100%;
}

.wciaa-city-search {
	display: block;
	margin-bottom: 8px;
	padding: 16px 12px;
}

.wc-block-components-address-form .wciaa-block-field select:focus,
.wc-block-components-address-form .wciaa-block-field input:focus {
	background-color: #fff;
	border-color: currentColor;
	border-width: 1.5px;
	outline: 0;
	padding-left: 8.5px;
	padding-right: 37.5px;
}

.wc-block-components-address-form .wciaa-block-field select:disabled,
.wc-block-components-address-form .wciaa-block-field .select2-container--disabled .select2-selection,
.wc-block-components-address-form .wciaa-block-field .select2-container--disabled .select2-selection--single {
	background-color: #fff;
	color: #2b2d2f;
	opacity: 1;
}

.wc-block-components-address-form .wciaa-block-field .select2-container,
.wc-block-components-address-form .wciaa-block-field .select2-container--default,
.wc-block-components-address-form .wciaa-block-field .select2-container--classic {
	box-sizing: border-box;
	display: block;
	line-height: normal;
	width: 100% !important;
}

.wc-block-components-address-form .wciaa-block-field .select2-container .select2-selection,
.wc-block-components-address-form .wciaa-block-field .select2-container .select2-selection--single {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%232b2d2f' d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'/%3E%3C/svg%3E");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid color-mix(in srgb,currentColor 80%,transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 16px;
	height: 50px;
	line-height: normal;
	margin: 0;
	min-height: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.wc-block-components-address-form .wciaa-block-field .select2-container--focus .select2-selection,
.wc-block-components-address-form .wciaa-block-field .select2-container--open .select2-selection {
	background-color: #fff;
	border-color: currentColor;
	border-width: 1.5px;
	box-shadow: none;
	outline: 0;
}

.wc-block-components-address-form .wciaa-block-field .select2-selection__rendered {
	box-sizing: border-box;
	color: #2b2d2f;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	padding: 22px 38px 6px 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wc-block-components-address-form .wciaa-block-field .select2-selection__placeholder {
	color: #2b2d2f;
}

.wc-block-components-address-form .wciaa-block-field .select2-selection__arrow {
	display: none !important;
}

.wc-block-components-address-form .wciaa-block-field .select2-selection__clear {
	line-height: 50px;
	margin-right: 24px;
}

.wc-block-components-address-form .wciaa-city-field {
	order: 20;
}

.wc-block-components-address-form .wciaa-postcode-field {
	order: 21;
}

.wc-block-components-address-form .wc-block-components-address-form__postcode {
	order: 21;
}

.wc-block-components-address-form .wc-block-components-address-form__city {
	order: 20;
}

.wc-block-components-address-form .wc-block-components-address-form__state,
.wc-block-components-address-form .wc-block-components-state-input {
	order: 19;
}

.wc-block-components-address-form .wc-block-components-address-form__phone {
	order: 30;
}

.wc-block-components-address-form .wciaa-original-hidden {
	flex: 0 0 0 !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 0 !important;
}

.has-dark-controls .wc-block-components-address-form .wciaa-block-field select,
.has-dark-controls .wc-block-components-address-form .wciaa-block-field input,
.has-dark-controls .wc-block-components-address-form .wciaa-block-field .select2-selection {
	background-color: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.4);
	color: #fff;
}

@media (max-width: 600px) {
	.wc-block-components-address-form .wciaa-block-field {
		flex-basis: 100%;
	}
}

.wciaa-order-meta {
	margin-top: 12px;
}
