.footer-socials,
.steam-coming-soon {
  position: relative;
}

.steam-coming-soon {
  display: inline-flex;
}

.steam-coming-soon .steam-btn {
  border: 0;
  cursor: pointer;
}

.footer-socials button.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.footer-social-notice {
  position: absolute;
  z-index: 10;
  bottom: calc(100% + 12px);
  padding: 8px 13px;
  border: 1px solid rgba(159, 128, 224, 0.5);
  border-radius: 9px;
  background: #211b31;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.footer-social-notice.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: reduce) {
  .footer-social-notice {
    transition: none;
  }
}
