.relative-navbar {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.relative-navbar .bottom-navbar-sticky {
  position: static !important;
  top: auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.relative-navbar .bottom-navbar-wrapper {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  pointer-events: auto;
  max-width: calc(100vw - 2rem);
}

.brand-logo {
  width: auto !important;
  height: auto !important;
  flex: 0 0 auto;
  align-items: center;
  display: flex;
}

.brand-logo img {
  display: block;
  width: auto;
  height: 2.6rem;
  max-width: none;
  object-fit: contain;
}

.bottom-navbar-content {
  grid-column-gap: 0.9rem;
  grid-row-gap: 0.9rem;
}

@media screen and (max-width: 767px) {
  .relative-navbar {
    bottom: 0.75rem;
  }

  .relative-navbar .bottom-navbar-wrapper {
    max-width: calc(100vw - 1rem);
  }

  .brand-logo {
    width: auto !important;
  }

  .brand-logo img {
    height: 2.15rem;
  }
}
