.gami-menu-item {
  display: flex;
  align-items: center;
}

.gami-menu-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  margin: 0.25em 1.25em !important;
  padding: 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.gami-menu-link:hover,
.gami-menu-link:focus {
  transform: translateY(-1px);
  filter: brightness(1.15);
}

.gami-menu-logo {
  display: block;
  width: 9.2rem;
  max-width: 24vw;
  height: 1.55rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 0.18rem rgba(110, 212, 255, 0.34));
}

@media (max-width: 1280px) and (min-width: 992px) {
  .navbar-collapse .nav-link {
    margin-left: 0.72em !important;
    margin-right: 0.72em !important;
  }

  .gami-menu-link {
    margin-left: 0.8em !important;
    margin-right: 0.8em !important;
  }

  .gami-menu-logo {
    width: 8.2rem;
  }
}

@media (max-width: 991px) {
  .gami-menu-item {
    width: 100%;
  }

  .gami-menu-link {
    width: 100%;
    height: 3rem;
    margin: 0.35rem 0 0.55rem !important;
  }

  .gami-menu-logo {
    width: 11.5rem;
    max-width: 70vw;
    height: 1.85rem;
  }
}

.gamstudio-footer {
  padding: 0.65rem 0 !important;
  background: #000000 !important;
}

.gamstudio-footer .row {
  min-height: 2.2rem;
}

.gamstudio-footer .copyright {
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.2;
}

.gamstudio-footer .row-links,
.gamstudio-footer .row-links-soc {
  margin: 0 !important;
}

.gamstudio-footer .row-links-soc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  list-style: none;
}

.gamstudio-footer-link {
  color: #ffb000 !important;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.gamstudio-footer-link:hover,
.gamstudio-footer-link:focus {
  color: #ffd16b !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .gamstudio-footer .copyright,
  .gamstudio-footer .row-links-soc {
    justify-content: center;
    text-align: center;
  }
}
