body {
  margin: 0;
}
.terms-wrapper {
  display: flex;
  color: #424242;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 54px);
  box-sizing: border-box;
  padding: 32px;
  gap: 16px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 21px;
}
.terms-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin: 12px 0;
}

.terms-p {
  max-width: 640px;
  align-self: center;
  text-align: justify;
  font-weight: 400;
}

.terms-list {
  max-width: 640px;
  align-self: center;
}
.terms-item {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.terms-item:not(:last-child) {
  margin-bottom: 12px;
}

.terms-href {
  color: #424242;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}
.terms-href:hover {
  color: #424242;
  text-decoration: underline;
}

.page-topbar {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  width: 100vw;
  z-index: 1000;
  height: 54px;
}
.logo-container {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.app-logo {
  width: 101px;
  height: 31px;
  background-image: url(/images/member-snapshot-sxope/logo-full-sxope-blue.svg);
  background-size: 101px 31px;
}
