/* Shared Instant Game Loop site styles. */

.igl-legal-footer {
  padding: 24px 16px max(
    48px,
    calc(24px + env(safe-area-inset-bottom, 0px))
  );
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.igl-legal-footer a,
.igl-legal-footer a:visited {
  color: #aaa;
  text-decoration: none;
}

.igl-legal-footer a:hover,
.igl-legal-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
