/* _content/WebTime/Components/Layout/MainLayout.razor.rz.scp.css */
/* Mobile bottom navigation styles */
.mobile-nav-link[b-tt5x5x7koe] {
    color: #8b949e;
    padding: 0.5rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.mobile-nav-link:hover[b-tt5x5x7koe],
.mobile-nav-link:focus[b-tt5x5x7koe] {
    color: #3b82f6;
}

.mobile-nav-link.active[b-tt5x5x7koe] {
    color: #3b82f6;
}

.mobile-nav-link small[b-tt5x5x7koe] {
    font-size: 0.7rem;
}

/* Ensure content doesn't get hidden behind fixed bottom nav on mobile */
@media (max-width: 991.98px) {
    main[b-tt5x5x7koe] {
        padding-bottom: 70px !important;
    }
}
