.brand-title {
  height: 36px;
  margin: 18px auto 6px;
  color: #4d4d4d;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 5px;
}

:root[data-theme="dark"] .brand-title {
  color: #f1f3f5;
}

.site-disclosure {
  max-width: 1170px;
  margin: 14px auto 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.trust-page {
  max-width: 760px;
}

.trust-page h1 {
  margin-bottom: 28px;
}

.trust-page h2 {
  margin-top: 32px;
  font-size: 22px;
}

.trust-page p {
  line-height: 1.85;
}

@media (max-width: 640px) {
  .brand-title {
    margin: 15px auto 5px;
    font-size: 29px;
  }

  .site-disclosure {
    margin: 12px 18px 0;
  }

  .trust-page h2 {
    font-size: 19px;
  }
}
