.main-footer {
  text-align: center;

  padding: 0 1rem;
  max-width: 800px;
  margin: 2rem auto 0;

  color: #aaa;
  font-size: 12px;
  line-height: 1.4;
}

.main-footer .attachments {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;

  a {
    font-size: 12px;
    text-decoration: underline;
  }
}

.footer-text {
  margin-top: 2rem;
  font-size: 12px;
}

.disclosure-container {
  padding: 0.5rem;
}

.disclosure-container p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #9d9d9d;
}
.disclosure-container a {
  display: block;
  width: fit-content;
  font-size: 15px;
  color: #9d9d9d;
  line-height: 1;
  text-decoration: underline;
  margin-left: auto;
}
