.uiverse-widget-wrapper {
  position: fixed;
  z-index: 80;
}

.uiverse-widget-wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uiverse-widget-wrapper .link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.uiverse-widget-wrapper .link-icon {
  display: grid;
  place-items: center;
}

.uiverse-widget-wrapper .link-icon svg {
  width: 100%;
  height: 100%;
}

.uiverse-widget-wrapper .link-title {
  display: block;
  white-space: nowrap;
}

.qsg-empty-route {
  display: none;
  min-height: 100svh;
  background: var(--page, #050608);
}

body[data-uiverse-route="games"] .qsg-empty-route {
  display: block;
}

.uiverse-social-wrapper {
  position: fixed;
  z-index: 70;
}

.uiverse-social-wrapper .card {
  display: flex;
  align-items: center;
}

.uiverse-social-wrapper .card a {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.uiverse-social-wrapper .card svg {
  width: 1rem;
  height: 1rem;
}

body[data-profile-active="true"] .uiverse-social-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .uiverse-widget-wrapper .menu {
    width: 100%;
  }

  .uiverse-social-wrapper {
    display: none;
  }
}
