.customer-layout,.customer-layout>*{min-width:0}
.customer-form{width:100%;max-width:100%;overflow:hidden}
.customer-form h2{margin-top:0}
.customer-form label{min-width:0;width:100%}
.customer-form input,.customer-form select,.customer-form textarea{
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
.customer-form textarea{resize:vertical}
.customer-form .unit-input{width:100%;min-width:0;max-width:100%;box-sizing:border-box}
.customer-form .unit-input input{width:0;min-width:0;flex:1 1 auto}
.customer-form .unit-input span{flex:0 0 auto;white-space:nowrap}
.customer-form .privacy-consent{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #d8e2dc;border-radius:10px;background:#f6f9f7;font-size:13px;line-height:1.65}
.customer-form .privacy-consent input{flex:0 0 20px;width:20px;height:20px;margin:2px 0 0;accent-color:#1c6748}
.customer-form .privacy-consent a{color:#135d40;font-weight:800}
.customer-form .privacy-notice{margin:-2px 0 16px;color:#617168;font-size:12px;line-height:1.65}
.private-value{display:inline-block;padding:3px 8px;border-radius:999px;background:#eef3ef;color:#506158;font-size:12px;font-weight:700}

@media(max-width:760px){
  .page-content.customer-layout{width:100%;padding-right:16px;padding-left:16px;gap:30px;overflow:hidden}
  .customer-form{padding:20px 16px;border-radius:14px}
  .customer-form label{gap:7px;margin-bottom:14px}
  .customer-form input,.customer-form select{height:46px;padding:0 12px}
  .customer-form textarea{min-height:132px;padding:12px}
  .customer-form .unit-input{height:46px}
  .customer-form .unit-input input{height:44px}
  .customer-form button{min-height:48px}
}

@media(max-width:360px){
  .page-content.customer-layout{padding-right:12px;padding-left:12px}
  .customer-form{padding:18px 12px}
  .customer-form input,.customer-form select,.customer-form textarea{font-size:16px}
}
