.yugit-logo {
  display: block;
  max-height: 28px;
  width: auto;
}

.app-brand .yugit-logo {
  max-height: 24px;
}

.auth-cover-brand .yugit-logo {
  max-height: 32px;
}

#tzModal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

#tzModal .tz-doc-content {
  font-size: 0.9rem;
  line-height: 1.5;
}

#tzModal .tz-doc-content h1,
#tzModal .tz-doc-content h2,
#tzModal .tz-doc-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

#tzModal .tz-doc-content table {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 0.85rem;
}

#tzModal .tz-doc-content th,
#tzModal .tz-doc-content td {
  border: 1px solid var(--bs-border-color);
  padding: 0.35rem 0.5rem;
}
