.friend-list-sheet{isolation:isolate;flex-direction:column;gap:1rem;height:70vh;min-height:70vh;padding:1rem 1rem 6rem;display:flex;position:relative;background:0 0!important}.friend-list-sheet__header{padding:0 .5rem 1rem}.friend-list-sheet__user{align-items:center;gap:1rem;display:flex}.friend-list-sheet__avatar{object-fit:cover;border:1px solid #0000000d;border-radius:50%;flex-shrink:0;width:56px;height:56px}.friend-list-sheet__user-info h3{color:#111;margin:0;font-size:1rem;font-weight:600}.friend-list-sheet__user-info p{color:#666;margin:.2rem 0 0;font-size:.85rem}.friend-list-sheet__items{flex-direction:column;gap:.8rem;padding-bottom:2rem;display:flex}.friend-list-item{background:#fff;border:1px solid #00000008;border-radius:16px;flex-direction:column;gap:12px;padding:12px;display:flex;position:relative;box-shadow:0 2px 12px #0000000a}.friend-list-item__main{align-items:stretch;gap:12px;width:100%;display:flex}.friend-list-item__image-container{aspect-ratio:1;background:#f9f9f9;border-radius:12px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.friend-list-item__content{flex-direction:column;flex:1;justify-content:space-between;gap:4px;min-width:0;padding-top:2px;display:flex}.friend-list-item__title{color:#111;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.friend-list-item__price{color:#666;min-height:1.2em;margin-top:2px;font-size:.9rem}.friend-list-item__footer{justify-content:space-between;align-items:center;width:100%;margin-top:4px;padding-top:4px;display:flex}.friend-list-item__action-btn{color:#0f122899;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.4rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.friend-list-item__action-btn:hover{color:#111;transform:translateY(-1px)}.friend-list-item__action-btn.saved{color:#2463eb}.friend-list-item__action-btn:not(.saved) span{color:#0f122899}.friend-list-item__action-btn.saved span{color:#2463eb}.friend-list-item__save-count{text-align:left;min-width:1rem}
