/* Warm order-detail shell only; the nested native password modal keeps v2/v3. */
body.pages-order-order .order_container > .u-mask > .modal1 {
    background: linear-gradient(180deg, #ffbf54 0%, #ffd879 48%, #fff6e6 100%) !important;
    /* Preserve the fixed password layer's viewport containing block and visibility. */
    overflow: visible !important;
    isolation: auto !important;
    transform: none !important;
    filter: none !important;
    contain: none !important;
}

body.pages-order-order .order_container > .u-mask > .modal1 > .imgBg > .titleItem {
    color: #68461f !important;
}

body.pages-order-order .order_container > .u-mask > .modal1 > .imgBg > .bodyItem {
    background: #ffffff !important;
    color: #203247 !important;
    border-radius: 12px !important;
    box-shadow: inset 0 0 0 1px rgba(132, 92, 35, 0.12) !important;
}
