/**
 * PSDM Designer — vendor chrome suppression.
 *
 * Unconditional hides of PrintCart-branded chrome that PSDM removes by design.
 * Lives outside the AX theme so the branding stays gone even with the theme
 * kill-switch off; no printcart-integration files are edited.
 *
 * @package PSDM
 */

/* Info popup (bottom-left ⓘ): drop the "About" tab (360 Print logo / copyright /
   "Powered by Printcart" branding). Safe as pure CSS: hotkeys.php server-renders
   the Keyboard-shortcuts tab as the active one and $.fn.nbTab only ever switches
   on tab-button clicks, so the modal can never open onto the hidden pane. */
.nbd-popup.popup-keyboard .nbd-tabs .nbd-tab[data-tab="nbd-keyboard-about"],
.nbd-popup.popup-keyboard #nbd-keyboard-about {
	display: none !important;
}
