/* MIIGO_BOTTOM_NAV_ICONS_FIX_V1_20260624 */

.miigo-shell-bottom[data-miigo-shell-bottom-source],
#miigo-v4-tabbar[data-miigo-tabbar-backend-ready="1"] {
  align-items: center !important;
}

.miigo-shell-bottom[data-miigo-shell-bottom-source] a,
#miigo-v4-tabbar[data-miigo-tabbar-backend-ready="1"] a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1px !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
  min-width: 0 !important;
}

.miigo-shell-bottom-icon,
.miigo-v4-tabbar-icon {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
  display: block !important;
  flex: 0 0 auto !important;
}

.miigo-shell-bottom a.is-center .miigo-shell-bottom-icon,
#miigo-v4-tabbar a.is-center .miigo-v4-tabbar-icon {
  width: 38px !important;
  height: 38px !important;
  margin-top: -6px !important;
}

.miigo-shell-bottom-text,
.miigo-v4-tabbar-text {
  display: block !important;
  max-width: 76px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 11px !important;
}
