#setting-page{.user-info{display:flex;flex-flow:row nowrap;align-items:center;gap:16px;.avatar{width:64px;height:64px;overflow:hidden;border-radius:50%;img{aspect-ratio:1;object-fit:cover}}.name{font-weight:600;font-size:1.4rem}.email{font-size:1.2rem}}.setting-list{display:flex;flex-flow:column nowrap;.setting-item{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;border-bottom:1px solid #d0d2d4;padding:16px 0;font-weight:500;font-size:1.2rem;cursor:pointer;transition:background-color .2s ease-in-out;.setting-item-end,.setting-item-icon{svg{width:24px;height:24px}}.setting-item-end{color:#5C6368}.setting-item-name{width:100%;text-align:left}}.setting-item:last-child{border-bottom:none}.setting-item:hover{background-color:#f5f5f5}}}