.product.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:20px}.product .card-body{padding:15px}.product_header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.product_title_section{flex:1 1}.product_title_section .title{font-size:30px;font-weight:750;line-height:28px;color:#020812;word-break:break-word;display:block;margin-bottom:8px}.product_location{gap:2px;font-size:14px;font-weight:600;color:#464b52}.product_location .location_icon{color:#e53935;flex-shrink:0}.product_action_buttons{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.product_like_btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:0;padding:0;width:auto;height:auto;cursor:pointer;transition:color .3s ease;color:#020812}.product_like_btn.isLiked,.product_like_btn:hover{color:#e53935}.product_like_btn svg{width:18px;height:18px}.product_share_btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:0;padding:0;width:auto;height:auto;cursor:pointer;transition:color .3s ease;color:#020812;flex-shrink:0}.product_share_btn:hover{color:var(--primary-color)}.product_share_btn svg{width:18px;height:18px}.product_bottom_row{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.product_price_section{flex:1 1}.product_price_strip{display:inline-block;padding:4px 8px;background:linear-gradient(90deg,#f8b700,rgba(255,205,66,.65) 60%,rgba(255,210,85,0));border-radius:2px;font-size:26px;font-weight:700;letter-spacing:-.03em;font-feature-settings:"pnum";font-variant-numeric:proportional-nums;color:#000;width:-moz-fit-content;width:fit-content}.product_date_section{flex-shrink:0;text-align:right}.product_id{display:flex;align-items:center;gap:6px;font-size:12px;color:#464b52;justify-content:flex-end}.product_id svg{color:#666;flex-shrink:0}[dir=rtl] .product_header,[dir=rtl] .product_location{flex-direction:row-reverse}[dir=rtl] .product_action_buttons{margin-left:auto}[dir=rtl] .product_bottom_row{flex-direction:row-reverse}[dir=rtl] .product_date_section{text-align:left}[dir=rtl] .product_id{justify-content:flex-start;flex-direction:row-reverse}@media (max-width:768px){.product .card-body{padding:16px}.product_title_section .title{font-size:22px;line-height:24px}.product_price_strip{font-size:18px;padding:6px 12px}.product_location{font-size:12px}.product_id{font-size:11px}.product_action_buttons{gap:12px}}@media (max-width:480px){.product .card-body{padding:12px}.product_title_section .title{font-size:16px;line-height:22px}.product_price_strip{font-size:16px;padding:6px 10px}.product_bottom_row{gap:0}.product_id{margin-top:8px}.product_header{margin-bottom:12px}.product_location{margin-bottom:0;font-size:11px}.product_bottom_row{flex-direction:column;align-items:flex-start}.product_date_section{width:100%;text-align:left}.product_id{justify-content:flex-start}}.product_location{display:flex;align-items:center;gap:6px}.product_location_icon img{display:block;object-fit:contain}.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;background:#effbfe;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}