<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1024px), print {
  .audit .info {
    margin-top: -7px;
  }
  .audit .info p {
    margin-bottom: 27px;
  }
  .audit .info ul.top {
    border-bottom: 1px dotted #000;
    padding-bottom: 27px;
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .audit .info p {
    margin-bottom: 2.8348vw;
  }
  .audit .info ul.top {
    border-bottom: 1px dotted #000;
    padding-bottom: 2.8348vw;
    margin-bottom: 2.6393vw;
  }
}

@media screen and (max-width: 767px) {
  .audit .info p {
    margin-bottom: 5.20833vw;
  }
  .audit .info ul.top {
    border-bottom: 1px dotted #000;
    padding-bottom: 4.55729vw;
    margin-bottom: 4.55729vw;
  }
}
</pre></body></html>