/* LoadingOverlay - shared styling for the plugin's message text (/js/loadingoverlay.min.js).

   Lives here, not in a per-surface stylesheet, because the plugin is loaded on every surface
   (ATS, candidate careers portal, hub, admin) and any of them can show a message. Link this
   file wherever loadingoverlay.min.js is linked. */


.loadingText {
	/* 1em, not 1rem: inherit the app's body size so the loading copy sits at the same
	   size as the surrounding UI, rather than the plugin's auto-resized / 16px-root size.
	   The !important overrides the inline font-size LoadingOverlay injects when it auto-resizes
	   - without it a full-page (<body>) overlay renders the message at half the viewport width. */
	font-size: 1em !important;
	font-weight: normal !important;
	color: #6c757d !important;
}
