/* Legacy MVC components rendered beside the Bootstrap 5 Angular shell. */
.mobile-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  background: #fff;
  border-top: 1px solid #dee2e6;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .08);
}

.mobile-bottom-nav .nav-items { display: flex; width: 100%; }

.mobile-bottom-nav a {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: .45rem .25rem;
  color: #525252;
  text-align: center;
  text-decoration: none;
}

.mobile-bottom-nav .icon-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}

.mobile-bottom-nav .icon-svg { width: 1.75rem; height: 1.75rem; }
.mobile-bottom-nav .nav-center img { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.mobile-bottom-nav .label-area { margin-top: .2rem; font-size: .7rem; line-height: 1.1; }

@media (min-width: 768px) {
  .mobile-bottom-nav { display: none !important; }
}
