header,
.page_top_wrap,
footer,
a.scroll_to_top,
.woocommerce-thankyou-order-received,
ul.woocommerce-thankyou-order-details,
section.woocommerce-bacs-bank-details,
#uq-print,
section.woocommerce-customer-details {
    display: none !important;
}

body.woocommerce-order-received.body_filled.article_style_boxed .page_wrap {
    background-color: #fff;
}

.content_wrap {
    width: 100% !important;
}

section.woocommerce-order-details th {
    text-align: left;
}

/* Ensure UPN slip is printable even if collapsed */
.uq-toggle,
.uq-qrcode-big,
.uq-title,
.uq-subtitle {
    display: none !important;
}

#uq-slip[hidden] {
    display: block !important;
}

#uq-slip {
    overflow: visible !important;
    height: auto !important;
}

#uq-background {
    transform: none !important;
}
