/* Base page */

body{
  margin:0;
  background:#ffffff;
  color:#1e293b;
  font-family:"DM Sans",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

/* container */

.tfh-legal{
  max-width:780px;
  margin:0 auto;
  padding:48px 20px 80px 20px;
  line-height:1.7;
  font-size:16px;
}

/* headings */

.tfh-legal h1{
  font-size:30px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:6px;
}

.tfh-legal .tfh-legal-meta{
  font-size:14px;
  color:#64748b;
  margin-bottom:36px;
}

.tfh-legal h2{
  font-size:21px;
  font-weight:600;
  margin-top:42px;
  margin-bottom:14px;
  padding-bottom:6px;
  border-bottom:1px solid #e2e8f0;
  color:#0f172a;
}

.tfh-legal h3{
  font-size:17px;
  font-weight:600;
  margin-top:26px;
  margin-bottom:8px;
  color:#0f172a;
}

/* text */

.tfh-legal p{
  margin-bottom:16px;
}

/* lists */

.tfh-legal ul{
  padding-left:20px;
  margin-bottom:16px;
}

.tfh-legal li{
  margin-bottom:6px;
}

/* tables */

.tfh-legal table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0 26px 0;
  font-size:14px;
}

.tfh-legal th{
  background:#f1f5f9;
  text-align:left;
  padding:10px 12px;
  border:1px solid #e2e8f0;
  font-weight:600;
}

.tfh-legal td{
  padding:10px 12px;
  border:1px solid #e2e8f0;
  vertical-align:top;
}

.tfh-legal tr:nth-child(even) td{
  background:#f8fafc;
}

/* callout */

.tfh-legal-callout{
  background:#f0fdf4;
  border-left:4px solid #22c55e;
  padding:14px 18px;
  border-radius:0 6px 6px 0;
  margin:22px 0;
}

/* links */

.tfh-legal a{
  color:#2563eb;
  text-decoration:none;
}

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

/* hr */

.tfh-legal hr{
  border:none;
  border-top:1px solid #e2e8f0;
  margin:32px 0;
}