/* ===== page termsofuse (compiled from Vue SCSS) ===== */
@charset "UTF-8";
.terms-of-use-page {
  min-height: 80vh;
  min-height: 80dvh;
}

.bg-white {
  background-color: #ffffff;
}

/* 富文本正文排版适配 */
.terms-body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1e2b27;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(217, 229, 224, 0.5);
}
.terms-body p {
  margin-bottom: 16px;
  color: #66736e;
}
.terms-body p strong {
  color: #1e2b27;
}

/* Reverted from utilities.scss */
.py-8 {
  padding-top: 48px;
  padding-bottom: 80px;
}

.p-10 {
  padding: 40px 60px;
}

.pb-6 {
  padding-bottom: 48px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-4 {
  margin-bottom: 24px;
}

.text-center {
  text-align: center;
}

.text-secondary {
  color: #66736e;
}

.text-main {
  color: #1e2b27;
}

.text-sm {
  font-size: 14px;
}

.line-height-lg {
  line-height: 1.8;
}

.max-w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.border-bottom {
  border-bottom: 1px solid #d9e5e0;
}

.border {
  border: 1px solid #d9e5e0;
}

/* Reverted responsive */
@media (max-width: 767px) {
  .p-10 {
    padding: 30px 20px;
  }
}