/* Persian Safety order list identity and print guard v9 */
.ps-order-product-card-heading {
    min-width: 0;
    flex: 1 1 auto;
}
.ps-order-product-card-heading h3 {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    font-family: Tahoma, Arial, sans-serif !important;
    font-variant-numeric: lining-nums tabular-nums;
    unicode-bidi: plaintext;
}
.ps-v9-design-title,
.ps-v9-short-product-name {
    display: block;
    width: 100%;
    overflow-wrap: anywhere;
}
.ps-v9-design-title {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 900;
    color: #102a43;
}
.ps-v9-short-product-name {
    font-size: 12px;
    line-height: 1.55;
    font-weight: 700;
    color: #315b7d;
}
html[dir="rtl"] .ps-order-product-card-heading h3,
html[lang="fa"] .ps-order-product-card-heading h3,
body[dir="rtl"] .ps-order-product-card-heading h3 {
    direction: rtl !important;
    text-align: right !important;
    align-items: flex-start !important;
}
html[dir="ltr"] .ps-order-product-card-heading h3,
html[lang="en"] .ps-order-product-card-heading h3,
body[dir="ltr"] .ps-order-product-card-heading h3 {
    direction: ltr !important;
    text-align: left !important;
    align-items: flex-start !important;
}
@media print {
    html.ps-v9-site-print-blocked,
    html.ps-v9-site-print-blocked body,
    html.ps-v9-site-print-blocked body * {
        visibility: hidden !important;
        display: none !important;
    }
}
html.ps-v9-printing-blocked,
html.ps-v9-printing-blocked body {
    background: #fff !important;
}
