.cf-checkout-address-section{display:grid;gap:var(--cf-spacing)}.cf-checkout-address-section__fieldset{border:0}.cf-checkout-address-section__legend{font-size:var(--cf-font-size-small);color:var(--cf-color-secondary);margin-bottom:var(--cf-spacing-small)}.cf-checkout-address-section__header{margin:0}.cf-checkout-address-section label{font-size:var(--cf-font-size-small)}.cf-checkout-address-section__personal{display:grid;grid-template-columns:1fr 1fr;gap:var(--cf-spacing-small);grid-template-areas:"salutation salutation" "firstName lastName" "phoneNumber phoneNumber" "email email"}.cf-checkout-address-section__personal [field=salutation]{grid-area:salutation}.cf-checkout-address-section__personal [field=firstName]{grid-area:firstName}.cf-checkout-address-section__personal [field=lastName]{grid-area:lastName}.cf-checkout-address-section__personal [field=phoneNumber]{grid-area:phoneNumber}.cf-checkout-address-section__personal [field=email]{grid-area:email}.cf-checkout-address-section__company{display:grid;grid-template-columns:1fr 1fr;gap:var(--cf-spacing-small);grid-template-areas:"companyName vatNumber"}.cf-checkout-address-section__company [field=companyName]{grid-area:companyName}.cf-checkout-address-section__company [field=vatNumber]{grid-area:vatNumber}.cf-checkout-address-section__location{display:grid;gap:var(--cf-spacing-small);grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"street street streetNumber numberAddition" "city city postalCode postalCode" "region region countryCode countryCode"}.cf-checkout-address-section__location [field=street]{grid-area:street}.cf-checkout-address-section__location [field=streetNumber]{grid-area:streetNumber}.cf-checkout-address-section__location [field=numberAddition]{grid-area:numberAddition}.cf-checkout-address-section__location [field=city]{grid-area:city}.cf-checkout-address-section__location [field=postalCode]{grid-area:postalCode}.cf-checkout-address-section__location [field=region]{grid-area:region}.cf-checkout-address-section__location [field=countryCode]{grid-area:countryCode}
