/* Login popup footer — Terms/Privacy/Data Deletion links, ported from design
   (index-login-popup.html), ยืนยันโดยผู้ใช้ 2026-08-26 */

.game-select-popup__legal {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0.5rem;
  white-space: nowrap;
}

.game-select-popup__legal-link {
  font-family: "Google Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(255 255 255 / 0.8);
  text-decoration-line: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.game-select-popup__legal-link:hover {
  color: rgb(95 196 238 / 1);
}

.game-select-popup__legal-divider {
  height: 0.75rem;
  width: 1px;
  flex-shrink: 0;
  background-color: rgb(255 255 255 / 0.4);
}

@media (max-width: 767px) {
  .game-select-popup__legal {
    column-gap: 0.375rem;
  }

  .game-select-popup__legal-link {
    font-size: 10px;
  }

  .game-select-popup__legal-divider {
    height: 0.625rem;
  }
}
