.user_profile_card{border-radius:12px;border:1px solid #e1f0f4;box-shadow:0 4px 16px rgba(0,0,0,.04);background:#fff;overflow:hidden;margin-bottom:20px}.seller_top{display:flex;align-items:center;padding:16px 20px 10px;background:#fff;gap:14px;border-bottom:1px solid #e6f6f9}.seller_avatar{flex-shrink:0;display:block}.seller_img{border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.08)}.seller_info{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center}.seller_name{font-size:17px;font-weight:700;color:#0f172a;margin:0 0 2px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member_since_text{font-size:13px;font-weight:400;color:#64748b;margin:0 0 4px;line-height:1.2}.seller_verified_wrap{display:inline-flex;align-items:center;margin-top:2px}.seller_verified_img{object-fit:contain;height:16px;width:auto}.seller_view_profile_btn{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #00b2ca;color:#00b2ca;background:#fff;border-radius:8px;padding:2px 5px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .2s ease-in-out;height:30px;flex-shrink:0}.seller_view_profile_btn:hover{background:#00b2ca;color:#fff!important}.seller_actions{padding:16px;display:flex;flex-direction:column;gap:12px;background:#fff}.chat_primary{width:100%;height:48px;background:#00b2ca;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease-in-out}.chat_primary:hover{background:#009cb1;transform:translateY(-1px)}.chat_primary:active{transform:translateY(0)}.call_secondary{width:100%;height:48px;background:#fff;border:1.5px solid #00b2ca;color:#334155;border-radius:8px;font-size:16px;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.call_secondary:hover{background:#f8fafc;border-color:#009cb1;color:#0f172a}