/*!
 * Custom Asset: active
 * Priority: 2238
 * Context: frontend
 */

/*
 * WPCode export ID: 2238
 * Original title: CSS My Account Styles
 * Original location: site_wide_header
 * Temporary child-theme drop-in file.
 */

/* =========================================================
   My Account - dashboard / auth / password flow visibility
   ========================================================= */

/* Nepřihlášený uživatel na běžné /muj-ucet/ */
body.account-auth-flow:not(.elementor-editor-active) .account-auth-component {
	display: block !important;
}

body.account-auth-flow:not(.elementor-editor-active) .account-dashboard-component,
body.account-auth-flow:not(.elementor-editor-active) .account-password-page-component {
	display: none !important;
}

/* Nepřihlášený uživatel na /muj-ucet/lost-password/ nebo reset link */
body.account-password-flow:not(.elementor-editor-active) .account-password-page-component {
	display: block !important;
}

body.account-password-flow:not(.elementor-editor-active) .account-auth-component,
body.account-password-flow:not(.elementor-editor-active) .account-dashboard-component {
	display: none !important;
}

/* Přihlášený uživatel */
body.account-logged-in-flow:not(.elementor-editor-active) .account-dashboard-component {
	display: block !important;
}

body.account-logged-in-flow:not(.elementor-editor-active) .account-auth-component,
body.account-logged-in-flow:not(.elementor-editor-active) .account-password-page-component {
	display: none !important;
}
