.app-wrapper[data-site-information-wrapper="true"] {
  --890a5922: 0.5;
  --b885e7ce: white;
  --3fa89171: black;
}

.site-information-content {
  color: black;
  font-size: 1em;
  border-color: gray;
}

.site-information-page .list-block-container {
  --57fc6b27: white;
  --7cae421e: black;
  background-color: var(--57fc6b27);
  border: solid 1px;
  border-color: var(--7cae421e);
  justify-content: center;
  margin: 0rem 1rem 0rem 1rem;
  padding: 2rem;
  height: 100%;
}

.site-information-page .content {
  border-top: 2px solid var(--7cae421e);
  border-bottom: 2px solid var(--7cae421e);
  margin-top: 2%;
}

.site-information-page .el-link {
  --el-link-text-color: !important;
}

.site-information-page .list-content .web-accessibility-link.el-link .el-link__inner {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-information-page .informationLabel {
  text-align: center;
  font-size: 2em;
}

.site-information-page .description {
  font-size: 1.5em;
}

.site-information-page .content-block-first {
  margin: 2% 0%;
}

.site-information-page .heading-span {
  font-weight: bold;
  font-size: 1.5em;
}

.site-information-page .system-icon-img-01 {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 620px) {
  .site-information-page .informationLabel {
    font-size: 3vw;
  }

  .site-information-page .description {
    font-size: 3vw;
  }

  .site-information-page .content-block-first {
    margin: 2% 0% 2% 2%;
  }

  .site-information-page .heading-span {
    font-size: 3vw;
  }
}
