/* Keep the payment-step notice visible while hiding gateways and purchase controls. */
body.ikyta-checkout-blocked-country .wc-block-checkout__payment-method .wc-block-components-checkout-step__content > :not(.wc-block-components-notices),
body.ikyta-checkout-blocked-country .wp-block-woocommerce-checkout-express-payment-block,
body.ikyta-checkout-blocked-country .wc-block-components-checkout-place-order-button {
    display: none;
}
