.lucide {
  width: 16px !important;  /* Set your desired width */
  height: 16px !important; /* Set your desired height */
  stroke-width: 1.5px !important; /* Optional: Make stroke consistent too */
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    background: #fff;
    border-top: 1px solid #e6e7e9;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    height: 60px;
}

.bottom-nav__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color 0.15s ease;
}

.bottom-nav__item i {
    font-size: 1.4rem;
    line-height: 1;
}

.bottom-nav__item span {
    line-height: 1;
}

.bottom-nav__item:hover,
.bottom-nav__item.active {
    color: #206bc4;
    text-decoration: none;
}

.page-wrapper {
    padding-bottom: 60px;
}
