.bottom-nav-spacer {
    height: 70px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.bottom-nav .nav-item {
    flex: 1;
    text-align: center;
    color: #666;
    text-decoration: none;
    padding: 10px 0;
    font-size: 14px;
}

.bottom-nav .nav-item i {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}

.bottom-nav .nav-item.active {
    color: #0d6efd;
    font-weight: 600;
}

.bottom-nav .nav-item:hover {
    text-decoration: none;
    color: #0d6efd;
}
