article {
  line-height: 1.7;
  color: #4A4B50;
  background: #FFFFFF;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.badge {
  font-size: 14px;
  margin-bottom: 24px;
  color: #707278;
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #38393D;
}

.subtitle {
  font-size: 1.15em;
  color: #5D5E64;
  margin-bottom: 24px;
  line-height: 1.5;
}

.byline {
  color: #707278;
  font-size: 0.95em;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDDE2;
}

h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 20px;
  color: #38393D;
}

h3 {
  font-size: 1.35em;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #38393D;
}

p {
  margin-bottom: 20px;
  font-size: 1.05em;
}

strong {
  font-weight: 600;
  color: #38393D;
}

em {
  font-style: italic;
  color: #5D5E64;
}

a {
  color: #FF7D0E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  margin: 20px 0 20px 32px;
}

li {
  margin-bottom: 12px;
  font-size: 1.05em;
}

.stat-box {
  background: #F8F9FC;
  padding: 32px;
  margin: 32px 0;
  border-radius: 4px;
}

.stat-number {
  font-size: 3em;
  font-weight: 700;
  color: #38393D;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.95em;
  color: #707278;
}

.callout {
  margin: 24px 0;
  padding: 20px;
  background: #F8F9FC;
  border-left: 4px solid #38393D;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 0.95em;
}

th {
  background: #38393D;
  color: #FFFFFF;
  padding: 14px;
  text-align: left;
  font-weight: 600;
}

td {
  padding: 14px;
  border-bottom: 1px solid #DBDDE2;
}

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

hr {
  border: none;
  border-top: 1px solid #DBDDE2;
  margin: 48px 0;
}

.methodology {
  background: #F8F9FC;
  padding: 32px;
  margin: 48px 0;
  border-radius: 4px;
}

.methodology h2 {
  margin-top: 0;
  font-size: 1.5em;
}

.author-credit {
  margin: 48px 0;
  padding: 24px 0;
  border-top: 1px solid #DBDDE2;
  border-bottom: 1px solid #DBDDE2;
}

.author-credit p {
  margin-bottom: 8px;
  color: #707278;
}

.recent-posts {
  margin-top: 48px;
}

.recent-posts h2 {
  font-size: 1.5em;
  margin-bottom: 24px;
}

.recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-posts li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDDE2;
}

.recent-posts li:last-child {
  border-bottom: none;
}

.checklist {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.checklist li {
  padding-left: 32px;
  position: relative;
}

.checklist li:before {
  content: "☐";
  position: absolute;
  left: 0;
  font-size: 1.2em;
}