#termsAndConditions h1,
#acceptableUsePolicy h1 {
  font-size: 2em;
}

#termsAndConditionsHeader,
#acceptableUsePolicyHeader div {
  margin-bottom: 1.5em;
}

#termsAndConditions h2,
#acceptableUsePolicy h2 {
  margin-bottom: 1.2em;
  font-size: 1.25em;
  font-weight: 600;
}

#termsAndConditions p,
#acceptableUsePolicy p {
  margin-bottom: 1.5em;
}

#termsAndConditions ul,
#acceptableUsePolicy ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
}

#termsAndConditions li,
#acceptableUsePolicy li {
  margin: 0;
  padding: 0;
}

#termsAndConditions b,
#acceptableUsePolicy b {
  font-weight: 600;
}

@media screen and (min-width:860px) {
  #acceptableUsePolicyBody > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media screen {
  #termsAndConditions,
  #acceptableUsePolicy {
    max-width : 800px;
  }

  #termsAndConditionsPrintHeader,
  #termsAndConditionsLogo,
  #termsAndConditionsPrintForm,
  #termsAndConditionsFooter {
    display: none;
  }
}

@media print {
  header,
  footer,
  #w-cookies-notice,
  #tidio-chat-iframe,
  #termsAndConditionsHeader {
    display: none !important;
  }

  #termsAndConditionsPrintHeader img{
    width: 300px;
    margin: 0 auto;
  }

  #termsAndConditionsPrintHeader h1 {
    margin: 1em 0;
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

  #termsAndConditionsPrintForm {
    border-bottom: 4px solid #f60;
    margin-bottom: 1.5em;
  }

  #termsAndConditionsPrintForm p{
    margin : 0 0 1.5em;
    font-size: 0.8em;
  }

  #termsAndConditionsBody h2 {
    font-size: 1em;
    margin-bottom: 0.6em;
    margin-top: 1.3em;
  }

  #termsAndConditionsBody p {
    font-size: 0.6em;
  }

  #termsAndConditionsBody a {
    color: #000;
  }

  #termsAndConditionsFooter {
    border-top: 4px solid #f60;
    margin-top: 1.5em;
    padding-top: 1.5em;
    font-size: 0.8em;
    page-break-inside: avoid;
  }

  .termsAndConditionsFooterLine {
    line-height: 4;
    white-space: nowrap;
  }

  #termsAndConditionsFooter p {
    margin-top : 1.5em;
  }
}
