 body.woocommerce-checkout h1 { text-align: center; margin-bottom: 2rem; } body.woocommerce-checkout .wp-block-woocommerce-checkout { max-width: 1440px; width: 100%; margin-inline: auto; padding-inline: 24px; }  .wc-block-components-checkout-place-order-button { background: #22c55e !important; border: 2px solid #22c55e !important; color: #fff !important; border-radius: 10px !important; transition: all .2s ease; text-transform: uppercase !important; font-weight: 700 !important; letter-spacing: 0.05em; }  .wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:focus { background: #16a34a !important; border-color: #16a34a !important; color: #fff !important; }  .wc-block-components-checkout-place-order-button:disabled { background: #9ca3af !important; border-color: #9ca3af !important; cursor: not-allowed; }