/*
 * AQUILA_POS_CONTEXT_NAVIGATION_REMOVAL_R1
 *
 * POS Counter only.
 *
 * Removes:
 * - Exit to Main Dashboard
 * - Current platform / POS & Sales Dashboard
 * - POS & Sales Dashboard
 * - Back
 */

.pos-counter-page--dedicated
.module-page-navigation {
    display: none !important;
}

body:has(.pos-counter-page--dedicated)
.module-page-navigation {
    display: none !important;
}

body:has(.pos-counter-page--dedicated)
.module-page-sticky-header:has(.module-page-navigation) {
    display: none !important;

    width: 0 !important;
    height: 0 !important;

    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}
