#address-page{.recent-location-list,.search-location-list{display:flex;flex-flow:column nowrap;gap:16px;.header{font-size:1.2rem;font-weight:600}}.location-item{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:12px;border-radius:10px;background-color:#fff;border:1px solid #d0d2d4;cursor:pointer;&:hover{background-color:#F5F5F5}.name{font-size:1.2rem;font-weight:600}.address{font-size:1rem;font-weight:400;color:#5C6368}}}