/* ---------------------------------------------------------------------------
   Optional address block on the registration form — 18 September 2026.

   The four inputs are ordinary WooCommerce .form-row markup, so 80-account.css
   already sizes, colors and spaces them. All that is added here is the small
   heading that groups them, its one line of explanation, and a two-up row for
   State and ZIP that collapses to a single column on a narrow phone.
   --------------------------------------------------------------------------- */

body.woocommerce-account .woocommerce form .rh-register-address {
	margin: 0 0 4px;
}

body.woocommerce-account .woocommerce form .rh-register-address__lede {
	margin: 0 0 4px;
	font-family: var(--b);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--tx-3);
	line-height: 1.4;
}

body.woocommerce-account .woocommerce form .rh-register-address__note {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--tx-3);
	max-width: 46ch;
}

body.woocommerce-account .woocommerce form .rh-register-address__pair {
	display: flex;
	flex-wrap: wrap;
	gap: 0 14px;
}

body.woocommerce-account .woocommerce form .rh-register-address__pair > .rh-register-address__row {
	flex: 1 1 128px;
	min-width: 0;
}
