/**
 * Lionsports mobile bottom nav — Dream444 parity (global; dynamic DOM lacks _ngcontent).
 * Desktop: hidden at 992px+ (unchanged).
 */
@media only screen and (max-width: 991px) {
  #mobile-footer-menuId.mobile-footer-menu,
  app-bottom-nav .mobile-footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #243a48 0%, #172732 100%);
    z-index: 9999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.5);
  }

  #mobile-footer-menuId.mobile-footer-menu ul,
  app-bottom-nav .mobile-footer-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-around;
    align-items: flex-end;
    height: 58px;
  }

  #mobile-footer-menuId.mobile-footer-menu ul > li,
  app-bottom-nav .mobile-footer-menu ul > li {
    flex: 1;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mobile-footer-menuId.mobile-footer-menu a.ui-link,
  app-bottom-nav .mobile-footer-menu a.ui-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 6px 2px 5px;
    gap: 3px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1;
    transition: color 0.2s;
    cursor: pointer;
    box-sizing: border-box;
  }

  #mobile-footer-menuId.mobile-footer-menu a.ui-link.active-link,
  app-bottom-nav .mobile-footer-menu a.ui-link.active-link,
  #mobile-footer-menuId.mobile-footer-menu a.ui-link:active,
  app-bottom-nav .mobile-footer-menu a.ui-link:active {
    color: #f0883e !important;
  }

  #mobile-footer-menuId.mobile-footer-menu a.ui-link svg,
  app-bottom-nav .mobile-footer-menu a.ui-link svg {
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0;
    display: block;
  }

  #mobile-footer-menuId.mobile-footer-menu a.ui-link > div,
  app-bottom-nav .mobile-footer-menu a.ui-link > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  #mobile-footer-menuId.mobile-footer-menu .icon-pin,
  app-bottom-nav .mobile-footer-menu .icon-pin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  #mobile-footer-menuId.mobile-footer-menu .casinoimg,
  app-bottom-nav .mobile-footer-menu .casinoimg {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    display: block;
  }

  /* Sports centre elevated button */
  #mobile-footer-menuId.mobile-footer-menu li.main-nav a.ui-link,
  app-bottom-nav .mobile-footer-menu li.main-nav a.ui-link {
    position: relative;
    top: -10px;
    background: linear-gradient(180deg, #ffcc2f 0%, #e8a000 100%);
    color: #000 !important;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    min-width: 54px;
    max-width: 54px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 4px 2px 2px;
    gap: 1px;
    flex-shrink: 0;
  }

  #mobile-footer-menuId.mobile-footer-menu li.main-nav a.ui-link.active-link,
  app-bottom-nav .mobile-footer-menu li.main-nav a.ui-link.active-link {
    background: linear-gradient(180deg, #ffe066 0%, #ffb800 100%);
    color: #000 !important;
  }

  #mobile-footer-menuId.mobile-footer-menu li.main-nav a.ui-link svg,
  app-bottom-nav .mobile-footer-menu li.main-nav a.ui-link svg {
    width: 20px !important;
    height: 20px !important;
  }

  #mobile-footer-menuId.mobile-footer-menu li.main-nav a.ui-link span,
  app-bottom-nav .mobile-footer-menu li.main-nav a.ui-link span {
    font-size: 8px;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }

  #mobile-footer-menuId.mobile-footer-menu li.main-nav a.ui-link.active-link span,
  app-bottom-nav .mobile-footer-menu li.main-nav a.ui-link.active-link span {
    color: #000;
  }
}

@media only screen and (min-width: 992px) {
  #mobile-footer-menuId.mobile-footer-menu,
  app-bottom-nav .mobile-footer-menu {
    display: none !important;
  }
}
