.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:26px;font-weight:700;line-height:28px;color:#000;word-break:break-word;display:block;margin-bottom:8px}.product_location{gap:2px;font-size:14px;font-weight:600;color:#666}.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:#999}.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:#999;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;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:#999;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:18px;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_header{margin-bottom:12px}.product_location{margin-bottom:10px;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 #e9f1f3;box-shadow:0 2px 10px rgba(0,0,0,.04);background:#fff;overflow:hidden}.seller_top{display:flex;align-items:center;padding:16px;background:#f4feff;gap:12px}.seller_avatar{flex-shrink:0}.seller_img{border-radius:50%;object-fit:cover}.seller_info{flex:1 1}.seller_name_row{display:flex;align-items:center;gap:8px}.seller_name{font-size:18px;font-weight:700;color:#00a7b5}.verified_badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:2px 8px;border-radius:999px;background:#e6f2ff;color:#1677ff;font-weight:600}.member_since_text{font-weight:500;font-style:Medium;font-size:12px;leading-trim:NONE;line-height:100%;letter-spacing:0;text-transform:capitalize}.seller_arrow{color:#000;opacity:.6}.seller_actions{padding:8px;display:flex;flex-direction:column;gap:12px}.apply_secondary,.chat_secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:46px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;border:none}.apply_secondary{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.apply_secondary:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a);transform:translateY(-1px)}.apply_secondary:active{transform:scale(.98)}.apply_secondary.applied{background:#e5e7eb;color:#6b7280;cursor:not-allowed;box-shadow:none}.chat_secondary{background:#fff;color:#2563eb;border:1.5px solid #2563eb}.chat_secondary:hover{background:#2563eb;color:#fff}.chat_secondary:active{transform:scale(.98)}.chat_secondary:disabled{opacity:.7;cursor:not-allowed}.chat_primary{background:#00a7b5;color:#fff;border:none;border-radius:8px;padding:14px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.chat_primary:hover{background:#0095a2}.call_secondary{border:2px solid #00a7b5;color:#000;border-radius:8px;padding:14px;font-size:16px;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}