/*
 * LALUZ UI Patch — MODULE VN_ADDRESS (CSS) — 1.5.0
 * Giao diện đồng nhất cho form địa chỉ: combobox Tỉnh/Thành của Blocks
 * dùng đúng hệ hairline/ink như các ô input khác.
 */

html body .wc-block-components-combobox .components-combobox-control__suggestions-container,
html body .wc-block-components-combobox input {
	font-family: var( --lz-sans, 'Be Vietnam Pro', sans-serif ) !important;
}

/* danh sách gợi ý của combobox: nền giấy, hàng gọn, không bo tròn to */
html body .components-form-token-field__suggestions-list {
	background: #fff !important;
	border: 1px solid var( --lz-line, #E3E1D9 ) !important;
	border-radius: 2px !important;
}
