.bottom-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 65px;
        background: white;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid #ddd;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    }

    .menu-item {
        text-decoration: none;
        color: #888;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
    }

    .menu-item i { font-size: 20px; margin-bottom: 3px; }
