.fy-legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #1f2933;
  line-height: 1.7;
  font-size: 16px;
}

.fy-legal-page h1 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.2;
}

.fy-legal-page h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: 24px;
}

.fy-legal-page h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 19px;
}

.fy-legal-page p {
  margin-bottom: 14px;
}

.fy-legal-page ul {
  padding-left: 22px;
  margin-bottom: 16px;
}

.fy-legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 15px;
}

.fy-legal-page th,
.fy-legal-page td {
  border: 1px solid #e5e7eb;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.fy-legal-page th {
  background: #f8fafc;
  font-weight: 700;
}

.fy-legal-page a {
  color: #f6a21a;
  text-decoration: none;
}

.fy-legal-page a:hover {
  text-decoration: underline;
}

.fy-footer-legal {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
}

.fy-footer-legal a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}

.fy-footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}

.fy-footer-legal span {
  margin: 0 10px;
  opacity: 0.6;
}