div[data-template="order-confirmation"][data-block-name="woocommerce/legacy-template"] {
    max-width: 960px !important;

    h1 {
        text-align: center;
    }

    .woocommerce-order {
        padding: 2rem;
        max-width: 960px;
        margin-inline: auto;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        border-radius: 5px;

        ul.woocommerce-order-overview{
            list-style-type: none;

            strong {
                display: block;
            }
        }

        th {
            text-align: initial;
        }

        address {
            padding: 0;
        }
    }
}
