.checkout-address-autocomplete-section,.checkout-address-fields,.checkout-address-manual-section{display:flex;flex-direction:column;gap:var(--checkout-space-3)}.checkout-address-row{display:flex;gap:var(--checkout-space-3)}.checkout-address-autocomplete-wrapper{flex:1}.checkout-address-house-number{flex-shrink:0;width:5rem}.checkout-address-zip{flex-shrink:0;width:6rem}.checkout-address-city{flex:1}.checkout-address-autocomplete-fields{animation:checkout-fade-in .2s ease-out;display:flex;flex-direction:column;gap:var(--checkout-space-3)}.checkout-manual-entry-link{align-self:flex-start;background:none;border:none;color:var(--checkout-text-secondary);cursor:pointer;display:inline-block;font-size:var(--checkout-text-sm);padding:0;text-decoration:underline;text-underline-offset:2px;transition:color var(--checkout-transition-base)}.checkout-manual-entry-link:hover{color:var(--checkout-text-primary)}@keyframes checkout-fade-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}
