@import "common_2022.css";

h4 {
  text-decoration: underline solid #f9b200;
  margin-top: 0;
}

.header {
  overflow: hidden;
  background-color: #000;
  min-height: calc(100vw * 0.4225);
}

.title {
  color: #2F62B1;
  max-width: calc(100vw - 150px);
}

.screenshot {
  border-top: 1px solid white;
  border-left: 1px solid white;
  width: 100%;
  margin: 0;
}

@media print {
  .infra {
    line-height: 1;
  }

  .infra > div {
    margin-bottom: -1px;
    margin-top: -1px;
    padding: 3px 0 4px;
  }

  .infra div img {
    height: 20px;
    margin-right: 8px;
  }

  .legend img {
    height: 20px;
    margin-left: 5px;
  }

  .d-lg-flex {
    display: flex!important;
  }

  .d-lg-none {
    display: none!important;
}

  .mt-70n {
    margin-top: -70px;
  }

  .mt-130n {
    margin-top: -130px;
  }

  .mt-200n {
    margin-top: -200px;
  }

  .header {
    height: 340px;
    background-color: transparent;
  }

  .header > div:first-child {
    height: 170px;
  }

  .header > div:nth-child(2) {
    height: 170px;
  }

  .header > div:nth-child(3) {
    margin-top: -100px;
  }
}

@media not print {
  @media (min-width: 576px) {
    .mt-200n {
      margin-top: 0;
    }

    .header {
      min-height: auto;
    }
  }

  @media (min-width: 768px) {
    .mt-200n {
      margin-top: 0;
    }

    .header {
      height: 310px;
      background-color: #fff;
    }

    .cols-4 {
      column-count: 4;
    }
  }

  @media (min-width: 992px) {
    .mt-70n {
      margin-top: -70px;
    }

    .mt-130n {
      margin-top: -110px;
    }

    .mt-200n {
      margin-top: -180px;
    }

    .header {
      height: 420px;
    }

    .header > div:first-child {
      height: 200px;
    }

    .header > div:nth-child(2) {
      height: 200px;
    }
  }

  @media (min-width: 1200px) {
    .mt-70n {
      margin-top: -70px;
    }

    .mt-130n {
      margin-top: -130px;
    }

    .mt-200n {
      margin-top: -200px;
    }

    .header {
      height: 400px;
    }

    .header > div:first-child {
      height: 200px;
    }

    .header > div:nth-child(2) {
      height: 200px;
    }
  }
}

/**
 * Firefox specific workaround for column breaks in objects with long names
 */
@-moz-document url-prefix() {
  .infra > div {
    display: inline-flex;
  }
}
