/* daily.5vi.top - 简约博客样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background: #fff;
}

a { color: #2d6cdf; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 760px; margin: 0 auto; padding: 0 20px; }

.site-header {
  border-bottom: 3px solid #222;
  padding: 28px 0 20px;
  margin-bottom: 32px;
}
.site-title { font-size: 28px; font-weight: 700; color: #222; }
.site-title a { color: #222; }
.site-title a:hover { text-decoration: none; }
.site-desc { font-size: 14px; color: #888; margin-top: 4px; }

.post-list { list-style: none; }
.post-list li {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.post-list li:last-child { border-bottom: none; }
.post-title { font-size: 20px; font-weight: 600; }
.post-title a { color: #222; }
.post-title a:hover { color: #2d6cdf; text-decoration: none; }
.post-meta { font-size: 13px; color: #999; margin-top: 6px; }
.post-excerpt { font-size: 15px; color: #666; margin-top: 8px; }

.single-header { margin-bottom: 24px; }
.single-title { font-size: 26px; font-weight: 700; color: #222; line-height: 1.4; }
.single-meta { font-size: 13px; color: #999; margin-top: 10px; }

article.post-content { font-size: 16px; }
article.post-content h2 {
  font-size: 21px;
  font-weight: 700;
  color: #222;
  margin: 28px 0 12px;
  padding-left: 10px;
  border-left: 4px solid #2d6cdf;
}
article.post-content h3 { font-size: 18px; font-weight: 700; color: #333; margin: 22px 0 10px; }
article.post-content p { margin: 12px 0; }
article.post-content ul, article.post-content ol { margin: 12px 0 12px 24px; }
article.post-content li { margin: 6px 0; }
article.post-content code {
  font-family: "SF Mono", Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 1px 5px;
}
article.post-content pre {
  background: #f6f8fa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 14px 16px;
  overflow-x: auto;
  margin: 14px 0;
}
article.post-content pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}
article.post-content blockquote {
  border-left: 4px solid #ddd;
  margin: 14px 0;
  padding: 4px 16px;
  color: #666;
  background: #fafafa;
}
article.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 14px;
}
article.post-content th, article.post-content td {
  border: 1px solid #e5e5e5;
  padding: 8px 12px;
  text-align: left;
}
article.post-content th { background: #f6f8fa; font-weight: 600; }

.post-nav { margin-top: 36px; padding-top: 20px; border-top: 1px solid #eee; font-size: 14px; }

.site-footer {
  margin-top: 48px;
  padding: 24px 0 32px;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 13px;
  color: #999;
}
.site-footer a { color: #999; }