.mobile-app-nav-link {
    display: inline-grid !important;
    place-items: center;
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    min-width: 2.35rem;
    padding: 0.42rem !important;
    margin: 0;
    border-radius: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
}

.mobile-app-nav-link:hover {
    background: rgba(255, 255, 255, 0.14);
}

.mobile-app-nav-link:focus-visible {
    outline: 3px solid #f3b33d;
    outline-offset: 2px;
}

.mobile-app-nav-link svg {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

@media (max-width: 900px) {
    .mobile-app-nav-link {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
        padding: 0.38rem !important;
    }
}
