.location-address-item{background:var(--white);border:1px solid var(--white-200);border-radius:var(--radius-l);align-items:flex-start;gap:8px;padding:16px 8px;transition:border-color .2s;display:flex}@media (width>=768px){.location-address-item{padding:16px 16px 16px 20px}}.location-address-item--selected{border:2px solid var(--red)}.location-address-item__label{cursor:pointer;flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.location-address-item__input{opacity:0;pointer-events:none;position:absolute}.location-address-item__radio{box-sizing:border-box;border:2px solid var(--gray);border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:flex}.location-address-item--selected .location-address-item__radio{border-color:var(--red)}.location-address-item__dot{background:var(--red);border-radius:var(--radius-full);width:10px;height:10px}.location-address-item__body{flex-direction:column;gap:4px;min-width:0;display:flex}.location-address-item__title{letter-spacing:-.02rem;color:var(--black-100);font-size:1.25rem;font-weight:700;line-height:1.4}.location-address-item__address{letter-spacing:-.01rem;color:var(--gray-200);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;line-height:1.43;overflow:hidden}.location-address-item__actions{flex-shrink:0;gap:4px;display:flex}.location-address-item__action{border-radius:var(--radius-m);width:36px;height:36px;color:var(--gray-200);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.location-address-item__action .icon{width:20px;height:20px}.address-form-modal__panel.modal__panel--floating{width:100%;max-width:520px;padding:32px 14px}@media (width>=768px){.address-form-modal__panel.modal__panel--floating{padding:32px}}.address-form-modal__title{letter-spacing:-.02rem;color:var(--black-100);margin:0 0 24px;font-size:1.375rem;font-weight:700;line-height:1.27}.address-form-modal__form{flex-direction:column;gap:24px;display:flex}.address-form-modal__autocomplete{width:100%;position:relative}.address-form-modal__suggestions{z-index:1;background:var(--white);border:1px solid var(--white-200);border-radius:var(--radius-m);width:100%;box-shadow:0 12px 40px var(--black-a24);flex-direction:column;max-height:240px;margin:0;padding:8px;list-style:none;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.address-form-modal__suggestion{border-radius:var(--radius-s);letter-spacing:-.01rem;color:var(--black-100);cursor:pointer;padding:10px 8px;font-size:.875rem;line-height:1.43}.address-form-modal__suggestion:hover{background:var(--white-100)}.address-form-modal__checkbox-row{cursor:pointer;letter-spacing:-.01rem;color:var(--black-100);align-items:center;gap:8px;font-size:.875rem;line-height:1.43;display:flex}.address-form-modal__row{gap:12px;display:flex}.address-form-modal__row>*{flex:1;min-width:0}.address-form-modal__error{letter-spacing:-.01rem;color:var(--red-200);margin:0;font-size:.8125rem;line-height:1.38}.address-form-modal__footer{gap:12px;display:flex}.address-form-modal__footer .btn{flex:1;height:48px}.address-form-modal__save{font-weight:700}.delete-address-modal__panel{flex-direction:column;gap:20px;width:100%;max-width:480px;padding:24px 28px;display:flex}.delete-address-modal__head{align-items:center;gap:12px;display:flex}.delete-address-modal__icon{width:24px;height:24px;color:var(--black);flex-shrink:0}.delete-address-modal__title{letter-spacing:-.02rem;color:var(--black-100);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.delete-address-modal__message{letter-spacing:-.01rem;color:var(--gray-200);margin:0;font-size:.875rem;line-height:1.43}.delete-address-modal__actions{flex-direction:column;gap:10px;display:flex}.delete-address-modal__actions .btn{height:48px}.delete-address-modal__actions .btn--ghost{color:var(--red-100);border-width:1.5px}.delete-address-modal__confirm{font-weight:700}
