/* Article page layout — loaded on top of ../styles.css */

.navbar .brand { text-decoration: none; }

.post {
  max-width: 760px;
  margin: 60px auto 90px;
  padding: 0 40px;
}
.post h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 14px;
}
.post-meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.post-meta time { color: var(--gold-light); font-weight: 700; }
.post h2 {
  font-size: 24px;
  font-weight: 400;
  color: var(--gold-light);
  margin: 34px 0 12px;
}
.post p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 16px;
}
.post ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 16px 22px;
}
.post li { margin-bottom: 8px; }
.post strong { color: var(--gold-light); }
.post a { color: var(--gold); border-bottom: 1px solid var(--border); }
.post a:hover { color: var(--gold-light); border-color: var(--gold); }

@media (max-width: 640px) {
  .post { padding: 0 24px; margin-top: 30px; }
  .post h1 { font-size: 30px; }
}
