/*  Theme Name: Hello Elementor Child
    Author: Forazi Tech
	Author URI: https://forazitech.com/
	Template: hello-elementor
	Version: 1.0.3
*/

@media (max-width: 767px) {
	.hide-charity {
    display: none !important;
	}
}

/* SSO header/login toggle
   - By default, hide "My Account"
   - When SSO cookie detected (via JS adding .p4p-sso-logged-in on <body>), show "My Account" and hide "Login" and "Register"
*/
.wp-p4p-my-account { display: none !important; }
.p4p-sso-logged-in .wp-p4p-my-account { display: inline-flex !important; } /* inline-flex suits Elementor buttons */
.p4p-sso-logged-in .wp-p4p-login { display: none !important; }
.p4p-sso-logged-in .wp-p4p-register { display: none !important; }