/* Blog Feed Styles */

/* Hide the RSS listing (only used for feed generation) */
#rss-listing {
  display: none;
}

/* Page header */
#title-block-header.quarto-title-block.default .quarto-title .title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 0.5em;
}

.description p {
  text-align: center;
  margin-bottom: 3em;
}

/* Individual post */
.blog-post {
  max-width: 800px;
  margin: 0 auto 2em auto;
}

/* Post header */
.post-header {
  margin-bottom: 1.5em;
}

.post-title {
  font-size: 1.6em;
  margin: 0 0 0.3em 0;
  line-height: 1.3;
}

.post-title a {
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
}

/* Permalink star for link posts */
.permalink-star {
  font-size: 0.5em;
  color: #999;
  text-decoration: none;
  margin-left: 0.3em;
  vertical-align: middle;
}

.permalink-star:hover {
  color: #c41e3a;
  text-decoration: none;
}

/* Post metadata */
.post-meta {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #666;
  font-size: 0.9em;
}

.post-date {
  color: #666;
}

/* Categories */
.post-categories {
  display: flex;
  gap: 0.5em;
}

.post-category {
  background: #f0f0f0;
  padding: 0.15em 0.5em;
  border-radius: 3px;
  font-size: 0.85em;
  color: #555;
}

/* Post content */
.post-content {
  line-height: 1.7;
}

.post-content p {
  margin-bottom: 1em;
}

.post-content blockquote {
  border-left: 3px solid #ccc;
  margin: 1em 0;
  padding-left: 1em;
  color: #555;
  font-style: italic;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1em;
}

.post-content pre {
  margin: 1em 0;
}

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

/* Post divider */
.post-divider {
  max-width: 800px;
  margin: 3em auto;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* Hide the last divider */
.blog-post:last-of-type + .post-divider {
  display: none;
}

/* Dark mode adjustments */
.quarto-dark .post-meta,
.quarto-dark .post-date {
  color: #aaa;
}

.quarto-dark .post-category {
  background: #333;
  color: #ccc;
}

.quarto-dark .post-content blockquote {
  border-left-color: #555;
  color: #aaa;
}

.quarto-dark .post-divider {
  border-top-color: #444;
}

.quarto-dark .permalink-star {
  color: #777;
}
