/* ==============================
   Base
================================ */

body {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

h2 {
  margin-top: 40px;
}

h3 {
  margin-top: 30px;
}

h4 {
  margin-top: 20px;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 1.4em;
}

/* ==============================
   Layout
================================ */

.site-header {
  margin-bottom: 30px;
}

.content-section {
  margin-top: 40px;
}

.site-footer {
  margin-top: 50px;
  font-size: 0.8em;
  color: #888;
}

/* ==============================
   Page Navigation
================================ */

.page-nav {
  margin-top: 30px;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 12px;
}

.page-nav h2 {
  margin-top: 0;
}

.page-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-list li {
  margin-bottom: 12px;
}

.page-list li:last-child {
  margin-bottom: 0;
}

.page-list a {
  display: block;
  padding: 14px 16px;
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.page-list a:hover {
  text-decoration: none;
  border-color: #0066cc;
}

.page-list a[aria-current="page"] {
  border-color: #0066cc;
  background: #f0f7ff;
}

.page-list strong {
  display: block;
  font-size: 1rem;
}

.page-list span {
  display: block;
  margin-top: 4px;
  font-size: 0.85rem;
  color: #777;
}