@import url(./global.css);

.terms-flex__header {
  margin-top: 10rem;
}

.terms-flex__subheader {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.terms-flex__text-body {
  width: 80%;
  font-size: 0.9rem;
  margin-bottom: 6rem;
}

.terms-flex__text-body h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: var(--brand-font-ibm), sans-serif;
  font-size: 1.3rem;
}

.terms-flex__text-body p {
  margin-bottom: 2rem;
}

#oneoffgames-link,
#traverse-legal-link {
  color: #ff8000;
}

#oneoffgames-link:hover,
#traverse-legal-link:hover {
  text-decoration: underline;
}

#T-C_Date_Modified {
  color: var(--soft-grey);
}

#Terminologies_Used_in_TC_paragraph div {
  margin-top: 0.5rem;
}

#Grants_of_Rights_etc {
  list-style-position: inside;
  text-align: left;
}

#Grants_of_Rights_etc li::marker {
  font-size: 1.15rem;
  font-weight: 500;
}

#Grants_of_Rights_etc li {
  margin-top: 1.5rem;
  margin-right: 0px;
}

#t-c-footer-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .terms-flex {
    justify-content: initial;
    padding: 1.4rem 2rem;
    margin-top: 10rem;
  }
  .terms-flex__text-body {
    width: 90%;
    margin-bottom: 10rem;
  }

  #t-c-footer-text {
    word-wrap: break-word;
  }

  #Grants_of_Rights_etc li {
    word-wrap: break-word;
  }

  #Terminologies_Used_in_TC_paragraph {
    text-align: left;
  }
}

@media (max-width: 476px) {
  .terms-flex__header {
    margin-top: 4rem;
  }

  .terms-flex {
    height: fit-content;
    padding: 1.4rem 1.5rem;
  }

  .terms-flex__text-body h3 {
    font-size: 1.6rem;
  }

  .t-c-bold-text-1 {
    font-size: 1.5rem;
  }

  .terms-flex__text-body {
    font-size: 1.3rem;
  }

  #Grants_of_Rights_etc li::marker {
    font-size: 1.45rem;
  }

  #t-c-footer-text {
    margin-top: 6rem;
    font-size: 0.8rem;
  }
}
