.hm71-mobile-app-nav {
    display: none;
}

@media (max-width: 768px) {
    :root {
        --hm71-mobile-nav-height: 72px;
    }

    body {
        padding-bottom: calc(var(--hm71-mobile-nav-height) + env(safe-area-inset-bottom)) !important;
    }

    .site-header .mobile-menu-btn,
    .site-header .site-nav,
    .site-header .header-actions .btn {
        display: none !important;
    }

    .site-header .header-actions {
        width: auto !important;
        min-width: 0 !important;
        height: 72px !important;
        gap: 0 !important;
    }

    .site-header .hm-header-bell {
        display: inline-flex !important;
        width: 44px !important;
        height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #e0e7e4 !important;
        border-radius: 14px !important;
        background: #fff !important;
        color: #152238 !important;
        box-shadow: 0 5px 16px rgba(12, 38, 29, .055) !important;
    }

    .hm71-mobile-app-nav {
        position: fixed;
        z-index: 9900;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: calc(var(--hm71-mobile-nav-height) + env(safe-area-inset-bottom));
        padding: 7px 7px max(7px, env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .97);
        border-top: 1px solid #dfe7e4;
        box-shadow: 0 -10px 30px rgba(8, 31, 24, .09);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .hm71-mobile-app-nav > a {
        position: relative;
        display: flex;
        min-width: 0;
        height: 58px;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        gap: 4px;
        padding: 5px 2px 4px;
        color: #697870;
        border-radius: 13px;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .hm71-mobile-app-nav > a.active {
        color: #078653;
    }

    .hm71-mobile-app-nav > a:not(.hm71-mobile-nav-primary).active::before {
        position: absolute;
        top: 1px;
        left: 50%;
        width: 24px;
        height: 3px;
        content: "";
        transform: translateX(-50%);
        background: #08a66b;
        border-radius: 0 0 999px 999px;
    }

    .hm71-mobile-nav-icon {
        position: relative;
        display: inline-flex;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        line-height: 1;
    }

    .hm71-mobile-app-nav small {
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: 10px !important;
        font-weight: 650 !important;
        line-height: 1.1;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hm71-mobile-nav-primary {
        color: #078653 !important;
    }

    .hm71-mobile-nav-primary-icon {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        margin-top: -17px;
        color: #fff;
        background: linear-gradient(145deg, #0bb276, #078653);
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 0 7px 18px rgba(7, 134, 83, .27);
        font-size: 17px;
    }

    .hm71-mobile-nav-primary small {
        color: #078653;
        font-weight: 750 !important;
    }

    .hm71-mobile-nav-badge {
        position: absolute;
        top: -3px;
        right: -7px;
        display: inline-flex;
        min-width: 16px;
        height: 16px;
        align-items: center;
        justify-content: center;
        padding: 0 4px;
        color: #fff;
        background: #e23d4f;
        border: 2px solid #fff;
        border-radius: 999px;
        font-size: 8px;
        font-weight: 800;
        line-height: 1;
    }

    .hm-web-notification-button {
        bottom: calc(var(--hm71-mobile-nav-height) + 16px + env(safe-area-inset-bottom)) !important;
    }

    .hm-cookie-settings-button {
        bottom: calc(var(--hm71-mobile-nav-height) + 14px + env(safe-area-inset-bottom)) !important;
    }
}

@media (max-width: 360px) {
    .hm71-mobile-app-nav {
        padding-right: 4px;
        padding-left: 4px;
    }

    .hm71-mobile-app-nav > a {
        padding-right: 1px;
        padding-left: 1px;
    }

    .hm71-mobile-app-nav small {
        font-size: 9px !important;
    }
}

@media (min-width: 769px) {
    .hm71-mobile-app-nav {
        display: none !important;
    }
}
