.hosted-by-template {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: #101010;
}

.hosted-by-screen {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #101010;
  transition: opacity 0.35s ease;
  opacity: 1;
}

body.hosted-by-template .hosted-by-screen {
  position: fixed;
}

.hosted-by-lockup {
  width: min(72%, 270px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hosted-by-product-logo {
  width: 100%;
  max-width: 254px;
  height: auto;
  object-fit: contain;
}

.hosted-by-label {
  margin-top: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hosted-by-partner-logo {
  width: min(100%, 172px);
  max-height: 48px;
  margin-top: 12px;
  object-fit: contain;
}

.game-loader-status {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 360px) {
  .hosted-by-lockup {
    width: min(72%, 250px);
  }

  .hosted-by-partner-logo {
    width: min(100%, 158px);
  }
}
