/* Blog styles for webwinkelverhuis.nl (blue/orange theme). */

.blog-listing {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1em 2em;
  background: #ffffffd9;
  border: 1px solid #dbe5ef;
  border-radius: 6px;
}

.blog-listing h1 {
  margin-bottom: 2rem;
  color: #0c2f47;
}

.post-summary {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e9f1;
}

.post-summary h2 {
  margin-bottom: 0.25rem;
}

.post-summary h2 a {
  color: #0c2f47;
  text-decoration: none;
}

.post-summary h2 a:hover {
  color: #e8590c;
}

.post-meta {
  color: #6a7886;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.post-meta .tag {
  background: #eaf1f8;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  font-size: 0.85em;
  margin-left: 0.25em;
}

.summary {
  color: #41505f;
}
.summary h1,
.summary h2,
.summary h3 {
  font-size: 1.1em;
  color: #50606f;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e9f1;
}

.pagination a {
  color: #10456b;
  text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

/* Article page */
.blog-article article {
  background: #ffffffd9;
  padding: 1em 2em;
  border: 1px solid #dbe5ef;
  border-radius: 6px;
}

.blog-article {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.blog-article h1 {
  margin-bottom: 0.25rem;
  color: #0c2f47;
}

.entry-content {
  line-height: 1.7;
  margin-top: 1.5rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #0c2f47;
}

.entry-content p {
  margin-bottom: 1rem;
}

.entry-content a {
  color: #10456b;
}

.entry-content pre {
  background: #f0f4f8;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.entry-content code {
  font-family: 'Fira Code', 'JetBrains Mono', monospace;
  font-size: 0.9em;
}

.entry-content p code,
.entry-content li code {
  background: #f0f4f8;
  padding: 0.15em 0.4em;
  border-radius: 3px;
}

.entry-content blockquote {
  border-left: 3px solid #e8590c;
  margin-left: 0;
  padding-left: 1rem;
  color: #50606f;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.article-footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e9f1;
}

.article-footer a {
  color: #10456b;
  text-decoration: none;
}

.article-footer a:hover {
  text-decoration: underline;
}
