/*
 * Theme Name:  Titles CA
 * Description: Canadian Land Title Search — child theme of Titles
 * Template:    titles
 * Version:     2.0.0
 */

/* CA-specific: suppress the VIC-proprietor login-required notice on order-received.
   That notice is AU-VIC–specific markup and should not render on CA. */
.woocommerce-order-received div#vic_proprietor_product_check_login_required_notification {
    display: none !important;
}
