/* VIG Woo VN Address — "Địa chỉ đầy đủ": label + text 1 dòng (không xuống hàng), text in nghiêng */
.vig-vn-full-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
}
.vig-vn-full-row label {
	margin: 0;
	white-space: nowrap;
	font-weight: 600;
}
.vig-vn-full-row .woocommerce-input-wrapper {
	flex: 1;
	min-width: 0;
}
.vig-vn-full-text {
	font-style: italic;
	font-size: 14px;
	color: #334155;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
}
/* Khi chưa ghép (rỗng) → hiện gợi ý mờ như placeholder */
.vig-vn-full-text:empty::before {
	content: attr(data-ph);
	color: #94a3b8;
	font-weight: 400;
	font-style: normal;
}
