.address-list{background:var(--background-primary);box-shadow:0 0 32px 0 rgba(0,0,0,.16);max-height:344px;overflow-y:auto;border-radius:12px}.address-list__content{padding:8px 0}.address-list__content__item{font-family:var(--avenir-roman);font-size:16px;line-height:24px;color:var(--content-primary);text-align:left;padding:8px 16px;display:flex;align-items:center;cursor:pointer;width:100%;background:rgba(0,0,0,0);border:none;outline:none}.address-list__content__item__icon{margin-right:12px;width:40px;height:40px;flex-shrink:0;background:var(--background-tertiary);display:flex;align-items:center;justify-content:center;border-radius:99px}.address-list__content__item__icon svg{width:20px;height:20px;display:block}@media screen and (min-width:1023px){.address-list__content__item:hover{background:var(--functional-hover)}}.address-list__content__item--disabled{color:var(--functional-inactive);cursor:inherit}.address-list__content__item--disabled:hover{background:var(--background-primary)}.address-list__content__item--disabled .address-list__content__item__icon svg path{stroke:var(--functional-inactive)}.address-list--mobile{border-radius:0;box-shadow:none;max-height:none}.address-list--mobile .address-list__content__item{padding:8px 24px}