/* =========================
   ARTICLE / SEO PAGE LAYOUT
========================= */

body.article-page .section{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.article-hero{
  text-align:center;
  margin-bottom:30px;
}

.article-hero h1{
  font-size:2rem;
  margin-bottom:8px;
}

.article-tagline{
  font-size:.9rem;
  color:#64748b;
  margin:0;
}

.article-footer-note{
  color:#94a3b8;
  font-size:.9rem;
}

.section h2{
  margin-top:28px;
  margin-bottom:12px;
  font-size:1.4rem;
  color:#e2e8f0;
  border-bottom:1px solid #1e293b;
  padding-bottom:6px;
}

.section p{
  line-height:1.7;
  margin-bottom:14px;
  color:#cbd5e1;
}

.section ul{
  margin:12px 0 16px 20px;
  color:#cbd5e1;
}

.section li{ margin-bottom:6px; }

.section a{
  color:#3b82f6;
  text-decoration:none;
}
.section a:hover{ text-decoration:underline; }

.intro-paragraph{
  margin-top:12px;
  color:#cbd5e1;
}

/* Tables */
.pot-table{
  width:100%;
  border-collapse:collapse;
  margin-top:12px;
}

.pot-table th,
.pot-table td{
  padding:8px;
  text-align:left;
}

.pot-table tr{
  border-bottom:1px solid #1e293b;
}