/*
 * Five Alive Job 1 correction: measured mobile account navigation clearance.
 * Scoped to the Listeo account surface; /app is excluded.
 */

@media (max-width: 767px) {
    .rsh-account-surface .rsh-dashboard-nav-control {
        /* The companion bridge measures the visible Hub mark and supplies the
         * exact extra space required through this variable. */
        clear: both;
        margin: var(--rsh-account-nav-clearance, 0px) 20px 28px !important;
        max-width: calc(100% - 40px);
        position: relative;
        width: calc(100% - 40px);
    }

    .rsh-account-surface .rsh-dashboard-nav-control,
    .rsh-account-surface .rsh-dashboard-nav-control > .dashboard-responsive-nav-trigger,
    .rsh-account-surface .rsh-account-home-link {
        box-sizing: border-box;
    }

    .rsh-account-surface .rsh-account-home-link {
        align-self: stretch;
        display: flex;
        height: 54px;
        min-height: 54px;
    }
}
