/* WCCA Korean Checkout — Daum Postcode */

#billing-address-autocomplete,
#shipping-address-autocomplete {
	display: none;
}

#billing-address-autocomplete.embed,
#shipping-address-autocomplete.embed {
	position: relative;
	width: 100%;
	height: 395px;
	border: 1px solid #e7e7e7;
}

#billing-address-autocomplete.overlay,
#shipping-address-autocomplete.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	border: 1px solid #e7e7e7;
	top: 0;
	left: 0;
	z-index: 99998;
}

.address-autocomplete-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 1;
	transition: opacity 0.3s ease;
}

.address-autocomplete-close:hover {
	opacity: 0.7;
}

input[readonly]#billing_postcode,
input[readonly]#shipping_postcode {
	background-color: #f9f9f9;
	cursor: pointer;
}

input[readonly]#billing_postcode:focus,
input[readonly]#shipping_postcode:focus {
	background-color: #f9f9f9;
}

@media (max-width: 768px) {
	#billing-address-autocomplete.embed,
	#shipping-address-autocomplete.embed {
		height: 350px;
	}
}

.address-autocomplete-close:focus {
	outline: 2px solid #0073aa;
	outline-offset: 2px;
}

.wcca-korean-hidden-field {
	display: none !important;
}

.wcca-korean-filled {
	background-color: #f0f8ff !important;
	border-color: #4caf50 !important;
}

.form-row.wcca-korean-filled label::after {
	content: " ✓";
	color: #4caf50;
	font-weight: bold;
}

.wcca-postcode-input-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.wcca-postcode-input-wrap input.input-text {
	flex: 1 1 120px;
	min-width: 0;
}

.wcca-postcode-search-btn {
	flex: 0 0 auto;
	cursor: pointer;
	white-space: nowrap;
}

.wcca-postcode-search-btn:hover,
.wcca-postcode-search-btn:focus {
	opacity: 0.92;
}

#billing_postcode_field .woocommerce-input-wrapper,
#shipping_postcode_field .woocommerce-input-wrapper {
	width: 100%;
}
