#alternative-offer-form{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin:0}#alternative-offer-form .alert{margin:0}#alternative-offer-form .alert[hidden]{display:none}#alternative-offer-form #alternative-offer-has-oney-card>.radio-container{display:flex;flex-direction:column;justify-content:space-between}#alternative-offer-form .form-container:not([hidden]){display:flex;flex-direction:row;justify-content:space-between}#alternative-offer-form .form-container[hidden]{display:none}#alternative-offer-form .field-container{display:flex;flex-direction:column;flex-grow:1;gap:1rem;margin-right:1rem;width:100%}#alternative-offer-form .form-row{display:flex;flex-direction:row;gap:1rem}#alternative-offer-form .form-row>div{flex-grow:1}#alternative-offer-form .form-row>div:last-child{max-width:200px}#alternative-offer-form .form-row>div:last-child:not(.box){padding:0 1rem}#alternative-offer-form .form-row>div.box:after{content:""}#alternative-offer-form .radio-container{display:flex;flex-direction:row;gap:8px}#alternative-offer-form .radio-container input,#alternative-offer-form .radio-container label{margin:0}#alternative-offer-form .button-container{display:flex;flex-direction:column;gap:1rem;justify-content:center;min-width:fit-content}#alternative-offer-form #alternative-offer-fields .form-fields{display:flex;flex-direction:column;flex-grow:1;gap:1rem;margin-right:1rem;width:100%}