.legal-page{
  padding:70px 0;
  background:#fff;
}

.legal-page .container{
  max-width:900px;
}

.legal-page h1{
  font-size:44px;
  margin-bottom:35px;
  color:#071f1f;
}

.legal-page h2{
  font-size:24px;
  margin-top:34px;
  margin-bottom:12px;
  color:#071f1f;
}

.legal-page p,
.legal-page li{
  color:#425552;
  line-height:1.8;
  font-size:16px;
}

.legal-page a{
  color:var(--orange);
  font-weight:800;
}

.legal-update{
  margin-top:18px !important;
  font-size:14px !important;
  color:#64748b !important;
  font-weight:800;
}

.legal-table-wrap{
  width:100%;
  overflow-x:auto;
  margin:24px 0;
}

.legal-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
}

.legal-table th,
.legal-table td{
  padding:15px 18px;
  border-bottom:1px solid var(--border);
  text-align:left;
  vertical-align:top;
  color:#425552;
  line-height:1.6;
}

.legal-table th{
  background:#f8fbf9;
  color:#071f1f;
  font-weight:900;
}

.legal-table tr:last-child td{
  border-bottom:none;
}
