:root{--blog-bg:#f7f8fa;--blog-card:#fff;--blog-muted:#6b6f76;--blog-accent:#0d6efd;--blog-border:#e6e9ef;--blog-success:#16a34a;--blog-danger:#ef4444;--blog-warning:#ffba08;--blog-radius:10px}#html-blog-content{color:#111;-webkit-font-smoothing:antialiased;direction:rtl;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Vazirmatn,Tahoma,Arial,sans-serif;line-height:1.6}#html-blog-content p{color:#111;margin:0 0 16px;font-size:15px;line-height:1.7}#html-blog-content .lead,#html-blog-content>p:first-of-type{margin:12px 0 16px;font-size:18px;line-height:1.9}#html-blog-content h2{color:#111;margin:32px 0 16px;font-size:20px;font-weight:700;line-height:1.3}@media (min-width:768px){#html-blog-content h2{font-size:22px}}#html-blog-content h3{color:#111;align-items:center;gap:8px;margin:20px 0 10px;font-size:18px;font-weight:600;display:flex}#html-blog-content ul{margin:6px 0 12px;padding-right:18px;list-style:none}#html-blog-content ul li{color:#111;margin-bottom:8px;font-size:15px;line-height:1.6}#html-blog-content ul li:before{content:"•";color:var(--blog-accent);width:1em;margin-right:-1em;font-weight:700;display:inline-block}#html-blog-content ol{margin:6px 0 12px;padding-right:18px}#html-blog-content ol li{color:#111;margin-bottom:8px;font-size:15px;line-height:1.6}#html-blog-content strong{color:#111;font-weight:600}#html-blog-content a{color:var(--blog-accent);text-decoration:none;transition:all .2s}#html-blog-content a:hover{text-decoration:underline}#html-blog-content blockquote{border-right:4px solid var(--blog-warning);color:#6b3e00;background:#fff7f0;border-radius:8px;margin:16px 0;padding:12px 14px;font-size:15px}#html-blog-content blockquote p{color:#6b3e00;margin:0}#html-blog-content hr{border:none;border-top:1px solid var(--blog-border);margin:24px 0}#html-blog-content table,#html-blog-content .std{border-collapse:collapse;background:var(--blog-card);width:100%;margin-top:12px;font-size:14px}#html-blog-content table th,#html-blog-content table td{text-align:right;border-bottom:1px solid var(--blog-border);padding:10px}#html-blog-content table th{color:var(--blog-muted);background:#fafbfc;font-size:13px;font-weight:600}#html-blog-content table tr:last-child td{border-bottom:none}#html-blog-content ._tableContainer_1rjym_1,#html-blog-content .table-container{-webkit-overflow-scrolling:touch;margin:12px 0;overflow-x:auto}#html-blog-content ._tableContainer_1rjym_1::-webkit-scrollbar{height:8px}#html-blog-content .table-container::-webkit-scrollbar{height:8px}#html-blog-content ._tableContainer_1rjym_1::-webkit-scrollbar-track{background:#f3f4f6}#html-blog-content .table-container::-webkit-scrollbar-track{background:#f3f4f6}#html-blog-content ._tableContainer_1rjym_1::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}#html-blog-content .table-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}#html-blog-content img{border-radius:var(--blog-radius);max-width:100%;height:auto;margin:16px 0;display:block}#html-blog-content .carousel-wrap{margin-top:14px;position:relative}#html-blog-content .carousel{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:14px;padding:12px 6px;display:flex;overflow-x:auto}#html-blog-content .carousel::-webkit-scrollbar{height:10px}#html-blog-content .carousel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}#html-blog-content .carousel::-webkit-scrollbar-track{background:#f3f4f6}#html-blog-content .product{background:var(--blog-card);border:1px solid var(--blog-border);cursor:pointer;border-radius:12px;flex-direction:column;min-width:180px;max-width:220px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #1018280a}#html-blog-content .product:hover{transform:translateY(-4px);box-shadow:0 8px 24px #10182814}#html-blog-content .product .img{background:linear-gradient(#fafafa,#f3f4f6);justify-content:center;align-items:center;height:150px;padding:10px;display:flex}#html-blog-content .product img{object-fit:contain;max-width:100%;max-height:130px;margin:0}#html-blog-content .product .body{flex-direction:column;flex:1;gap:8px;padding:10px 12px;display:flex}#html-blog-content .product h4{-webkit-line-clamp:3;color:#111;-webkit-box-orient:vertical;flex:1;margin:0;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}#html-blog-content .product .price-row{justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;display:flex}#html-blog-content .product .price{color:#111;font-size:15px;font-weight:700}#html-blog-content .card-actions{z-index:1;flex-direction:column;gap:6px;display:flex;position:absolute;top:8px;left:10px}#html-blog-content .small-btn{cursor:pointer;background:#0000000a;border:0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s;display:flex}#html-blog-content .small-btn:hover{background:#00000014}#html-blog-content .carousel-arrow{background:var(--blog-card);border:1px solid var(--blog-border);cursor:pointer;color:#111;z-index:2;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:44%;transform:translateY(-50%)}#html-blog-content .carousel-arrow:hover{background:#f9fafb;box-shadow:0 4px 12px #1018281a}#html-blog-content .carousel-arrow.left{margin-right:10px;right:100%}#html-blog-content .carousel-arrow.right{margin-left:10px;left:100%}@media (max-width:900px){#html-blog-content .carousel-arrow{display:none}}@media (max-width:640px){#html-blog-content,#html-blog-content p{font-size:14px}#html-blog-content .lead,#html-blog-content>p:first-of-type{font-size:16px}#html-blog-content h2{margin:24px 0 12px;font-size:18px}#html-blog-content h3{margin:16px 0 8px;font-size:16px}#html-blog-content blockquote{padding:10px 12px;font-size:14px}#html-blog-content table th,#html-blog-content table td{padding:8px;font-size:13px}#html-blog-content .product{min-width:160px;max-width:200px}#html-blog-content .product .img{height:130px}#html-blog-content .product img{max-height:110px}#html-blog-content .product h4{font-size:12px}#html-blog-content .product .price{font-size:14px}}#html-blog-content :focus-visible{outline:2px solid var(--blog-accent);outline-offset:2px}@media print{#html-blog-content .carousel-arrow,#html-blog-content .card-actions,#html-blog-content .small-btn{display:none!important}#html-blog-content .carousel{flex-wrap:wrap;overflow:visible}}
