.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.terms-section {
  background-color: #ffffff;
  padding-top: 86px; 
  box-sizing: border-box;
}

.terms-container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 22px 16px 26px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: left;
}

.terms-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 6px;
  text-align: center;
  color: #333333;
  line-height: 1.15;
}

.terms-updated {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin: 0 0 16px;
}

.terms-section p {
  font-size: 12.5px;
  line-height: 1.55;
  color: #444444;
  margin: 0 0 12px;
}

.terms-list {
  list-style: disc;
  margin: 0 0 12px 18px;
  padding: 0;
  color: #444444;
  font-size: 12.5px;
  line-height: 1.55;
}

.terms-list li {
  margin: 0 0 10px;
}

.terms-section a {
  color: #0066cc;
  text-decoration: none;
}

.terms-section a:hover {
  text-decoration: underline;
}

.page-container > *:last-child {
  margin-top: auto;
}
